| 1 | [ Jan 25 03:53:08 Enabled. ] | ||
| 2 | [ Jan 25 03:53:08 Rereading configuration. ] | ||
| 3 | [ Jan 25 03:53:09 Rereading configuration. ] | ||
| 4 | [ Jan 25 03:53:11 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 25 03:53:11 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.25 03:53:12.028939 [ 1 ] {} <Information> Application: Will watch for the process with pid 22849 | ||
| 29 | 2025.01.25 03:53:12.029831 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.25 03:53:12.195484 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22849 | ||
| 31 | 2025.01.25 03:53:12.196337 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.25 03:53:12.197139 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.25 03:53:12.267822 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.25 03:53:12.290612 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.25 03:53:12.290658 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.25 03:53:12.290671 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.25 03:53:12.290732 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.25 03:53:12.291112 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.25 03:53:12.292144 [ 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.25 03:53:12.292865 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.25 03:53:12.293702 [ 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.25 03:53:12.293724 [ 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.25 03:53:12.293740 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.25 03:53:12.293914 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.25 03:53:12.294751 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.25 03:53:12.299786 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.25 03:53:12.300568 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.25 03:53:12.301299 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.25 03:53:12.301361 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.25 03:53:12.302369 [ 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.25 03:53:12.302830 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.25 03:53:12.305200 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.25 03:53:12.305450 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.25 03:53:12.306452 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.25 03:53:12.306881 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.25 03:53:12.307229 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.25 03:53:12.307677 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.25 03:53:12.309064 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.25 03:53:12.309092 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.25 03:53:12.309168 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.25 03:53:12.309362 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.25 03:53:12.318766 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.25 03:53:12.318791 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000146323 sec | ||
| 68 | 2025.01.25 03:53:12.318837 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.25 03:53:12.318853 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.25 03:53:12.318989 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.25 03:53:12.319053 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.25 03:53:12.327757 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.25 03:53:12.327806 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.25 03:53:12.327827 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.25 03:53:12.327840 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.25 03:53:12.327872 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.25 03:53:12.327893 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.25 03:53:12.330534 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.25 03:53:12.330581 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.25 03:53:12.330604 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.25 03:53:12.330783 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.25 03:53:12.330803 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.25 03:53:12.330839 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.25 03:53:12.330859 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.25 03:53:12.330872 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.25 03:53:12.330900 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.25 03:53:12.330919 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.25 03:53:12.355262 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.25 03:53:12.356586 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.25 03:53:12.356617 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.9091e-05 sec | ||
| 91 | 2025.01.25 03:53:12.356630 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.25 03:53:12.356642 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.25 03:53:12.356662 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.25 03:53:12.356862 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.25 03:53:12.356908 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.25 03:53:12.356921 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.25 03:53:12.356933 [ 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.25 03:53:12.356945 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.25 03:53:12.365488 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.25 03:53:12.365718 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.01.25 03:53:12.366743 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.6791e-05 sec. | ||
| 102 | 2025.01.25 03:53:12.367230 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.25 03:53:12.367318 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.25 03:53:12.367339 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.25 03:53:13.057711 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43228 | ||
| 106 | 2025.01.25 03:53:13.058004 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.25 03:53:13.058066 [ 3 ] {} <Debug> TCP-Session: 49c9e517-0ed1-4ded-839d-4361eec9e50a Authenticating user 'default' from [fd00:1122:3344:101::e]:43228 | ||
| 108 | 2025.01.25 03:53:13.058104 [ 3 ] {} <Debug> TCP-Session: 49c9e517-0ed1-4ded-839d-4361eec9e50a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.25 03:53:13.058130 [ 3 ] {} <Debug> TCP-Session: 49c9e517-0ed1-4ded-839d-4361eec9e50a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.25 03:53:13.058230 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.25 03:53:13.058263 [ 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.25 03:53:13.058290 [ 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.25 03:53:13.058624 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49515 | ||
| 114 | 2025.01.25 03:53:13.058714 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36445 | ||
| 115 | 2025.01.25 03:53:13.058833 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.25 03:53:13.058867 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.01.25 03:53:13.058878 [ 4 ] {} <Debug> TCP-Session: d23bcbac-5f57-4ed3-955d-dd4e1ebb6beb Authenticating user 'default' from [fd00:1122:3344:101::e]:49515 | ||
| 118 | 2025.01.25 03:53:13.058931 [ 5 ] {} <Debug> TCP-Session: 1c0521c9-7e06-4721-83e6-3cead64ef28f Authenticating user 'default' from [fd00:1122:3344:101::e]:36445 | ||
| 119 | 2025.01.25 03:53:13.058940 [ 4 ] {} <Debug> TCP-Session: d23bcbac-5f57-4ed3-955d-dd4e1ebb6beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.01.25 03:53:13.058980 [ 5 ] {} <Debug> TCP-Session: 1c0521c9-7e06-4721-83e6-3cead64ef28f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.25 03:53:13.058991 [ 4 ] {} <Debug> TCP-Session: d23bcbac-5f57-4ed3-955d-dd4e1ebb6beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.25 03:53:13.059019 [ 5 ] {} <Debug> TCP-Session: 1c0521c9-7e06-4721-83e6-3cead64ef28f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.25 03:53:13.059544 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37416 | ||
| 124 | 2025.01.25 03:53:13.059656 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63409 | ||
| 125 | 2025.01.25 03:53:13.059764 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.01.25 03:53:13.059812 [ 253 ] {} <Debug> TCP-Session: e83ee4c1-cba9-40e2-b77f-129299084bbe Authenticating user 'default' from [fd00:1122:3344:101::e]:37416 | ||
| 127 | 2025.01.25 03:53:13.059929 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.01.25 03:53:13.059926 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49849 | ||
| 129 | 2025.01.25 03:53:13.059970 [ 254 ] {} <Debug> TCP-Session: b63b3843-bd0c-461f-940e-13c1362e2924 Authenticating user 'default' from [fd00:1122:3344:101::e]:63409 | ||
| 130 | 2025.01.25 03:53:13.059948 [ 253 ] {} <Debug> TCP-Session: e83ee4c1-cba9-40e2-b77f-129299084bbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.01.25 03:53:13.060013 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61415 | ||
| 132 | 2025.01.25 03:53:13.060077 [ 254 ] {} <Debug> TCP-Session: b63b3843-bd0c-461f-940e-13c1362e2924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.01.25 03:53:13.060133 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62705 | ||
| 134 | 2025.01.25 03:53:13.060182 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.01.25 03:53:13.060245 [ 254 ] {} <Debug> TCP-Session: b63b3843-bd0c-461f-940e-13c1362e2924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.01.25 03:53:13.060253 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.01.25 03:53:13.060331 [ 253 ] {} <Debug> TCP-Session: e83ee4c1-cba9-40e2-b77f-129299084bbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.01.25 03:53:13.060387 [ 256 ] {} <Debug> TCP-Session: 07e02724-cd6a-422c-9405-dfd3575367e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:61415 | ||
| 139 | 2025.01.25 03:53:13.060393 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2025.01.25 03:53:13.060389 [ 255 ] {} <Debug> TCP-Session: 17e6997a-7e5d-4519-9deb-c11c41c4da28 Authenticating user 'default' from [fd00:1122:3344:101::e]:49849 | ||
| 141 | 2025.01.25 03:53:13.060512 [ 256 ] {} <Debug> TCP-Session: 07e02724-cd6a-422c-9405-dfd3575367e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.01.25 03:53:13.060545 [ 257 ] {} <Debug> TCP-Session: e6810234-bf44-4464-a282-fc23ae46d9dc Authenticating user 'default' from [fd00:1122:3344:101::e]:62705 | ||
| 143 | 2025.01.25 03:53:13.060571 [ 255 ] {} <Debug> TCP-Session: 17e6997a-7e5d-4519-9deb-c11c41c4da28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.01.25 03:53:13.060584 [ 256 ] {} <Debug> TCP-Session: 07e02724-cd6a-422c-9405-dfd3575367e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.01.25 03:53:13.060616 [ 257 ] {} <Debug> TCP-Session: e6810234-bf44-4464-a282-fc23ae46d9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.01.25 03:53:13.060661 [ 255 ] {} <Debug> TCP-Session: 17e6997a-7e5d-4519-9deb-c11c41c4da28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.25 03:53:13.060681 [ 257 ] {} <Debug> TCP-Session: e6810234-bf44-4464-a282-fc23ae46d9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.25 03:53:13.511046 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54392 | ||
| 149 | 2025.01.25 03:53:13.511216 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.01.25 03:53:13.511259 [ 258 ] {} <Debug> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Authenticating user 'default' from [fd00:1122:3344:101::d]:54392 | ||
| 151 | 2025.01.25 03:53:13.511285 [ 258 ] {} <Debug> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.25 03:53:13.511299 [ 258 ] {} <Debug> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.25 03:53:13.511376 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.01.25 03:53:13.511402 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 155 | 2025.01.25 03:53:13.511430 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2025.01.25 03:53:13.512342 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50899 | ||
| 157 | 2025.01.25 03:53:13.512562 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45041 | ||
| 158 | 2025.01.25 03:53:13.512565 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2025.01.25 03:53:13.512647 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47624 | ||
| 160 | 2025.01.25 03:53:13.512747 [ 259 ] {} <Debug> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50899 | ||
| 161 | 2025.01.25 03:53:13.512775 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2025.01.25 03:53:13.512947 [ 260 ] {} <Debug> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Authenticating user 'default' from [fd00:1122:3344:101::d]:45041 | ||
| 163 | 2025.01.25 03:53:13.512942 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60372 | ||
| 164 | 2025.01.25 03:53:13.513002 [ 260 ] {} <Debug> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2025.01.25 03:53:13.512978 [ 259 ] {} <Debug> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 166 | 2025.01.25 03:53:13.512960 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44993 | ||
| 167 | 2025.01.25 03:53:13.513056 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64495 | ||
| 168 | 2025.01.25 03:53:13.513086 [ 260 ] {} <Debug> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2025.01.25 03:53:13.513267 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58919 | ||
| 170 | 2025.01.25 03:53:13.513280 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 171 | 2025.01.25 03:53:13.513343 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2025.01.25 03:53:13.514473 [ 262 ] {} <Debug> TCP-Session: 2b4ad00f-4ecc-40af-837a-ef97b14474fe Authenticating user 'default' from [fd00:1122:3344:101::d]:60372 | ||
| 173 | 2025.01.25 03:53:13.514416 [ 259 ] {} <Debug> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2025.01.25 03:53:13.514573 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45363 | ||
| 175 | 2025.01.25 03:53:13.514592 [ 261 ] {} <Debug> TCP-Session: 7cc40ec5-965f-4ae7-ba2c-6abc66093c45 Authenticating user 'default' from [fd00:1122:3344:101::d]:47624 | ||
| 176 | 2025.01.25 03:53:13.514627 [ 262 ] {} <Debug> TCP-Session: 2b4ad00f-4ecc-40af-837a-ef97b14474fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.01.25 03:53:13.514546 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2025.01.25 03:53:13.514648 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 179 | 2025.01.25 03:53:13.514550 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 180 | 2025.01.25 03:53:13.514671 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2025.01.25 03:53:13.514853 [ 261 ] {} <Debug> TCP-Session: 7cc40ec5-965f-4ae7-ba2c-6abc66093c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.01.25 03:53:13.514889 [ 262 ] {} <Debug> TCP-Session: 2b4ad00f-4ecc-40af-837a-ef97b14474fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.01.25 03:53:13.514898 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 184 | 2025.01.25 03:53:13.514954 [ 265 ] {} <Debug> TCP-Session: 514af601-1fc5-4c81-a512-1cbc619dd076 Authenticating user 'default' from [fd00:1122:3344:101::d]:58919 | ||
| 185 | 2025.01.25 03:53:13.514967 [ 261 ] {} <Debug> TCP-Session: 7cc40ec5-965f-4ae7-ba2c-6abc66093c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.01.25 03:53:13.515031 [ 266 ] {} <Debug> TCP-Session: 9c68613f-4f82-4da0-a6da-d3b3b735ce44 Authenticating user 'default' from [fd00:1122:3344:101::d]:45363 | ||
| 187 | 2025.01.25 03:53:13.515048 [ 264 ] {} <Debug> TCP-Session: 51e2612d-ff13-4a70-b26b-6308c838fcf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64495 | ||
| 188 | 2025.01.25 03:53:13.515062 [ 265 ] {} <Debug> TCP-Session: 514af601-1fc5-4c81-a512-1cbc619dd076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.01.25 03:53:13.515195 [ 266 ] {} <Debug> TCP-Session: 9c68613f-4f82-4da0-a6da-d3b3b735ce44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.01.25 03:53:13.515195 [ 265 ] {} <Debug> TCP-Session: 514af601-1fc5-4c81-a512-1cbc619dd076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.01.25 03:53:13.515224 [ 264 ] {} <Debug> TCP-Session: 51e2612d-ff13-4a70-b26b-6308c838fcf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.01.25 03:53:13.515251 [ 263 ] {} <Debug> TCP-Session: efdd0924-58c4-414f-9454-36e7a33f277a Authenticating user 'default' from [fd00:1122:3344:101::d]:44993 | ||
| 193 | 2025.01.25 03:53:13.515277 [ 266 ] {} <Debug> TCP-Session: 9c68613f-4f82-4da0-a6da-d3b3b735ce44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2025.01.25 03:53:13.515431 [ 264 ] {} <Debug> TCP-Session: 51e2612d-ff13-4a70-b26b-6308c838fcf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.01.25 03:53:13.515472 [ 263 ] {} <Debug> TCP-Session: efdd0924-58c4-414f-9454-36e7a33f277a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.01.25 03:53:13.515601 [ 263 ] {} <Debug> TCP-Session: efdd0924-58c4-414f-9454-36e7a33f277a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.01.25 03:53:13.518037 [ 258 ] {edf15a34-0064-4d78-af9c-3173380886a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2025.01.25 03:53:13.553829 [ 258 ] {edf15a34-0064-4d78-af9c-3173380886a7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54392) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 199 | |||
| 200 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 221 | |||
| 222 | 2025.01.25 03:53:13.555056 [ 258 ] {edf15a34-0064-4d78-af9c-3173380886a7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 223 | |||
| 224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 245 | |||
| 246 | 2025.01.25 03:53:13.555163 [ 258 ] {edf15a34-0064-4d78-af9c-3173380886a7} <Debug> TCPHandler: Processed in 0.042009959 sec. | ||
| 247 | 2025.01.25 03:53:13.555479 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2025.01.25 03:53:13.555694 [ 259 ] {6b62633b-e0e1-4b2c-bd28-1267f7ca00d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2025.01.25 03:53:13.556071 [ 259 ] {6b62633b-e0e1-4b2c-bd28-1267f7ca00d7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50899) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 250 | |||
| 251 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 262 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 266 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 272 | |||
| 273 | 2025.01.25 03:53:13.556201 [ 259 ] {6b62633b-e0e1-4b2c-bd28-1267f7ca00d7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 274 | |||
| 275 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 276 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 286 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 296 | |||
| 297 | 2025.01.25 03:53:13.556319 [ 259 ] {6b62633b-e0e1-4b2c-bd28-1267f7ca00d7} <Debug> TCPHandler: Processed in 0.000996884 sec. | ||
| 298 | 2025.01.25 03:53:13.556547 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2025.01.25 03:53:13.557284 [ 258 ] {240baa4b-29ea-4697-88b0-7eae1af45082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 300 | 2025.01.25 03:53:13.557420 [ 258 ] {240baa4b-29ea-4697-88b0-7eae1af45082} <Debug> TCPHandler: Processed in 0.000954403 sec. | ||
| 301 | 2025.01.25 03:53:13.557579 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2025.01.25 03:53:13.557712 [ 259 ] {ecac6ed5-bb39-4240-bdcf-204ac74ee918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 303 | 2025.01.25 03:53:13.557817 [ 259 ] {ecac6ed5-bb39-4240-bdcf-204ac74ee918} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 304 | 2025.01.25 03:53:13.559068 [ 259 ] {ecac6ed5-bb39-4240-bdcf-204ac74ee918} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 305 | 2025.01.25 03:53:13.559105 [ 259 ] {ecac6ed5-bb39-4240-bdcf-204ac74ee918} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6752e-05 sec | ||
| 306 | 2025.01.25 03:53:13.559120 [ 259 ] {ecac6ed5-bb39-4240-bdcf-204ac74ee918} <Trace> ReferentialDeps: No tables | ||
| 307 | 2025.01.25 03:53:13.559132 [ 259 ] {ecac6ed5-bb39-4240-bdcf-204ac74ee918} <Trace> LoadingDeps: No tables | ||
| 308 | 2025.01.25 03:53:13.559163 [ 259 ] {ecac6ed5-bb39-4240-bdcf-204ac74ee918} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 309 | 2025.01.25 03:53:13.559214 [ 259 ] {ecac6ed5-bb39-4240-bdcf-204ac74ee918} <Debug> TCPHandler: Processed in 0.001690161 sec. | ||
| 310 | 2025.01.25 03:53:13.559403 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2025.01.25 03:53:13.559615 [ 258 ] {99676f42-8868-4b0d-8890-2d3c628ebf05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) /* The version table contains metadata about the `oximeter` database */ | ||
| 312 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 313 | 2025.01.25 03:53:13.559683 [ 258 ] {99676f42-8868-4b0d-8890-2d3c628ebf05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 314 | 2025.01.25 03:53:13.564830 [ 258 ] {99676f42-8868-4b0d-8890-2d3c628ebf05} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 315 | 2025.01.25 03:53:13.565939 [ 258 ] {99676f42-8868-4b0d-8890-2d3c628ebf05} <Debug> oximeter.version (88496798-5a3d-45cb-9d23-a54fb70d9b03): Loading data parts | ||
| 316 | 2025.01.25 03:53:13.566448 [ 258 ] {99676f42-8868-4b0d-8890-2d3c628ebf05} <Debug> oximeter.version (88496798-5a3d-45cb-9d23-a54fb70d9b03): There are no data parts | ||
| 317 | 2025.01.25 03:53:13.575208 [ 258 ] {99676f42-8868-4b0d-8890-2d3c628ebf05} <Debug> TCPHandler: Processed in 0.015868105 sec. | ||
| 318 | 2025.01.25 03:53:13.575432 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.01.25 03:53:13.575651 [ 259 ] {74d82508-1f84-4d2e-a7a1-e0196392ad03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) /* The measurement tables contain all individual samples from each timeseries. | ||
| 320 | * | ||
| 321 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 322 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 323 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 324 | * by all samples from the same timeseries. | ||
| 325 | * | ||
| 326 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 327 | * and then uses that to index quickly into the measurements tables. | ||
| 328 | */ | ||
| 329 | 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) | ||
| 330 | 2025.01.25 03:53:13.575735 [ 259 ] {74d82508-1f84-4d2e-a7a1-e0196392ad03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 331 | 2025.01.25 03:53:13.582161 [ 259 ] {74d82508-1f84-4d2e-a7a1-e0196392ad03} <Debug> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Loading data parts | ||
| 332 | 2025.01.25 03:53:13.582366 [ 259 ] {74d82508-1f84-4d2e-a7a1-e0196392ad03} <Debug> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): There are no data parts | ||
| 333 | 2025.01.25 03:53:13.587435 [ 259 ] {74d82508-1f84-4d2e-a7a1-e0196392ad03} <Debug> TCPHandler: Processed in 0.012061423 sec. | ||
| 334 | 2025.01.25 03:53:13.587638 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.01.25 03:53:13.587917 [ 258 ] {0c10c82e-b949-4134-b8e5-feed9d6cf87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 336 | 2025.01.25 03:53:13.587973 [ 258 ] {0c10c82e-b949-4134-b8e5-feed9d6cf87b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 337 | 2025.01.25 03:53:13.590067 [ 258 ] {0c10c82e-b949-4134-b8e5-feed9d6cf87b} <Debug> oximeter.measurements_i8 (f96e7040-d326-4735-9d4c-6269d75c724c): Loading data parts | ||
| 338 | 2025.01.25 03:53:13.590281 [ 258 ] {0c10c82e-b949-4134-b8e5-feed9d6cf87b} <Debug> oximeter.measurements_i8 (f96e7040-d326-4735-9d4c-6269d75c724c): There are no data parts | ||
| 339 | 2025.01.25 03:53:13.591645 [ 258 ] {0c10c82e-b949-4134-b8e5-feed9d6cf87b} <Debug> TCPHandler: Processed in 0.004078589 sec. | ||
| 340 | 2025.01.25 03:53:13.591839 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2025.01.25 03:53:13.592077 [ 259 ] {0d39f056-2322-44a0-a003-69cb599000e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 342 | 2025.01.25 03:53:13.592165 [ 259 ] {0d39f056-2322-44a0-a003-69cb599000e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 343 | 2025.01.25 03:53:13.594020 [ 259 ] {0d39f056-2322-44a0-a003-69cb599000e5} <Debug> oximeter.measurements_u8 (11108aa3-945f-4071-919a-cc258914517f): Loading data parts | ||
| 344 | 2025.01.25 03:53:13.594208 [ 259 ] {0d39f056-2322-44a0-a003-69cb599000e5} <Debug> oximeter.measurements_u8 (11108aa3-945f-4071-919a-cc258914517f): There are no data parts | ||
| 345 | 2025.01.25 03:53:13.595283 [ 259 ] {0d39f056-2322-44a0-a003-69cb599000e5} <Debug> TCPHandler: Processed in 0.003504075 sec. | ||
| 346 | 2025.01.25 03:53:13.595496 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2025.01.25 03:53:13.595773 [ 258 ] {5d6bf582-f720-49e4-86a6-f64128fe2ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 348 | 2025.01.25 03:53:13.595832 [ 258 ] {5d6bf582-f720-49e4-86a6-f64128fe2ead} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 349 | 2025.01.25 03:53:13.599204 [ 258 ] {5d6bf582-f720-49e4-86a6-f64128fe2ead} <Debug> oximeter.measurements_i16 (e75e872b-d0ac-4bec-8140-ba9238e3a820): Loading data parts | ||
| 350 | 2025.01.25 03:53:13.599388 [ 258 ] {5d6bf582-f720-49e4-86a6-f64128fe2ead} <Debug> oximeter.measurements_i16 (e75e872b-d0ac-4bec-8140-ba9238e3a820): There are no data parts | ||
| 351 | 2025.01.25 03:53:13.600631 [ 258 ] {5d6bf582-f720-49e4-86a6-f64128fe2ead} <Debug> TCPHandler: Processed in 0.005203816 sec. | ||
| 352 | 2025.01.25 03:53:13.600839 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2025.01.25 03:53:13.601053 [ 259 ] {5172ee69-75e7-429d-b71c-c1cd95b84d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 354 | 2025.01.25 03:53:13.601128 [ 259 ] {5172ee69-75e7-429d-b71c-c1cd95b84d56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 355 | 2025.01.25 03:53:13.602874 [ 259 ] {5172ee69-75e7-429d-b71c-c1cd95b84d56} <Debug> oximeter.measurements_u16 (28ef3ab4-a2f4-46e2-ad72-c3a5ee8fcfaa): Loading data parts | ||
| 356 | 2025.01.25 03:53:13.603083 [ 259 ] {5172ee69-75e7-429d-b71c-c1cd95b84d56} <Debug> oximeter.measurements_u16 (28ef3ab4-a2f4-46e2-ad72-c3a5ee8fcfaa): There are no data parts | ||
| 357 | 2025.01.25 03:53:13.604230 [ 259 ] {5172ee69-75e7-429d-b71c-c1cd95b84d56} <Debug> TCPHandler: Processed in 0.003449704 sec. | ||
| 358 | 2025.01.25 03:53:13.604421 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2025.01.25 03:53:13.604660 [ 258 ] {0a000b6b-c591-4db1-bac5-0c8a4345eee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 360 | 2025.01.25 03:53:13.604711 [ 258 ] {0a000b6b-c591-4db1-bac5-0c8a4345eee1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 361 | 2025.01.25 03:53:13.606495 [ 258 ] {0a000b6b-c591-4db1-bac5-0c8a4345eee1} <Debug> oximeter.measurements_i32 (86c2f8b4-163e-47cf-8aec-7bcae0283bb3): Loading data parts | ||
| 362 | 2025.01.25 03:53:13.606660 [ 258 ] {0a000b6b-c591-4db1-bac5-0c8a4345eee1} <Debug> oximeter.measurements_i32 (86c2f8b4-163e-47cf-8aec-7bcae0283bb3): There are no data parts | ||
| 363 | 2025.01.25 03:53:13.607836 [ 258 ] {0a000b6b-c591-4db1-bac5-0c8a4345eee1} <Debug> TCPHandler: Processed in 0.003473474 sec. | ||
| 364 | 2025.01.25 03:53:13.608031 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 365 | 2025.01.25 03:53:13.608245 [ 259 ] {47727a13-2e9a-4f5c-a00e-a106efa24061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 366 | 2025.01.25 03:53:13.608323 [ 259 ] {47727a13-2e9a-4f5c-a00e-a106efa24061} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 367 | 2025.01.25 03:53:13.610035 [ 259 ] {47727a13-2e9a-4f5c-a00e-a106efa24061} <Debug> oximeter.measurements_u32 (5c48e28f-da56-4374-bab7-466f69815b3d): Loading data parts | ||
| 368 | 2025.01.25 03:53:13.610214 [ 259 ] {47727a13-2e9a-4f5c-a00e-a106efa24061} <Debug> oximeter.measurements_u32 (5c48e28f-da56-4374-bab7-466f69815b3d): There are no data parts | ||
| 369 | 2025.01.25 03:53:13.611381 [ 259 ] {47727a13-2e9a-4f5c-a00e-a106efa24061} <Debug> TCPHandler: Processed in 0.003411483 sec. | ||
| 370 | 2025.01.25 03:53:13.611568 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2025.01.25 03:53:13.611803 [ 258 ] {2e920000-ecb9-49a4-b769-15213ed6aa8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 372 | 2025.01.25 03:53:13.611853 [ 258 ] {2e920000-ecb9-49a4-b769-15213ed6aa8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 373 | 2025.01.25 03:53:13.613540 [ 258 ] {2e920000-ecb9-49a4-b769-15213ed6aa8a} <Debug> oximeter.measurements_i64 (d8ce0b11-c126-49cd-892c-93c4093ad5d7): Loading data parts | ||
| 374 | 2025.01.25 03:53:13.613686 [ 258 ] {2e920000-ecb9-49a4-b769-15213ed6aa8a} <Debug> oximeter.measurements_i64 (d8ce0b11-c126-49cd-892c-93c4093ad5d7): There are no data parts | ||
| 375 | 2025.01.25 03:53:13.614976 [ 258 ] {2e920000-ecb9-49a4-b769-15213ed6aa8a} <Debug> TCPHandler: Processed in 0.003465904 sec. | ||
| 376 | 2025.01.25 03:53:13.615183 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2025.01.25 03:53:13.615394 [ 259 ] {3f577882-0862-49f8-af71-6eabcfe669e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 378 | 2025.01.25 03:53:13.615470 [ 259 ] {3f577882-0862-49f8-af71-6eabcfe669e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 379 | 2025.01.25 03:53:13.617225 [ 259 ] {3f577882-0862-49f8-af71-6eabcfe669e6} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Loading data parts | ||
| 380 | 2025.01.25 03:53:13.617401 [ 259 ] {3f577882-0862-49f8-af71-6eabcfe669e6} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): There are no data parts | ||
| 381 | 2025.01.25 03:53:13.618822 [ 259 ] {3f577882-0862-49f8-af71-6eabcfe669e6} <Debug> TCPHandler: Processed in 0.003697349 sec. | ||
| 382 | 2025.01.25 03:53:13.618998 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2025.01.25 03:53:13.619229 [ 258 ] {ac64f491-e127-4a7b-9d26-01a7b7b8b084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 384 | 2025.01.25 03:53:13.619278 [ 258 ] {ac64f491-e127-4a7b-9d26-01a7b7b8b084} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 385 | 2025.01.25 03:53:13.620990 [ 258 ] {ac64f491-e127-4a7b-9d26-01a7b7b8b084} <Debug> oximeter.measurements_f32 (14c49f41-063e-486f-b1c3-77deafd9a4a2): Loading data parts | ||
| 386 | 2025.01.25 03:53:13.621176 [ 258 ] {ac64f491-e127-4a7b-9d26-01a7b7b8b084} <Debug> oximeter.measurements_f32 (14c49f41-063e-486f-b1c3-77deafd9a4a2): There are no data parts | ||
| 387 | 2025.01.25 03:53:13.622332 [ 258 ] {ac64f491-e127-4a7b-9d26-01a7b7b8b084} <Debug> TCPHandler: Processed in 0.003393643 sec. | ||
| 388 | 2025.01.25 03:53:13.622545 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2025.01.25 03:53:13.622762 [ 259 ] {c3b4b7df-b689-471c-9462-05a6efb84bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 390 | 2025.01.25 03:53:13.622838 [ 259 ] {c3b4b7df-b689-471c-9462-05a6efb84bdc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 391 | 2025.01.25 03:53:13.624560 [ 259 ] {c3b4b7df-b689-471c-9462-05a6efb84bdc} <Debug> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Loading data parts | ||
| 392 | 2025.01.25 03:53:13.624731 [ 259 ] {c3b4b7df-b689-471c-9462-05a6efb84bdc} <Debug> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): There are no data parts | ||
| 393 | 2025.01.25 03:53:13.625919 [ 259 ] {c3b4b7df-b689-471c-9462-05a6efb84bdc} <Debug> TCPHandler: Processed in 0.003430224 sec. | ||
| 394 | 2025.01.25 03:53:13.626095 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.01.25 03:53:13.626338 [ 258 ] {5318afe6-978b-45bc-a56a-8252a1915802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 396 | 2025.01.25 03:53:13.626402 [ 258 ] {5318afe6-978b-45bc-a56a-8252a1915802} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 397 | 2025.01.25 03:53:13.628144 [ 258 ] {5318afe6-978b-45bc-a56a-8252a1915802} <Debug> oximeter.measurements_string (5a4e64a1-85b7-4945-9139-624bbd1cab3d): Loading data parts | ||
| 398 | 2025.01.25 03:53:13.628296 [ 258 ] {5318afe6-978b-45bc-a56a-8252a1915802} <Debug> oximeter.measurements_string (5a4e64a1-85b7-4945-9139-624bbd1cab3d): There are no data parts | ||
| 399 | 2025.01.25 03:53:13.629473 [ 258 ] {5318afe6-978b-45bc-a56a-8252a1915802} <Debug> TCPHandler: Processed in 0.003437704 sec. | ||
| 400 | 2025.01.25 03:53:13.629689 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 401 | 2025.01.25 03:53:13.629938 [ 259 ] {ef2defd7-0b85-44c4-9e5d-73885d271a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 402 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 403 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 404 | * a string isn't palatable for a few reasons. | ||
| 405 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 406 | * details. | ||
| 407 | */ | ||
| 408 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2025.01.25 03:53:13.630018 [ 259 ] {ef2defd7-0b85-44c4-9e5d-73885d271a4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 410 | 2025.01.25 03:53:13.631729 [ 259 ] {ef2defd7-0b85-44c4-9e5d-73885d271a4f} <Debug> oximeter.measurements_bytes (48ee9c81-fede-452b-82ce-875fe178969a): Loading data parts | ||
| 411 | 2025.01.25 03:53:13.631883 [ 259 ] {ef2defd7-0b85-44c4-9e5d-73885d271a4f} <Debug> oximeter.measurements_bytes (48ee9c81-fede-452b-82ce-875fe178969a): There are no data parts | ||
| 412 | 2025.01.25 03:53:13.633050 [ 259 ] {ef2defd7-0b85-44c4-9e5d-73885d271a4f} <Debug> TCPHandler: Processed in 0.003427124 sec. | ||
| 413 | 2025.01.25 03:53:13.633242 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.01.25 03:53:13.633459 [ 258 ] {bf54e055-4a5c-4f1d-a3e6-4354fcc74082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 415 | 2025.01.25 03:53:13.633540 [ 258 ] {bf54e055-4a5c-4f1d-a3e6-4354fcc74082} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 416 | 2025.01.25 03:53:13.635229 [ 258 ] {bf54e055-4a5c-4f1d-a3e6-4354fcc74082} <Debug> oximeter.measurements_cumulativei64 (2124dd9f-74b6-4d54-b78b-72bd72917191): Loading data parts | ||
| 417 | 2025.01.25 03:53:13.635421 [ 258 ] {bf54e055-4a5c-4f1d-a3e6-4354fcc74082} <Debug> oximeter.measurements_cumulativei64 (2124dd9f-74b6-4d54-b78b-72bd72917191): There are no data parts | ||
| 418 | 2025.01.25 03:53:13.636570 [ 258 ] {bf54e055-4a5c-4f1d-a3e6-4354fcc74082} <Debug> TCPHandler: Processed in 0.003386572 sec. | ||
| 419 | 2025.01.25 03:53:13.636749 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.01.25 03:53:13.637012 [ 259 ] {b8e357dc-94ba-4e44-991e-292b56ead013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 421 | 2025.01.25 03:53:13.637091 [ 259 ] {b8e357dc-94ba-4e44-991e-292b56ead013} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 422 | 2025.01.25 03:53:13.639011 [ 259 ] {b8e357dc-94ba-4e44-991e-292b56ead013} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Loading data parts | ||
| 423 | 2025.01.25 03:53:13.639185 [ 259 ] {b8e357dc-94ba-4e44-991e-292b56ead013} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): There are no data parts | ||
| 424 | 2025.01.25 03:53:13.640361 [ 259 ] {b8e357dc-94ba-4e44-991e-292b56ead013} <Debug> TCPHandler: Processed in 0.003668899 sec. | ||
| 425 | 2025.01.25 03:53:13.640529 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.01.25 03:53:13.640746 [ 258 ] {c2e4b9e2-f10f-4bc6-8af3-94a2d2c3982f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 427 | 2025.01.25 03:53:13.640824 [ 258 ] {c2e4b9e2-f10f-4bc6-8af3-94a2d2c3982f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 428 | 2025.01.25 03:53:13.642527 [ 258 ] {c2e4b9e2-f10f-4bc6-8af3-94a2d2c3982f} <Debug> oximeter.measurements_cumulativef32 (533f3a81-df52-48ef-a17f-943be60f4d2c): Loading data parts | ||
| 429 | 2025.01.25 03:53:13.642685 [ 258 ] {c2e4b9e2-f10f-4bc6-8af3-94a2d2c3982f} <Debug> oximeter.measurements_cumulativef32 (533f3a81-df52-48ef-a17f-943be60f4d2c): There are no data parts | ||
| 430 | 2025.01.25 03:53:13.643825 [ 258 ] {c2e4b9e2-f10f-4bc6-8af3-94a2d2c3982f} <Debug> TCPHandler: Processed in 0.003351981 sec. | ||
| 431 | 2025.01.25 03:53:13.644026 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.01.25 03:53:13.644291 [ 259 ] {99f58383-4385-4ff0-a6da-ef157eefad87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 433 | 2025.01.25 03:53:13.644381 [ 259 ] {99f58383-4385-4ff0-a6da-ef157eefad87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 434 | 2025.01.25 03:53:13.646231 [ 259 ] {99f58383-4385-4ff0-a6da-ef157eefad87} <Debug> oximeter.measurements_cumulativef64 (63486a6a-c0e0-4afd-94d2-af9ded903729): Loading data parts | ||
| 435 | 2025.01.25 03:53:13.646408 [ 259 ] {99f58383-4385-4ff0-a6da-ef157eefad87} <Debug> oximeter.measurements_cumulativef64 (63486a6a-c0e0-4afd-94d2-af9ded903729): There are no data parts | ||
| 436 | 2025.01.25 03:53:13.647545 [ 259 ] {99f58383-4385-4ff0-a6da-ef157eefad87} <Debug> TCPHandler: Processed in 0.003585557 sec. | ||
| 437 | 2025.01.25 03:53:13.647717 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.01.25 03:53:13.648106 [ 258 ] {4a9e0641-9d87-4461-b5d8-b2b123d4ab4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 439 | * NOTE: Array types cannot be Nullable, see | ||
| 440 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 441 | * for more details. | ||
| 442 | * | ||
| 443 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 444 | * is unfortunate, and at this point relies on the fact that an | ||
| 445 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 446 | * to figure out another way to represent missing samples here. | ||
| 447 | */ | ||
| 448 | 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) | ||
| 449 | 2025.01.25 03:53:13.648193 [ 258 ] {4a9e0641-9d87-4461-b5d8-b2b123d4ab4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 450 | 2025.01.25 03:53:13.650299 [ 258 ] {4a9e0641-9d87-4461-b5d8-b2b123d4ab4e} <Debug> oximeter.measurements_histogrami8 (42db54ac-2a78-4d8b-8287-f83bfa07b409): Loading data parts | ||
| 451 | 2025.01.25 03:53:13.650463 [ 258 ] {4a9e0641-9d87-4461-b5d8-b2b123d4ab4e} <Debug> oximeter.measurements_histogrami8 (42db54ac-2a78-4d8b-8287-f83bfa07b409): There are no data parts | ||
| 452 | 2025.01.25 03:53:13.651654 [ 258 ] {4a9e0641-9d87-4461-b5d8-b2b123d4ab4e} <Debug> TCPHandler: Processed in 0.004005617 sec. | ||
| 453 | 2025.01.25 03:53:13.651848 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2025.01.25 03:53:13.652141 [ 259 ] {f9761f28-91db-4298-8e29-6361a5920617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 455 | 2025.01.25 03:53:13.652231 [ 259 ] {f9761f28-91db-4298-8e29-6361a5920617} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 456 | 2025.01.25 03:53:13.654337 [ 259 ] {f9761f28-91db-4298-8e29-6361a5920617} <Debug> oximeter.measurements_histogramu8 (2995bd3a-5809-47b2-88fa-3bd7e3bcac3c): Loading data parts | ||
| 457 | 2025.01.25 03:53:13.654505 [ 259 ] {f9761f28-91db-4298-8e29-6361a5920617} <Debug> oximeter.measurements_histogramu8 (2995bd3a-5809-47b2-88fa-3bd7e3bcac3c): There are no data parts | ||
| 458 | 2025.01.25 03:53:13.655766 [ 259 ] {f9761f28-91db-4298-8e29-6361a5920617} <Debug> TCPHandler: Processed in 0.003976607 sec. | ||
| 459 | 2025.01.25 03:53:13.655944 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2025.01.25 03:53:13.656269 [ 258 ] {f02a2cd7-43cf-481e-9251-ffd320ed9522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 461 | 2025.01.25 03:53:13.656344 [ 258 ] {f02a2cd7-43cf-481e-9251-ffd320ed9522} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 462 | 2025.01.25 03:53:13.658502 [ 258 ] {f02a2cd7-43cf-481e-9251-ffd320ed9522} <Debug> oximeter.measurements_histogrami16 (daf8a461-ec56-4b3d-b28f-ba74985ced97): Loading data parts | ||
| 463 | 2025.01.25 03:53:13.658681 [ 258 ] {f02a2cd7-43cf-481e-9251-ffd320ed9522} <Debug> oximeter.measurements_histogrami16 (daf8a461-ec56-4b3d-b28f-ba74985ced97): There are no data parts | ||
| 464 | 2025.01.25 03:53:13.659915 [ 258 ] {f02a2cd7-43cf-481e-9251-ffd320ed9522} <Debug> TCPHandler: Processed in 0.004039668 sec. | ||
| 465 | 2025.01.25 03:53:13.660134 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2025.01.25 03:53:13.660428 [ 259 ] {f06609bb-e820-4834-8505-3bbb93373a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 467 | 2025.01.25 03:53:13.660518 [ 259 ] {f06609bb-e820-4834-8505-3bbb93373a7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 468 | 2025.01.25 03:53:13.662743 [ 259 ] {f06609bb-e820-4834-8505-3bbb93373a7d} <Debug> oximeter.measurements_histogramu16 (db4fc92a-32f9-4985-bbb7-a0366af42f7d): Loading data parts | ||
| 469 | 2025.01.25 03:53:13.662920 [ 259 ] {f06609bb-e820-4834-8505-3bbb93373a7d} <Debug> oximeter.measurements_histogramu16 (db4fc92a-32f9-4985-bbb7-a0366af42f7d): There are no data parts | ||
| 470 | 2025.01.25 03:53:13.664123 [ 259 ] {f06609bb-e820-4834-8505-3bbb93373a7d} <Debug> TCPHandler: Processed in 0.004047748 sec. | ||
| 471 | 2025.01.25 03:53:13.664306 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 472 | 2025.01.25 03:53:13.664640 [ 258 ] {750982af-f030-4641-82f8-375e95127af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 473 | 2025.01.25 03:53:13.664724 [ 258 ] {750982af-f030-4641-82f8-375e95127af6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 474 | 2025.01.25 03:53:13.666877 [ 258 ] {750982af-f030-4641-82f8-375e95127af6} <Debug> oximeter.measurements_histogrami32 (5bee849a-8130-4b0b-9030-350670cf796e): Loading data parts | ||
| 475 | 2025.01.25 03:53:13.667053 [ 258 ] {750982af-f030-4641-82f8-375e95127af6} <Debug> oximeter.measurements_histogrami32 (5bee849a-8130-4b0b-9030-350670cf796e): There are no data parts | ||
| 476 | 2025.01.25 03:53:13.668275 [ 258 ] {750982af-f030-4641-82f8-375e95127af6} <Debug> TCPHandler: Processed in 0.004029087 sec. | ||
| 477 | 2025.01.25 03:53:13.668472 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 478 | 2025.01.25 03:53:13.668766 [ 259 ] {b8ae9247-68ab-471b-88de-69b30f39786f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 479 | 2025.01.25 03:53:13.668857 [ 259 ] {b8ae9247-68ab-471b-88de-69b30f39786f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 480 | 2025.01.25 03:53:13.670876 [ 259 ] {b8ae9247-68ab-471b-88de-69b30f39786f} <Debug> oximeter.measurements_histogramu32 (3b1fb40e-f99e-45c5-8157-c9283adcb133): Loading data parts | ||
| 481 | 2025.01.25 03:53:13.671050 [ 259 ] {b8ae9247-68ab-471b-88de-69b30f39786f} <Debug> oximeter.measurements_histogramu32 (3b1fb40e-f99e-45c5-8157-c9283adcb133): There are no data parts | ||
| 482 | 2025.01.25 03:53:13.672316 [ 259 ] {b8ae9247-68ab-471b-88de-69b30f39786f} <Debug> TCPHandler: Processed in 0.003900355 sec. | ||
| 483 | 2025.01.25 03:53:13.672500 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 484 | 2025.01.25 03:53:13.672834 [ 258 ] {bfd63b9e-a5c0-4821-83d6-f59b18496bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) 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) | ||
| 485 | 2025.01.25 03:53:13.672913 [ 258 ] {bfd63b9e-a5c0-4821-83d6-f59b18496bab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 486 | 2025.01.25 03:53:13.674912 [ 258 ] {bfd63b9e-a5c0-4821-83d6-f59b18496bab} <Debug> oximeter.measurements_histogrami64 (2e0099eb-c2fa-4082-8190-ef82e2b2012b): Loading data parts | ||
| 487 | 2025.01.25 03:53:13.675079 [ 258 ] {bfd63b9e-a5c0-4821-83d6-f59b18496bab} <Debug> oximeter.measurements_histogrami64 (2e0099eb-c2fa-4082-8190-ef82e2b2012b): There are no data parts | ||
| 488 | 2025.01.25 03:53:13.676269 [ 258 ] {bfd63b9e-a5c0-4821-83d6-f59b18496bab} <Debug> TCPHandler: Processed in 0.003826543 sec. | ||
| 489 | 2025.01.25 03:53:13.676454 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 490 | 2025.01.25 03:53:13.676753 [ 259 ] {257910fb-3fcb-4126-9c8d-489d7a62e5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) 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) | ||
| 491 | 2025.01.25 03:53:13.676843 [ 259 ] {257910fb-3fcb-4126-9c8d-489d7a62e5a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 492 | 2025.01.25 03:53:13.678883 [ 259 ] {257910fb-3fcb-4126-9c8d-489d7a62e5a3} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Loading data parts | ||
| 493 | 2025.01.25 03:53:13.679073 [ 259 ] {257910fb-3fcb-4126-9c8d-489d7a62e5a3} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): There are no data parts | ||
| 494 | 2025.01.25 03:53:13.680393 [ 259 ] {257910fb-3fcb-4126-9c8d-489d7a62e5a3} <Debug> TCPHandler: Processed in 0.003996617 sec. | ||
| 495 | 2025.01.25 03:53:13.680578 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 496 | 2025.01.25 03:53:13.680903 [ 258 ] {d0898e30-ec1f-4e1a-b1f9-12050550641f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 497 | 2025.01.25 03:53:13.680984 [ 258 ] {d0898e30-ec1f-4e1a-b1f9-12050550641f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 498 | 2025.01.25 03:53:13.683003 [ 258 ] {d0898e30-ec1f-4e1a-b1f9-12050550641f} <Debug> oximeter.measurements_histogramf32 (6a8e752b-08b2-4104-be68-1624bb63ac92): Loading data parts | ||
| 499 | 2025.01.25 03:53:13.683183 [ 258 ] {d0898e30-ec1f-4e1a-b1f9-12050550641f} <Debug> oximeter.measurements_histogramf32 (6a8e752b-08b2-4104-be68-1624bb63ac92): There are no data parts | ||
| 500 | 2025.01.25 03:53:13.684511 [ 258 ] {d0898e30-ec1f-4e1a-b1f9-12050550641f} <Debug> TCPHandler: Processed in 0.003990017 sec. | ||
| 501 | 2025.01.25 03:53:13.684715 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 502 | 2025.01.25 03:53:13.685015 [ 259 ] {161261bd-2842-4c8b-8c2e-a1120c134de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 503 | 2025.01.25 03:53:13.685107 [ 259 ] {161261bd-2842-4c8b-8c2e-a1120c134de0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 504 | 2025.01.25 03:53:13.687131 [ 259 ] {161261bd-2842-4c8b-8c2e-a1120c134de0} <Debug> oximeter.measurements_histogramf64 (718601dc-be28-4565-8c11-76779d1e2381): Loading data parts | ||
| 505 | 2025.01.25 03:53:13.687339 [ 259 ] {161261bd-2842-4c8b-8c2e-a1120c134de0} <Debug> oximeter.measurements_histogramf64 (718601dc-be28-4565-8c11-76779d1e2381): There are no data parts | ||
| 506 | 2025.01.25 03:53:13.688671 [ 259 ] {161261bd-2842-4c8b-8c2e-a1120c134de0} <Debug> TCPHandler: Processed in 0.004013507 sec. | ||
| 507 | 2025.01.25 03:53:13.688866 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 508 | 2025.01.25 03:53:13.689119 [ 258 ] {cd019f52-b33c-433e-82c4-5aa92cdb15c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) /* The field tables store named dimensions of each timeseries. | ||
| 509 | * | ||
| 510 | * As with the measurement tables, there is one field table for each field data | ||
| 511 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 512 | * this behavior **must not** be relied upon for query correctness. | ||
| 513 | * | ||
| 514 | * The index for the fields differs from the measurements, however. Rows are | ||
| 515 | * sorted by timeseries name, then field name, field value, and finally | ||
| 516 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 517 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 518 | * usually then used to look up measurements. | ||
| 519 | * | ||
| 520 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 521 | * timeseries name and then key, since it would improve lookups where one | ||
| 522 | * already has the key. Realistically though, these tables are quite small and | ||
| 523 | * so performance benefits will be low in absolute terms. | ||
| 524 | * | ||
| 525 | * TTL: We use a materialized column to expire old field table records. This | ||
| 526 | * column is generated automatically by the database whenever a new row is | ||
| 527 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 528 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 529 | * record will remain during a deduplication, which will have the last | ||
| 530 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 531 | * measurement tables. | ||
| 532 | */ | ||
| 533 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 534 | 2025.01.25 03:53:13.689195 [ 258 ] {cd019f52-b33c-433e-82c4-5aa92cdb15c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 535 | 2025.01.25 03:53:13.691116 [ 258 ] {cd019f52-b33c-433e-82c4-5aa92cdb15c5} <Debug> oximeter.fields_bool (5873e1f1-37b9-4296-9657-f18092d3c93e): Loading data parts | ||
| 536 | 2025.01.25 03:53:13.691279 [ 258 ] {cd019f52-b33c-433e-82c4-5aa92cdb15c5} <Debug> oximeter.fields_bool (5873e1f1-37b9-4296-9657-f18092d3c93e): There are no data parts | ||
| 537 | 2025.01.25 03:53:13.692499 [ 258 ] {cd019f52-b33c-433e-82c4-5aa92cdb15c5} <Debug> TCPHandler: Processed in 0.00369267 sec. | ||
| 538 | 2025.01.25 03:53:13.692702 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2025.01.25 03:53:13.692934 [ 259 ] {f9258493-b8f1-4e97-ad3d-c2fab6f79155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 540 | 2025.01.25 03:53:13.693011 [ 259 ] {f9258493-b8f1-4e97-ad3d-c2fab6f79155} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 541 | 2025.01.25 03:53:13.694784 [ 259 ] {f9258493-b8f1-4e97-ad3d-c2fab6f79155} <Debug> oximeter.fields_i8 (32bc09bb-ae82-4dd3-8e39-fd1b1d3c5824): Loading data parts | ||
| 542 | 2025.01.25 03:53:13.694952 [ 259 ] {f9258493-b8f1-4e97-ad3d-c2fab6f79155} <Debug> oximeter.fields_i8 (32bc09bb-ae82-4dd3-8e39-fd1b1d3c5824): There are no data parts | ||
| 543 | 2025.01.25 03:53:13.696116 [ 259 ] {f9258493-b8f1-4e97-ad3d-c2fab6f79155} <Debug> TCPHandler: Processed in 0.003469724 sec. | ||
| 544 | 2025.01.25 03:53:13.696301 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2025.01.25 03:53:13.696509 [ 258 ] {44fea50d-8d1f-4986-9cb5-2ab9ffd155f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 546 | 2025.01.25 03:53:13.696598 [ 258 ] {44fea50d-8d1f-4986-9cb5-2ab9ffd155f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 547 | 2025.01.25 03:53:13.698382 [ 258 ] {44fea50d-8d1f-4986-9cb5-2ab9ffd155f7} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Loading data parts | ||
| 548 | 2025.01.25 03:53:13.698529 [ 258 ] {44fea50d-8d1f-4986-9cb5-2ab9ffd155f7} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): There are no data parts | ||
| 549 | 2025.01.25 03:53:13.699812 [ 258 ] {44fea50d-8d1f-4986-9cb5-2ab9ffd155f7} <Debug> TCPHandler: Processed in 0.003569836 sec. | ||
| 550 | 2025.01.25 03:53:13.700000 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2025.01.25 03:53:13.700207 [ 259 ] {0c193165-6720-47cd-b981-88054a89558b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 552 | 2025.01.25 03:53:13.700292 [ 259 ] {0c193165-6720-47cd-b981-88054a89558b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 553 | 2025.01.25 03:53:13.702052 [ 259 ] {0c193165-6720-47cd-b981-88054a89558b} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Loading data parts | ||
| 554 | 2025.01.25 03:53:13.702210 [ 259 ] {0c193165-6720-47cd-b981-88054a89558b} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): There are no data parts | ||
| 555 | 2025.01.25 03:53:13.703290 [ 259 ] {0c193165-6720-47cd-b981-88054a89558b} <Debug> TCPHandler: Processed in 0.003344911 sec. | ||
| 556 | 2025.01.25 03:53:13.703473 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 557 | 2025.01.25 03:53:13.703740 [ 258 ] {fdfeddd4-a116-4251-bbc3-d104e4cea4be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 558 | 2025.01.25 03:53:13.703817 [ 258 ] {fdfeddd4-a116-4251-bbc3-d104e4cea4be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 559 | 2025.01.25 03:53:13.705653 [ 258 ] {fdfeddd4-a116-4251-bbc3-d104e4cea4be} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Loading data parts | ||
| 560 | 2025.01.25 03:53:13.705822 [ 258 ] {fdfeddd4-a116-4251-bbc3-d104e4cea4be} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): There are no data parts | ||
| 561 | 2025.01.25 03:53:13.707073 [ 258 ] {fdfeddd4-a116-4251-bbc3-d104e4cea4be} <Debug> TCPHandler: Processed in 0.003668469 sec. | ||
| 562 | 2025.01.25 03:53:13.707269 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 563 | 2025.01.25 03:53:13.707477 [ 259 ] {75a7d16b-a845-4a44-b1b8-87c5f96796f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 564 | 2025.01.25 03:53:13.707563 [ 259 ] {75a7d16b-a845-4a44-b1b8-87c5f96796f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 565 | 2025.01.25 03:53:13.709356 [ 259 ] {75a7d16b-a845-4a44-b1b8-87c5f96796f5} <Debug> oximeter.fields_i32 (1f17a465-a6d2-4ea0-a329-85c60aa7c07e): Loading data parts | ||
| 566 | 2025.01.25 03:53:13.709545 [ 259 ] {75a7d16b-a845-4a44-b1b8-87c5f96796f5} <Debug> oximeter.fields_i32 (1f17a465-a6d2-4ea0-a329-85c60aa7c07e): There are no data parts | ||
| 567 | 2025.01.25 03:53:13.710682 [ 259 ] {75a7d16b-a845-4a44-b1b8-87c5f96796f5} <Debug> TCPHandler: Processed in 0.003468314 sec. | ||
| 568 | 2025.01.25 03:53:13.710858 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2025.01.25 03:53:13.711134 [ 258 ] {5939e573-1d85-430c-992d-9a1324f22574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 570 | 2025.01.25 03:53:13.711181 [ 258 ] {5939e573-1d85-430c-992d-9a1324f22574} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 571 | 2025.01.25 03:53:13.713035 [ 258 ] {5939e573-1d85-430c-992d-9a1324f22574} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Loading data parts | ||
| 572 | 2025.01.25 03:53:13.713188 [ 258 ] {5939e573-1d85-430c-992d-9a1324f22574} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): There are no data parts | ||
| 573 | 2025.01.25 03:53:13.714371 [ 258 ] {5939e573-1d85-430c-992d-9a1324f22574} <Debug> TCPHandler: Processed in 0.003569497 sec. | ||
| 574 | 2025.01.25 03:53:13.714568 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 575 | 2025.01.25 03:53:13.714778 [ 259 ] {c29b8116-5bae-4c2a-b6f6-437b86d8fe54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 576 | 2025.01.25 03:53:13.714872 [ 259 ] {c29b8116-5bae-4c2a-b6f6-437b86d8fe54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 577 | 2025.01.25 03:53:13.716709 [ 259 ] {c29b8116-5bae-4c2a-b6f6-437b86d8fe54} <Debug> oximeter.fields_i64 (f4f9ec72-915f-43b1-94cc-e9ec8b08c7bb): Loading data parts | ||
| 578 | 2025.01.25 03:53:13.716904 [ 259 ] {c29b8116-5bae-4c2a-b6f6-437b86d8fe54} <Debug> oximeter.fields_i64 (f4f9ec72-915f-43b1-94cc-e9ec8b08c7bb): There are no data parts | ||
| 579 | 2025.01.25 03:53:13.718070 [ 259 ] {c29b8116-5bae-4c2a-b6f6-437b86d8fe54} <Debug> TCPHandler: Processed in 0.003558646 sec. | ||
| 580 | 2025.01.25 03:53:13.718237 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 581 | 2025.01.25 03:53:13.718489 [ 258 ] {dd274712-55c6-4c60-84ae-360f573727c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 582 | 2025.01.25 03:53:13.718551 [ 258 ] {dd274712-55c6-4c60-84ae-360f573727c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 583 | 2025.01.25 03:53:13.720508 [ 258 ] {dd274712-55c6-4c60-84ae-360f573727c8} <Debug> oximeter.fields_u64 (a1a869f8-6030-492a-a42c-53442bac3568): Loading data parts | ||
| 584 | 2025.01.25 03:53:13.720673 [ 258 ] {dd274712-55c6-4c60-84ae-360f573727c8} <Debug> oximeter.fields_u64 (a1a869f8-6030-492a-a42c-53442bac3568): There are no data parts | ||
| 585 | 2025.01.25 03:53:13.721781 [ 258 ] {dd274712-55c6-4c60-84ae-360f573727c8} <Debug> TCPHandler: Processed in 0.003601147 sec. | ||
| 586 | 2025.01.25 03:53:13.721989 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 587 | 2025.01.25 03:53:13.722200 [ 259 ] {95f92254-ef1d-4378-ac4c-da032f589e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 588 | 2025.01.25 03:53:13.722292 [ 259 ] {95f92254-ef1d-4378-ac4c-da032f589e23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 589 | 2025.01.25 03:53:13.724041 [ 259 ] {95f92254-ef1d-4378-ac4c-da032f589e23} <Debug> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Loading data parts | ||
| 590 | 2025.01.25 03:53:13.724231 [ 259 ] {95f92254-ef1d-4378-ac4c-da032f589e23} <Debug> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): There are no data parts | ||
| 591 | 2025.01.25 03:53:13.725337 [ 259 ] {95f92254-ef1d-4378-ac4c-da032f589e23} <Debug> TCPHandler: Processed in 0.003410372 sec. | ||
| 592 | 2025.01.25 03:53:13.725512 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 593 | 2025.01.25 03:53:13.725765 [ 258 ] {b5da5cb1-2cb3-480c-bca3-a7a373c0e5ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 594 | 2025.01.25 03:53:13.725836 [ 258 ] {b5da5cb1-2cb3-480c-bca3-a7a373c0e5ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 595 | 2025.01.25 03:53:13.727676 [ 258 ] {b5da5cb1-2cb3-480c-bca3-a7a373c0e5ff} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Loading data parts | ||
| 596 | 2025.01.25 03:53:13.727827 [ 258 ] {b5da5cb1-2cb3-480c-bca3-a7a373c0e5ff} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): There are no data parts | ||
| 597 | 2025.01.25 03:53:13.729005 [ 258 ] {b5da5cb1-2cb3-480c-bca3-a7a373c0e5ff} <Debug> TCPHandler: Processed in 0.003549937 sec. | ||
| 598 | 2025.01.25 03:53:13.729195 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 599 | 2025.01.25 03:53:13.729411 [ 259 ] {069ccb8f-1ae9-4f1f-9830-25b889c65842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 600 | 2025.01.25 03:53:13.729502 [ 259 ] {069ccb8f-1ae9-4f1f-9830-25b889c65842} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 601 | 2025.01.25 03:53:13.731264 [ 259 ] {069ccb8f-1ae9-4f1f-9830-25b889c65842} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Loading data parts | ||
| 602 | 2025.01.25 03:53:13.731447 [ 259 ] {069ccb8f-1ae9-4f1f-9830-25b889c65842} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): There are no data parts | ||
| 603 | 2025.01.25 03:53:13.732630 [ 259 ] {069ccb8f-1ae9-4f1f-9830-25b889c65842} <Debug> TCPHandler: Processed in 0.003495734 sec. | ||
| 604 | 2025.01.25 03:53:13.732838 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 605 | 2025.01.25 03:53:13.733174 [ 258 ] {32ddc495-ddaa-4df8-a653-16f1b9d7b8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) /* The timeseries schema table stores the extracted schema for the samples | ||
| 606 | * oximeter collects. | ||
| 607 | */ | ||
| 608 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 609 | 2025.01.25 03:53:13.733262 [ 258 ] {32ddc495-ddaa-4df8-a653-16f1b9d7b8df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 610 | 2025.01.25 03:53:13.735055 [ 258 ] {32ddc495-ddaa-4df8-a653-16f1b9d7b8df} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Loading data parts | ||
| 611 | 2025.01.25 03:53:13.735222 [ 258 ] {32ddc495-ddaa-4df8-a653-16f1b9d7b8df} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): There are no data parts | ||
| 612 | 2025.01.25 03:53:13.736495 [ 258 ] {32ddc495-ddaa-4df8-a653-16f1b9d7b8df} <Debug> TCPHandler: Processed in 0.0037195 sec. | ||
| 613 | 2025.01.25 03:53:13.736712 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 614 | 2025.01.25 03:53:13.736923 [ 258 ] {1fdd003a-2054-4c49-b560-e2b69158f542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 615 | 2025.01.25 03:53:13.738089 [ 258 ] {1fdd003a-2054-4c49-b560-e2b69158f542} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 616 | 2025.01.25 03:53:13.744067 [ 268 ] {1fdd003a-2054-4c49-b560-e2b69158f542} <Trace> oximeter.version (88496798-5a3d-45cb-9d23-a54fb70d9b03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 617 | 2025.01.25 03:53:13.744188 [ 268 ] {1fdd003a-2054-4c49-b560-e2b69158f542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 618 | 2025.01.25 03:53:13.746848 [ 268 ] {1fdd003a-2054-4c49-b560-e2b69158f542} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 619 | 2025.01.25 03:53:13.747201 [ 268 ] {1fdd003a-2054-4c49-b560-e2b69158f542} <Trace> oximeter.version (88496798-5a3d-45cb-9d23-a54fb70d9b03): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 620 | 2025.01.25 03:53:13.747561 [ 258 ] {1fdd003a-2054-4c49-b560-e2b69158f542} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.010687 sec., 93.57162908206232 rows/sec., 1.46 KiB/sec. | ||
| 621 | 2025.01.25 03:53:13.747924 [ 258 ] {1fdd003a-2054-4c49-b560-e2b69158f542} <Debug> TCPHandler: Processed in 0.011259854 sec. | ||
| 622 | 2025.01.25 03:53:14.000137 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.11 MiB, peak 125.11 MiB, free memory in arenas 0.00 B, will set to 139.83 MiB (RSS), difference: 14.72 MiB | ||
| 623 | 2025.01.25 03:53:14.679963 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62696 | ||
| 624 | 2025.01.25 03:53:14.680089 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 625 | 2025.01.25 03:53:14.680122 [ 269 ] {} <Debug> TCP-Session: 0fc02993-470f-4c0c-af10-3035f3a447ce Authenticating user 'default' from [fd00:1122:3344:101::b]:62696 | ||
| 626 | 2025.01.25 03:53:14.680192 [ 269 ] {} <Debug> TCP-Session: 0fc02993-470f-4c0c-af10-3035f3a447ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2025.01.25 03:53:14.680213 [ 269 ] {} <Debug> TCP-Session: 0fc02993-470f-4c0c-af10-3035f3a447ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2025.01.25 03:53:14.680270 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 629 | 2025.01.25 03:53:14.680327 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 630 | 2025.01.25 03:53:14.680350 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 631 | 2025.01.25 03:53:14.682083 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42020 | ||
| 632 | 2025.01.25 03:53:14.682085 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50875 | ||
| 633 | 2025.01.25 03:53:14.682187 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64669 | ||
| 634 | 2025.01.25 03:53:14.682328 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2025.01.25 03:53:14.682339 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39646 | ||
| 636 | 2025.01.25 03:53:14.682546 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.01.25 03:53:14.682569 [ 270 ] {} <Debug> TCP-Session: 4406d738-72d0-413b-8830-b32cb8ea45e5 Authenticating user 'default' from [fd00:1122:3344:101::b]:42020 | ||
| 638 | 2025.01.25 03:53:14.682581 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51048 | ||
| 639 | 2025.01.25 03:53:14.682785 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 640 | 2025.01.25 03:53:14.682816 [ 270 ] {} <Debug> TCP-Session: 4406d738-72d0-413b-8830-b32cb8ea45e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2025.01.25 03:53:14.682959 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33308 | ||
| 642 | 2025.01.25 03:53:14.682989 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2025.01.25 03:53:14.683068 [ 273 ] {} <Debug> TCP-Session: 7d7ddf41-de52-427f-8ce7-1e9486964cef Authenticating user 'default' from [fd00:1122:3344:101::b]:39646 | ||
| 644 | 2025.01.25 03:53:14.683106 [ 271 ] {} <Debug> TCP-Session: f237d801-9622-427a-a13f-d68424c334ab Authenticating user 'default' from [fd00:1122:3344:101::b]:50875 | ||
| 645 | 2025.01.25 03:53:14.683123 [ 270 ] {} <Debug> TCP-Session: 4406d738-72d0-413b-8830-b32cb8ea45e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.01.25 03:53:14.683210 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55918 | ||
| 647 | 2025.01.25 03:53:14.683258 [ 274 ] {} <Debug> TCP-Session: 8d5e0744-7327-4ed6-8eb1-81c4e046e98c Authenticating user 'default' from [fd00:1122:3344:101::b]:51048 | ||
| 648 | 2025.01.25 03:53:14.683321 [ 273 ] {} <Debug> TCP-Session: 7d7ddf41-de52-427f-8ce7-1e9486964cef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.01.25 03:53:14.683327 [ 271 ] {} <Debug> TCP-Session: f237d801-9622-427a-a13f-d68424c334ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.01.25 03:53:14.683297 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 651 | 2025.01.25 03:53:14.683226 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44705 | ||
| 652 | 2025.01.25 03:53:14.683518 [ 273 ] {} <Debug> TCP-Session: 7d7ddf41-de52-427f-8ce7-1e9486964cef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.01.25 03:53:14.683539 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 654 | 2025.01.25 03:53:14.683570 [ 275 ] {} <Debug> TCP-Session: a87adde7-b964-4bfc-9ab5-643583de2073 Authenticating user 'default' from [fd00:1122:3344:101::b]:33308 | ||
| 655 | 2025.01.25 03:53:14.683550 [ 271 ] {} <Debug> TCP-Session: f237d801-9622-427a-a13f-d68424c334ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.01.25 03:53:14.683887 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 657 | 2025.01.25 03:53:14.683988 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 658 | 2025.01.25 03:53:14.684011 [ 277 ] {} <Debug> TCP-Session: 97c5ecd3-1c03-43a5-a5ce-075eb336b99f Authenticating user 'default' from [fd00:1122:3344:101::c]:55918 | ||
| 659 | 2025.01.25 03:53:14.684040 [ 274 ] {} <Debug> TCP-Session: 8d5e0744-7327-4ed6-8eb1-81c4e046e98c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.01.25 03:53:14.684071 [ 275 ] {} <Debug> TCP-Session: a87adde7-b964-4bfc-9ab5-643583de2073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.01.25 03:53:14.684137 [ 277 ] {} <Debug> TCP-Session: 97c5ecd3-1c03-43a5-a5ce-075eb336b99f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.01.25 03:53:14.684155 [ 274 ] {} <Debug> TCP-Session: 8d5e0744-7327-4ed6-8eb1-81c4e046e98c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.01.25 03:53:14.684202 [ 277 ] {} <Debug> TCP-Session: 97c5ecd3-1c03-43a5-a5ce-075eb336b99f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2025.01.25 03:53:14.684226 [ 272 ] {} <Debug> TCP-Session: aaaf8c7b-f661-4ddb-95f1-d0b5144213af Authenticating user 'default' from [fd00:1122:3344:101::b]:64669 | ||
| 665 | 2025.01.25 03:53:14.684218 [ 276 ] {} <Debug> TCP-Session: a4104b45-20f7-42e3-8ff0-d77562a9fe17 Authenticating user 'default' from [fd00:1122:3344:101::b]:44705 | ||
| 666 | 2025.01.25 03:53:14.684198 [ 275 ] {} <Debug> TCP-Session: a87adde7-b964-4bfc-9ab5-643583de2073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.01.25 03:53:14.684333 [ 276 ] {} <Debug> TCP-Session: a4104b45-20f7-42e3-8ff0-d77562a9fe17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.01.25 03:53:14.684342 [ 272 ] {} <Debug> TCP-Session: aaaf8c7b-f661-4ddb-95f1-d0b5144213af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.01.25 03:53:14.684438 [ 276 ] {} <Debug> TCP-Session: a4104b45-20f7-42e3-8ff0-d77562a9fe17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2025.01.25 03:53:14.684461 [ 272 ] {} <Debug> TCP-Session: aaaf8c7b-f661-4ddb-95f1-d0b5144213af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.25 03:53:14.684449 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2025.01.25 03:53:14.684594 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 673 | 2025.01.25 03:53:14.684666 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2025.01.25 03:53:14.685670 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54023 | ||
| 675 | 2025.01.25 03:53:14.685864 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46080 | ||
| 676 | 2025.01.25 03:53:14.685870 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.01.25 03:53:14.686098 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2025.01.25 03:53:14.686101 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48404 | ||
| 679 | 2025.01.25 03:53:14.686100 [ 278 ] {} <Debug> TCP-Session: a55097b7-274b-484c-b911-c686b0edd96d Authenticating user 'default' from [fd00:1122:3344:101::c]:54023 | ||
| 680 | 2025.01.25 03:53:14.686176 [ 279 ] {} <Debug> TCP-Session: 482dd562-c074-445e-9d3c-f521e3ab824d Authenticating user 'default' from [fd00:1122:3344:101::c]:46080 | ||
| 681 | 2025.01.25 03:53:14.686197 [ 278 ] {} <Debug> TCP-Session: a55097b7-274b-484c-b911-c686b0edd96d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2025.01.25 03:53:14.686182 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40850 | ||
| 683 | 2025.01.25 03:53:14.686327 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45292 | ||
| 684 | 2025.01.25 03:53:14.686383 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2025.01.25 03:53:14.686375 [ 278 ] {} <Debug> TCP-Session: a55097b7-274b-484c-b911-c686b0edd96d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.01.25 03:53:14.686675 [ 280 ] {} <Debug> TCP-Session: c441cf23-2dbc-4cee-8805-d60692b03679 Authenticating user 'default' from [fd00:1122:3344:101::c]:48404 | ||
| 687 | 2025.01.25 03:53:14.686713 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.01.25 03:53:14.686748 [ 279 ] {} <Debug> TCP-Session: 482dd562-c074-445e-9d3c-f521e3ab824d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.01.25 03:53:14.686741 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55573 | ||
| 690 | 2025.01.25 03:53:14.686765 [ 280 ] {} <Debug> TCP-Session: c441cf23-2dbc-4cee-8805-d60692b03679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.01.25 03:53:14.686886 [ 280 ] {} <Debug> TCP-Session: c441cf23-2dbc-4cee-8805-d60692b03679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.01.25 03:53:14.686896 [ 279 ] {} <Debug> TCP-Session: 482dd562-c074-445e-9d3c-f521e3ab824d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.01.25 03:53:14.687025 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38837 | ||
| 694 | 2025.01.25 03:53:14.687102 [ 282 ] {} <Debug> TCP-Session: da68c56f-0d50-4a18-a784-42cbec7ba5c0 Authenticating user 'default' from [fd00:1122:3344:101::c]:45292 | ||
| 695 | 2025.01.25 03:53:14.687172 [ 282 ] {} <Debug> TCP-Session: da68c56f-0d50-4a18-a784-42cbec7ba5c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.01.25 03:53:14.687187 [ 282 ] {} <Debug> TCP-Session: da68c56f-0d50-4a18-a784-42cbec7ba5c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.01.25 03:53:14.689213 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 698 | 2025.01.25 03:53:14.689250 [ 281 ] {} <Debug> TCP-Session: 9ee50e7a-3196-4464-a6ac-6c1cb85f5aaa Authenticating user 'default' from [fd00:1122:3344:101::c]:40850 | ||
| 699 | 2025.01.25 03:53:14.689271 [ 281 ] {} <Debug> TCP-Session: 9ee50e7a-3196-4464-a6ac-6c1cb85f5aaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.01.25 03:53:14.689320 [ 281 ] {} <Debug> TCP-Session: 9ee50e7a-3196-4464-a6ac-6c1cb85f5aaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.01.25 03:53:14.689356 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 702 | 2025.01.25 03:53:14.689420 [ 284 ] {} <Debug> TCP-Session: 3b8c1a8f-024b-4864-a34f-cfd74ed6e734 Authenticating user 'default' from [fd00:1122:3344:101::c]:38837 | ||
| 703 | 2025.01.25 03:53:14.689442 [ 284 ] {} <Debug> TCP-Session: 3b8c1a8f-024b-4864-a34f-cfd74ed6e734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.01.25 03:53:14.689511 [ 284 ] {} <Debug> TCP-Session: 3b8c1a8f-024b-4864-a34f-cfd74ed6e734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.01.25 03:53:14.689905 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 706 | 2025.01.25 03:53:14.689951 [ 283 ] {} <Debug> TCP-Session: acc81e51-0b18-4b8e-9d16-b128a2159b6b Authenticating user 'default' from [fd00:1122:3344:101::c]:55573 | ||
| 707 | 2025.01.25 03:53:14.690018 [ 283 ] {} <Debug> TCP-Session: acc81e51-0b18-4b8e-9d16-b128a2159b6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.01.25 03:53:14.690032 [ 283 ] {} <Debug> TCP-Session: acc81e51-0b18-4b8e-9d16-b128a2159b6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.25 03:53:14.791571 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54301 | ||
| 710 | 2025.01.25 03:53:14.791848 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 711 | 2025.01.25 03:53:14.791883 [ 285 ] {} <Debug> TCP-Session: b02e7655-1753-476c-9357-7cf53919f22b Authenticating user 'default' from [fd00:1122:3344:101::a]:54301 | ||
| 712 | 2025.01.25 03:53:14.791915 [ 285 ] {} <Debug> TCP-Session: b02e7655-1753-476c-9357-7cf53919f22b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2025.01.25 03:53:14.791969 [ 285 ] {} <Debug> TCP-Session: b02e7655-1753-476c-9357-7cf53919f22b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.25 03:53:14.792055 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 715 | 2025.01.25 03:53:14.792092 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 716 | 2025.01.25 03:53:14.792153 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 717 | 2025.01.25 03:53:14.793170 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43095 | ||
| 718 | 2025.01.25 03:53:14.793258 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64731 | ||
| 719 | 2025.01.25 03:53:14.793526 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44741 | ||
| 720 | 2025.01.25 03:53:14.793538 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 721 | 2025.01.25 03:53:14.793738 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 722 | 2025.01.25 03:53:14.793752 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60050 | ||
| 723 | 2025.01.25 03:53:14.793781 [ 286 ] {} <Debug> TCP-Session: 6b5d729d-0eca-4f5a-8e38-db41222b1eec Authenticating user 'default' from [fd00:1122:3344:101::a]:43095 | ||
| 724 | 2025.01.25 03:53:14.794180 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52333 | ||
| 725 | 2025.01.25 03:53:14.794201 [ 287 ] {} <Debug> TCP-Session: dbe31163-a2cd-45cc-b6b0-63ca8774b240 Authenticating user 'default' from [fd00:1122:3344:101::a]:64731 | ||
| 726 | 2025.01.25 03:53:14.794236 [ 286 ] {} <Debug> TCP-Session: 6b5d729d-0eca-4f5a-8e38-db41222b1eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 727 | 2025.01.25 03:53:14.794222 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 728 | 2025.01.25 03:53:14.794303 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33390 | ||
| 729 | 2025.01.25 03:53:14.794303 [ 286 ] {} <Debug> TCP-Session: 6b5d729d-0eca-4f5a-8e38-db41222b1eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2025.01.25 03:53:14.794204 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 731 | 2025.01.25 03:53:14.794203 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43035 | ||
| 732 | 2025.01.25 03:53:14.794361 [ 287 ] {} <Debug> TCP-Session: dbe31163-a2cd-45cc-b6b0-63ca8774b240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2025.01.25 03:53:14.794495 [ 289 ] {} <Debug> TCP-Session: 6043abcf-86c8-4808-b734-52409ee2ee8a Authenticating user 'default' from [fd00:1122:3344:101::a]:60050 | ||
| 734 | 2025.01.25 03:53:14.794523 [ 287 ] {} <Debug> TCP-Session: dbe31163-a2cd-45cc-b6b0-63ca8774b240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2025.01.25 03:53:14.794537 [ 289 ] {} <Debug> TCP-Session: 6043abcf-86c8-4808-b734-52409ee2ee8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.01.25 03:53:14.794713 [ 289 ] {} <Debug> TCP-Session: 6043abcf-86c8-4808-b734-52409ee2ee8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.25 03:53:14.794761 [ 288 ] {} <Debug> TCP-Session: 54ea3736-887e-4444-a45a-9fe1ae11792f Authenticating user 'default' from [fd00:1122:3344:101::a]:44741 | ||
| 738 | 2025.01.25 03:53:14.794857 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 739 | 2025.01.25 03:53:14.795049 [ 292 ] {} <Debug> TCP-Session: c8d8bf99-989f-46dd-a42d-7006ee758f17 Authenticating user 'default' from [fd00:1122:3344:101::a]:33390 | ||
| 740 | 2025.01.25 03:53:14.795072 [ 288 ] {} <Debug> TCP-Session: 54ea3736-887e-4444-a45a-9fe1ae11792f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.25 03:53:14.795094 [ 292 ] {} <Debug> TCP-Session: c8d8bf99-989f-46dd-a42d-7006ee758f17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2025.01.25 03:53:14.795058 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 743 | 2025.01.25 03:53:14.795142 [ 288 ] {} <Debug> TCP-Session: 54ea3736-887e-4444-a45a-9fe1ae11792f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2025.01.25 03:53:14.795183 [ 290 ] {} <Debug> TCP-Session: 64821067-9a85-4c1f-8967-27bb2011fa97 Authenticating user 'default' from [fd00:1122:3344:101::a]:43035 | ||
| 745 | 2025.01.25 03:53:14.795155 [ 292 ] {} <Debug> TCP-Session: c8d8bf99-989f-46dd-a42d-7006ee758f17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 746 | 2025.01.25 03:53:14.795216 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 747 | 2025.01.25 03:53:14.795252 [ 290 ] {} <Debug> TCP-Session: 64821067-9a85-4c1f-8967-27bb2011fa97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.01.25 03:53:14.795358 [ 290 ] {} <Debug> TCP-Session: 64821067-9a85-4c1f-8967-27bb2011fa97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2025.01.25 03:53:14.795386 [ 291 ] {} <Debug> TCP-Session: 3cb6e301-6eab-4601-b909-6496fbd207e8 Authenticating user 'default' from [fd00:1122:3344:101::a]:52333 | ||
| 750 | 2025.01.25 03:53:14.795463 [ 291 ] {} <Debug> TCP-Session: 3cb6e301-6eab-4601-b909-6496fbd207e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2025.01.25 03:53:14.795516 [ 291 ] {} <Debug> TCP-Session: 3cb6e301-6eab-4601-b909-6496fbd207e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.25 03:53:15.000238 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.97 MiB, peak 139.97 MiB, free memory in arenas 0.00 B, will set to 141.41 MiB (RSS), difference: 1.43 MiB | ||
| 753 | 2025.01.25 03:53:19.832113 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.25 03:53:19.832138 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 755 | 2025.01.25 03:53:19.832219 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.25 03:53:19.832280 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.25 03:53:19.839271 [ 244 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Loading data parts | ||
| 758 | 2025.01.25 03:53:19.839641 [ 244 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): There are no data parts | ||
| 759 | 2025.01.25 03:53:19.846939 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.25 03:53:19.847028 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 761 | 2025.01.25 03:53:19.850079 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.25 03:53:19.850699 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): 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.25 03:53:19.851435 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 764 | 2025.01.25 03:53:19.863921 [ 243 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Loading data parts | ||
| 765 | 2025.01.25 03:53:19.864126 [ 243 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): There are no data parts | ||
| 766 | 2025.01.25 03:53:19.887341 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.25 03:53:19.887385 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 768 | 2025.01.25 03:53:19.894666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.25 03:53:19.895429 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): 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.25 03:53:19.897781 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.25 03:53:20.000154 [ 248 ] {} <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.25 03:53:22.332093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.25 03:53:22.332202 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.25 03:53:22.336878 [ 242 ] {} <Debug> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Loading data parts | ||
| 775 | 2025.01.25 03:53:22.337183 [ 242 ] {} <Debug> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): There are no data parts | ||
| 776 | 2025.01.25 03:53:22.347717 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.25 03:53:22.347759 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 778 | 2025.01.25 03:53:22.349412 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.25 03:53:22.349706 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): 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.25 03:53:22.350225 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.25 03:53:23.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.41 MiB, peak 155.41 MiB, free memory in arenas 0.00 B, will set to 151.71 MiB (RSS), difference: -3.70 MiB | ||
| 782 | 2025.01.25 03:53:27.309421 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.25 03:53:27.309480 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.25 03:53:27.352495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2025.01.25 03:53:27.353378 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.25 03:53:27.353429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 787 | 2025.01.25 03:53:27.354132 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.25 03:53:27.354649 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): 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.25 03:53:27.354922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.25 03:53:27.398802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.25 03:53:27.421959 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.25 03:53:27.422031 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 793 | 2025.01.25 03:53:27.428978 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.25 03:53:27.430191 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): 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.25 03:53:27.433115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.25 03:53:28.000151 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.39 MiB, peak 156.39 MiB, free memory in arenas 0.00 B, will set to 154.65 MiB (RSS), difference: 2.26 MiB | ||
| 797 | 2025.01.25 03:53:33.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.67 MiB, peak 156.39 MiB, free memory in arenas 0.00 B, will set to 154.68 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2025.01.25 03:53:33.752418 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.25 03:53:33.752622 [ 258 ] {c6b24f4f-14a5-4699-b08f-462d52770bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.25 03:53:33.753028 [ 258 ] {c6b24f4f-14a5-4699-b08f-462d52770bf0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.25 03:53:33.757230 [ 258 ] {c6b24f4f-14a5-4699-b08f-462d52770bf0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.25 03:53:33.758038 [ 258 ] {c6b24f4f-14a5-4699-b08f-462d52770bf0} <Debug> TCPHandler: Processed in 0.005746179 sec. | ||
| 803 | 2025.01.25 03:53:33.764135 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.25 03:53:33.764380 [ 259 ] {9f3d5cae-8795-47ed-9b00-ad05edabcd83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.25 03:53:33.766308 [ 259 ] {9f3d5cae-8795-47ed-9b00-ad05edabcd83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.25 03:53:33.766389 [ 259 ] {9f3d5cae-8795-47ed-9b00-ad05edabcd83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.25 03:53:33.767073 [ 259 ] {9f3d5cae-8795-47ed-9b00-ad05edabcd83} <Debug> TCPHandler: Processed in 0.003082095 sec. | ||
| 808 | 2025.01.25 03:53:33.767415 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.25 03:53:33.767593 [ 258 ] {5e0b1daa-dc6a-4a02-a4b1-e88c60c0bdfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 810 | 2025.01.25 03:53:33.769995 [ 258 ] {5e0b1daa-dc6a-4a02-a4b1-e88c60c0bdfd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.25 03:53:33.770070 [ 258 ] {5e0b1daa-dc6a-4a02-a4b1-e88c60c0bdfd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.25 03:53:33.770666 [ 258 ] {5e0b1daa-dc6a-4a02-a4b1-e88c60c0bdfd} <Debug> TCPHandler: Processed in 0.003318701 sec. | ||
| 813 | 2025.01.25 03:53:33.770989 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.25 03:53:33.771184 [ 259 ] {caf63de5-3357-4b13-b782-a77e57493a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 815 | 2025.01.25 03:53:33.771626 [ 259 ] {caf63de5-3357-4b13-b782-a77e57493a20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.25 03:53:33.771686 [ 259 ] {caf63de5-3357-4b13-b782-a77e57493a20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.25 03:53:33.772230 [ 259 ] {caf63de5-3357-4b13-b782-a77e57493a20} <Debug> TCPHandler: Processed in 0.001309042 sec. | ||
| 818 | 2025.01.25 03:53:33.772603 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.25 03:53:33.772770 [ 258 ] {6fffcd70-c382-4057-8158-80c613b7d5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 820 | 2025.01.25 03:53:33.773226 [ 258 ] {6fffcd70-c382-4057-8158-80c613b7d5f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.25 03:53:33.773293 [ 258 ] {6fffcd70-c382-4057-8158-80c613b7d5f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.01.25 03:53:33.773847 [ 258 ] {6fffcd70-c382-4057-8158-80c613b7d5f4} <Debug> TCPHandler: Processed in 0.001305302 sec. | ||
| 823 | 2025.01.25 03:53:33.774118 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.01.25 03:53:33.774274 [ 259 ] {ed9c56a6-686b-4499-b6a9-9862f1a031aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 825 | 2025.01.25 03:53:33.774646 [ 259 ] {ed9c56a6-686b-4499-b6a9-9862f1a031aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.01.25 03:53:33.774703 [ 259 ] {ed9c56a6-686b-4499-b6a9-9862f1a031aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.01.25 03:53:33.775224 [ 259 ] {ed9c56a6-686b-4499-b6a9-9862f1a031aa} <Debug> TCPHandler: Processed in 0.001162068 sec. | ||
| 828 | 2025.01.25 03:53:33.775497 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.01.25 03:53:33.775664 [ 258 ] {b90509b2-f13a-4f1f-981c-80ea5af76ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 830 | 2025.01.25 03:53:33.776065 [ 258 ] {b90509b2-f13a-4f1f-981c-80ea5af76ce2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.01.25 03:53:33.776127 [ 258 ] {b90509b2-f13a-4f1f-981c-80ea5af76ce2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.01.25 03:53:33.776636 [ 258 ] {b90509b2-f13a-4f1f-981c-80ea5af76ce2} <Debug> TCPHandler: Processed in 0.001201979 sec. | ||
| 833 | 2025.01.25 03:53:33.776897 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.01.25 03:53:33.777054 [ 259 ] {7ee487fa-b36e-4e0f-bd70-3c8b5ac676f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 835 | 2025.01.25 03:53:33.777431 [ 259 ] {7ee487fa-b36e-4e0f-bd70-3c8b5ac676f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.01.25 03:53:33.777488 [ 259 ] {7ee487fa-b36e-4e0f-bd70-3c8b5ac676f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.01.25 03:53:33.778006 [ 259 ] {7ee487fa-b36e-4e0f-bd70-3c8b5ac676f6} <Debug> TCPHandler: Processed in 0.001163818 sec. | ||
| 838 | 2025.01.25 03:53:33.778290 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.01.25 03:53:33.778452 [ 258 ] {a2910019-9008-4b6a-a81e-28da5822f7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 840 | 2025.01.25 03:53:33.778839 [ 258 ] {a2910019-9008-4b6a-a81e-28da5822f7f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.01.25 03:53:33.778895 [ 258 ] {a2910019-9008-4b6a-a81e-28da5822f7f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.01.25 03:53:33.779410 [ 258 ] {a2910019-9008-4b6a-a81e-28da5822f7f3} <Debug> TCPHandler: Processed in 0.001182679 sec. | ||
| 843 | 2025.01.25 03:53:33.779666 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.01.25 03:53:33.779825 [ 259 ] {b408f6a9-a18c-4d34-9ccf-b9e16551adc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 845 | 2025.01.25 03:53:33.780204 [ 259 ] {b408f6a9-a18c-4d34-9ccf-b9e16551adc4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.01.25 03:53:33.780259 [ 259 ] {b408f6a9-a18c-4d34-9ccf-b9e16551adc4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.01.25 03:53:33.780766 [ 259 ] {b408f6a9-a18c-4d34-9ccf-b9e16551adc4} <Debug> TCPHandler: Processed in 0.001156808 sec. | ||
| 848 | 2025.01.25 03:53:33.781032 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.01.25 03:53:33.781204 [ 258 ] {d7bea0eb-f871-46a0-ade6-65c6065e9556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 850 | 2025.01.25 03:53:33.781629 [ 258 ] {d7bea0eb-f871-46a0-ade6-65c6065e9556} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.01.25 03:53:33.781704 [ 258 ] {d7bea0eb-f871-46a0-ade6-65c6065e9556} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.01.25 03:53:33.782406 [ 258 ] {d7bea0eb-f871-46a0-ade6-65c6065e9556} <Debug> TCPHandler: Processed in 0.001435874 sec. | ||
| 853 | 2025.01.25 03:53:33.782680 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.01.25 03:53:33.782842 [ 259 ] {319ff111-5368-4077-ba4c-ac790d2ae848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 855 | 2025.01.25 03:53:33.783230 [ 259 ] {319ff111-5368-4077-ba4c-ac790d2ae848} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.01.25 03:53:33.783287 [ 259 ] {319ff111-5368-4077-ba4c-ac790d2ae848} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.01.25 03:53:33.783815 [ 259 ] {319ff111-5368-4077-ba4c-ac790d2ae848} <Debug> TCPHandler: Processed in 0.001190179 sec. | ||
| 858 | 2025.01.25 03:53:33.784116 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.01.25 03:53:33.784294 [ 258 ] {319532c6-0d20-4fa6-b0ec-1ad79ec7760b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 860 | 2025.01.25 03:53:33.784713 [ 258 ] {319532c6-0d20-4fa6-b0ec-1ad79ec7760b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.01.25 03:53:33.784781 [ 258 ] {319532c6-0d20-4fa6-b0ec-1ad79ec7760b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2025.01.25 03:53:33.785316 [ 258 ] {319532c6-0d20-4fa6-b0ec-1ad79ec7760b} <Debug> TCPHandler: Processed in 0.00126166 sec. | ||
| 863 | 2025.01.25 03:53:33.785565 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.25 03:53:33.785726 [ 259 ] {2046ae8c-2bef-4687-a8e7-5f4ef7ed36aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 865 | 2025.01.25 03:53:33.786116 [ 259 ] {2046ae8c-2bef-4687-a8e7-5f4ef7ed36aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2025.01.25 03:53:33.786171 [ 259 ] {2046ae8c-2bef-4687-a8e7-5f4ef7ed36aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2025.01.25 03:53:33.786684 [ 259 ] {2046ae8c-2bef-4687-a8e7-5f4ef7ed36aa} <Debug> TCPHandler: Processed in 0.001173758 sec. | ||
| 868 | 2025.01.25 03:53:33.791707 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.01.25 03:53:33.791868 [ 258 ] {ee5308c3-fb92-487a-a375-42cd31c9ad73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 870 | 2025.01.25 03:53:33.791934 [ 258 ] {ee5308c3-fb92-487a-a375-42cd31c9ad73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2025.01.25 03:53:33.792869 [ 258 ] {ee5308c3-fb92-487a-a375-42cd31c9ad73} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.01.25 03:53:33.792924 [ 258 ] {ee5308c3-fb92-487a-a375-42cd31c9ad73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 873 | 2025.01.25 03:53:33.793617 [ 258 ] {ee5308c3-fb92-487a-a375-42cd31c9ad73} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.01.25 03:53:33.794102 [ 258 ] {ee5308c3-fb92-487a-a375-42cd31c9ad73} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 875 | 2025.01.25 03:53:33.794343 [ 258 ] {ee5308c3-fb92-487a-a375-42cd31c9ad73} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002515 sec., 5566.600397614315 rows/sec., 798.72 KiB/sec. | ||
| 876 | 2025.01.25 03:53:33.794525 [ 258 ] {ee5308c3-fb92-487a-a375-42cd31c9ad73} <Debug> TCPHandler: Processed in 0.00289587 sec. | ||
| 877 | 2025.01.25 03:53:33.794687 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.01.25 03:53:33.794840 [ 259 ] {4310bf7d-cf6a-4025-a05f-44c4e5e9e994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 879 | 2025.01.25 03:53:33.794899 [ 259 ] {4310bf7d-cf6a-4025-a05f-44c4e5e9e994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 880 | 2025.01.25 03:53:33.798883 [ 259 ] {4310bf7d-cf6a-4025-a05f-44c4e5e9e994} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.01.25 03:53:33.798931 [ 259 ] {4310bf7d-cf6a-4025-a05f-44c4e5e9e994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 882 | 2025.01.25 03:53:33.801472 [ 259 ] {4310bf7d-cf6a-4025-a05f-44c4e5e9e994} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.01.25 03:53:33.802050 [ 259 ] {4310bf7d-cf6a-4025-a05f-44c4e5e9e994} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 884 | 2025.01.25 03:53:33.802273 [ 259 ] {4310bf7d-cf6a-4025-a05f-44c4e5e9e994} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.007476 sec., 6955.591225254147 rows/sec., 540.53 KiB/sec. | ||
| 885 | 2025.01.25 03:53:33.802338 [ 259 ] {4310bf7d-cf6a-4025-a05f-44c4e5e9e994} <Debug> TCPHandler: Processed in 0.007720437 sec. | ||
| 886 | 2025.01.25 03:53:33.802505 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 887 | 2025.01.25 03:53:33.802633 [ 258 ] {cc3af2c3-40d8-43ee-b4e6-936252635557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 888 | 2025.01.25 03:53:33.802684 [ 258 ] {cc3af2c3-40d8-43ee-b4e6-936252635557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 889 | 2025.01.25 03:53:33.803313 [ 258 ] {cc3af2c3-40d8-43ee-b4e6-936252635557} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2025.01.25 03:53:33.803357 [ 258 ] {cc3af2c3-40d8-43ee-b4e6-936252635557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 891 | 2025.01.25 03:53:33.803887 [ 258 ] {cc3af2c3-40d8-43ee-b4e6-936252635557} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 892 | 2025.01.25 03:53:33.804514 [ 258 ] {cc3af2c3-40d8-43ee-b4e6-936252635557} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 893 | 2025.01.25 03:53:33.804765 [ 258 ] {cc3af2c3-40d8-43ee-b4e6-936252635557} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002156 sec., 25974.025974025975 rows/sec., 2.03 MiB/sec. | ||
| 894 | 2025.01.25 03:53:33.804866 [ 258 ] {cc3af2c3-40d8-43ee-b4e6-936252635557} <Debug> TCPHandler: Processed in 0.00243099 sec. | ||
| 895 | 2025.01.25 03:53:33.805027 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2025.01.25 03:53:33.805153 [ 259 ] {31f8143d-45bb-4dda-9a8c-d4e91b426d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 897 | 2025.01.25 03:53:33.805206 [ 259 ] {31f8143d-45bb-4dda-9a8c-d4e91b426d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 898 | 2025.01.25 03:53:33.805834 [ 259 ] {31f8143d-45bb-4dda-9a8c-d4e91b426d84} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 899 | 2025.01.25 03:53:33.805872 [ 259 ] {31f8143d-45bb-4dda-9a8c-d4e91b426d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 900 | 2025.01.25 03:53:33.806453 [ 259 ] {31f8143d-45bb-4dda-9a8c-d4e91b426d84} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 901 | 2025.01.25 03:53:33.806970 [ 259 ] {31f8143d-45bb-4dda-9a8c-d4e91b426d84} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 902 | 2025.01.25 03:53:33.807251 [ 259 ] {31f8143d-45bb-4dda-9a8c-d4e91b426d84} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.002101 sec., 28557.829604950024 rows/sec., 1.98 MiB/sec. | ||
| 903 | 2025.01.25 03:53:33.807358 [ 259 ] {31f8143d-45bb-4dda-9a8c-d4e91b426d84} <Debug> TCPHandler: Processed in 0.002391298 sec. | ||
| 904 | 2025.01.25 03:53:33.807517 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2025.01.25 03:53:33.807642 [ 258 ] {e3f7e153-c482-4983-b407-5830988cf249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 906 | 2025.01.25 03:53:33.807700 [ 258 ] {e3f7e153-c482-4983-b407-5830988cf249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 907 | 2025.01.25 03:53:33.808177 [ 258 ] {e3f7e153-c482-4983-b407-5830988cf249} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 908 | 2025.01.25 03:53:33.808218 [ 258 ] {e3f7e153-c482-4983-b407-5830988cf249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 909 | 2025.01.25 03:53:33.808820 [ 258 ] {e3f7e153-c482-4983-b407-5830988cf249} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 910 | 2025.01.25 03:53:33.809338 [ 258 ] {e3f7e153-c482-4983-b407-5830988cf249} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 911 | 2025.01.25 03:53:33.809579 [ 258 ] {e3f7e153-c482-4983-b407-5830988cf249} <Debug> executeQuery: Read 20 rows, 1.40 KiB in 0.001962 sec., 10193.67991845056 rows/sec., 715.75 KiB/sec. | ||
| 912 | 2025.01.25 03:53:33.809639 [ 258 ] {e3f7e153-c482-4983-b407-5830988cf249} <Debug> TCPHandler: Processed in 0.002185763 sec. | ||
| 913 | 2025.01.25 03:53:34.855974 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 914 | 2025.01.25 03:53:34.856555 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 915 | 2025.01.25 03:53:34.856601 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 916 | 2025.01.25 03:53:34.857357 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 917 | 2025.01.25 03:53:34.857929 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 918 | 2025.01.25 03:53:34.858118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 919 | 2025.01.25 03:53:34.934138 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 920 | 2025.01.25 03:53:34.953870 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.01.25 03:53:34.953941 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 922 | 2025.01.25 03:53:34.960721 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 923 | 2025.01.25 03:53:34.961989 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.01.25 03:53:34.965008 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 925 | 2025.01.25 03:53:38.758727 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.01.25 03:53:38.758945 [ 258 ] {e2cb30a6-3eff-4336-bc0a-913218332cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 927 | 2025.01.25 03:53:38.759022 [ 258 ] {e2cb30a6-3eff-4336-bc0a-913218332cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 928 | 2025.01.25 03:53:38.759824 [ 258 ] {e2cb30a6-3eff-4336-bc0a-913218332cfd} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.01.25 03:53:38.759868 [ 258 ] {e2cb30a6-3eff-4336-bc0a-913218332cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 930 | 2025.01.25 03:53:38.760291 [ 258 ] {e2cb30a6-3eff-4336-bc0a-913218332cfd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.01.25 03:53:38.760548 [ 258 ] {e2cb30a6-3eff-4336-bc0a-913218332cfd} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2025.01.25 03:53:38.760784 [ 258 ] {e2cb30a6-3eff-4336-bc0a-913218332cfd} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001894 sec., 27455.121436114045 rows/sec., 2.08 MiB/sec. | ||
| 933 | 2025.01.25 03:53:38.760845 [ 258 ] {e2cb30a6-3eff-4336-bc0a-913218332cfd} <Debug> TCPHandler: Processed in 0.002249885 sec. | ||
| 934 | 2025.01.25 03:53:38.761157 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.01.25 03:53:38.761468 [ 259 ] {ef92a800-761f-4ca4-a4e9-9c98ddb18e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 936 | 2025.01.25 03:53:38.761586 [ 259 ] {ef92a800-761f-4ca4-a4e9-9c98ddb18e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 937 | 2025.01.25 03:53:38.762400 [ 259 ] {ef92a800-761f-4ca4-a4e9-9c98ddb18e4f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.01.25 03:53:38.762451 [ 259 ] {ef92a800-761f-4ca4-a4e9-9c98ddb18e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 939 | 2025.01.25 03:53:38.762881 [ 259 ] {ef92a800-761f-4ca4-a4e9-9c98ddb18e4f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.01.25 03:53:38.763129 [ 259 ] {ef92a800-761f-4ca4-a4e9-9c98ddb18e4f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 941 | 2025.01.25 03:53:38.763372 [ 259 ] {ef92a800-761f-4ca4-a4e9-9c98ddb18e4f} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.20 MiB/sec. | ||
| 942 | 2025.01.25 03:53:38.763436 [ 259 ] {ef92a800-761f-4ca4-a4e9-9c98ddb18e4f} <Debug> TCPHandler: Processed in 0.00247006 sec. | ||
| 943 | 2025.01.25 03:53:38.763595 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2025.01.25 03:53:38.763741 [ 258 ] {8ac9fab6-056b-4b22-8313-39445ac0f893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 945 | 2025.01.25 03:53:38.763806 [ 258 ] {8ac9fab6-056b-4b22-8313-39445ac0f893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 946 | 2025.01.25 03:53:38.764479 [ 258 ] {8ac9fab6-056b-4b22-8313-39445ac0f893} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 947 | 2025.01.25 03:53:38.764525 [ 258 ] {8ac9fab6-056b-4b22-8313-39445ac0f893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 948 | 2025.01.25 03:53:38.764951 [ 258 ] {8ac9fab6-056b-4b22-8313-39445ac0f893} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 949 | 2025.01.25 03:53:38.765199 [ 258 ] {8ac9fab6-056b-4b22-8313-39445ac0f893} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 950 | 2025.01.25 03:53:38.765423 [ 258 ] {8ac9fab6-056b-4b22-8313-39445ac0f893} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001718 sec., 87310.82654249127 rows/sec., 6.05 MiB/sec. | ||
| 951 | 2025.01.25 03:53:38.765483 [ 258 ] {8ac9fab6-056b-4b22-8313-39445ac0f893} <Debug> TCPHandler: Processed in 0.001956127 sec. | ||
| 952 | 2025.01.25 03:53:38.765625 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2025.01.25 03:53:38.765766 [ 259 ] {8a49038b-dd84-423c-9796-c4b3305b483f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 954 | 2025.01.25 03:53:38.765831 [ 259 ] {8a49038b-dd84-423c-9796-c4b3305b483f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 955 | 2025.01.25 03:53:38.766408 [ 259 ] {8a49038b-dd84-423c-9796-c4b3305b483f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 956 | 2025.01.25 03:53:38.766459 [ 259 ] {8a49038b-dd84-423c-9796-c4b3305b483f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 957 | 2025.01.25 03:53:38.766865 [ 259 ] {8a49038b-dd84-423c-9796-c4b3305b483f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 958 | 2025.01.25 03:53:38.767104 [ 259 ] {8a49038b-dd84-423c-9796-c4b3305b483f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 959 | 2025.01.25 03:53:38.767320 [ 259 ] {8a49038b-dd84-423c-9796-c4b3305b483f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001589 sec., 31466.331025802392 rows/sec., 2.16 MiB/sec. | ||
| 960 | 2025.01.25 03:53:38.767367 [ 259 ] {8a49038b-dd84-423c-9796-c4b3305b483f} <Debug> TCPHandler: Processed in 0.001803534 sec. | ||
| 961 | 2025.01.25 03:53:42.309540 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 962 | 2025.01.25 03:53:42.309634 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 963 | 2025.01.25 03:53:42.352520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 964 | 2025.01.25 03:53:42.356528 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 965 | 2025.01.25 03:53:42.356579 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 966 | 2025.01.25 03:53:42.358108 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 967 | 2025.01.25 03:53:42.358415 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 968 | 2025.01.25 03:53:42.359351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 969 | 2025.01.25 03:53:42.360368 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 970 | 2025.01.25 03:53:42.360833 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 971 | 2025.01.25 03:53:42.360881 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 972 | 2025.01.25 03:53:42.361422 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 973 | 2025.01.25 03:53:42.361678 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 974 | 2025.01.25 03:53:42.361988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 975 | 2025.01.25 03:53:42.466036 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 976 | 2025.01.25 03:53:42.486564 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 977 | 2025.01.25 03:53:42.486619 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 978 | 2025.01.25 03:53:42.493278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 979 | 2025.01.25 03:53:42.494045 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 980 | 2025.01.25 03:53:42.496939 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 981 | 2025.01.25 03:53:43.755540 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2025.01.25 03:53:43.755806 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 983 | 2025.01.25 03:53:43.756283 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 984 | 2025.01.25 03:53:43.756404 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 985 | 2025.01.25 03:53:43.756703 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 986 | 2025.01.25 03:53:43.756887 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 987 | 2025.01.25 03:53:43.759196 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 988 | 2025.01.25 03:53:43.760765 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 989 | 2025.01.25 03:53:43.762663 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 990 | 2025.01.25 03:53:43.762687 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 991 | 2025.01.25 03:53:43.762803 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
| 992 | 2025.01.25 03:53:43.762828 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 993 | 2025.01.25 03:53:43.773648 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.017955 sec., 779.7270955165693 rows/sec., 31.82 KiB/sec. | ||
| 994 | 2025.01.25 03:53:43.773808 [ 258 ] {dbb87ab6-9a94-4bdc-bb63-5e0a091ae564} <Debug> TCPHandler: Processed in 0.018398156 sec. | ||
| 995 | 2025.01.25 03:53:43.777569 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2025.01.25 03:53:43.777758 [ 259 ] {dc2eda39-144a-4e23-8950-b47e52892257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 997 | 2025.01.25 03:53:43.777839 [ 259 ] {dc2eda39-144a-4e23-8950-b47e52892257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 998 | 2025.01.25 03:53:43.778710 [ 259 ] {dc2eda39-144a-4e23-8950-b47e52892257} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 999 | 2025.01.25 03:53:43.778753 [ 259 ] {dc2eda39-144a-4e23-8950-b47e52892257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1000 | 2025.01.25 03:53:43.779268 [ 259 ] {dc2eda39-144a-4e23-8950-b47e52892257} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1001 | 2025.01.25 03:53:43.779491 [ 259 ] {dc2eda39-144a-4e23-8950-b47e52892257} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): 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.25 03:53:43.779738 [ 259 ] {dc2eda39-144a-4e23-8950-b47e52892257} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002017 sec., 495.7858205255329 rows/sec., 74.08 KiB/sec. | ||
| 1003 | 2025.01.25 03:53:43.779878 [ 259 ] {dc2eda39-144a-4e23-8950-b47e52892257} <Debug> TCPHandler: Processed in 0.002442059 sec. | ||
| 1004 | 2025.01.25 03:53:43.780021 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1005 | 2025.01.25 03:53:43.780155 [ 258 ] {77b2ace0-8ade-48d5-bd40-add742fdd1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1006 | 2025.01.25 03:53:43.780209 [ 258 ] {77b2ace0-8ade-48d5-bd40-add742fdd1e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1007 | 2025.01.25 03:53:43.780855 [ 258 ] {77b2ace0-8ade-48d5-bd40-add742fdd1e8} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1008 | 2025.01.25 03:53:43.780897 [ 258 ] {77b2ace0-8ade-48d5-bd40-add742fdd1e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1009 | 2025.01.25 03:53:43.781306 [ 258 ] {77b2ace0-8ade-48d5-bd40-add742fdd1e8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1010 | 2025.01.25 03:53:43.781564 [ 258 ] {77b2ace0-8ade-48d5-bd40-add742fdd1e8} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1011 | 2025.01.25 03:53:43.781791 [ 258 ] {77b2ace0-8ade-48d5-bd40-add742fdd1e8} <Debug> executeQuery: Read 68 rows, 5.63 KiB in 0.001674 sec., 40621.266427718045 rows/sec., 3.28 MiB/sec. | ||
| 1012 | 2025.01.25 03:53:43.781851 [ 258 ] {77b2ace0-8ade-48d5-bd40-add742fdd1e8} <Debug> TCPHandler: Processed in 0.001888186 sec. | ||
| 1013 | 2025.01.25 03:53:43.782007 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1014 | 2025.01.25 03:53:43.782155 [ 259 ] {7658ab58-ec14-474d-b8bd-b36b76a31588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1015 | 2025.01.25 03:53:43.782217 [ 259 ] {7658ab58-ec14-474d-b8bd-b36b76a31588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1016 | 2025.01.25 03:53:43.782968 [ 259 ] {7658ab58-ec14-474d-b8bd-b36b76a31588} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1017 | 2025.01.25 03:53:43.783003 [ 259 ] {7658ab58-ec14-474d-b8bd-b36b76a31588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1018 | 2025.01.25 03:53:43.783367 [ 259 ] {7658ab58-ec14-474d-b8bd-b36b76a31588} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1019 | 2025.01.25 03:53:43.783609 [ 259 ] {7658ab58-ec14-474d-b8bd-b36b76a31588} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1020 | 2025.01.25 03:53:43.783844 [ 259 ] {7658ab58-ec14-474d-b8bd-b36b76a31588} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001713 sec., 4670.1692936368945 rows/sec., 351.17 KiB/sec. | ||
| 1021 | 2025.01.25 03:53:43.783922 [ 259 ] {7658ab58-ec14-474d-b8bd-b36b76a31588} <Debug> TCPHandler: Processed in 0.001984518 sec. | ||
| 1022 | 2025.01.25 03:53:43.784069 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2025.01.25 03:53:43.784209 [ 258 ] {30ab9eb7-0988-41eb-b0dd-10fb362d2ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1024 | 2025.01.25 03:53:43.784267 [ 258 ] {30ab9eb7-0988-41eb-b0dd-10fb362d2ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1025 | 2025.01.25 03:53:43.784964 [ 258 ] {30ab9eb7-0988-41eb-b0dd-10fb362d2ae2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1026 | 2025.01.25 03:53:43.785003 [ 258 ] {30ab9eb7-0988-41eb-b0dd-10fb362d2ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1027 | 2025.01.25 03:53:43.785369 [ 258 ] {30ab9eb7-0988-41eb-b0dd-10fb362d2ae2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1028 | 2025.01.25 03:53:43.785608 [ 258 ] {30ab9eb7-0988-41eb-b0dd-10fb362d2ae2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1029 | 2025.01.25 03:53:43.785818 [ 258 ] {30ab9eb7-0988-41eb-b0dd-10fb362d2ae2} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.001643 sec., 38953.134510042604 rows/sec., 3.04 MiB/sec. | ||
| 1030 | 2025.01.25 03:53:43.785873 [ 258 ] {30ab9eb7-0988-41eb-b0dd-10fb362d2ae2} <Debug> TCPHandler: Processed in 0.001871046 sec. | ||
| 1031 | 2025.01.25 03:53:43.786019 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2025.01.25 03:53:43.786159 [ 259 ] {8975d9ce-5be0-445b-bb04-2c9e0fa414a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1033 | 2025.01.25 03:53:43.786220 [ 259 ] {8975d9ce-5be0-445b-bb04-2c9e0fa414a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1034 | 2025.01.25 03:53:43.786880 [ 259 ] {8975d9ce-5be0-445b-bb04-2c9e0fa414a6} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1035 | 2025.01.25 03:53:43.786917 [ 259 ] {8975d9ce-5be0-445b-bb04-2c9e0fa414a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1036 | 2025.01.25 03:53:43.787301 [ 259 ] {8975d9ce-5be0-445b-bb04-2c9e0fa414a6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1037 | 2025.01.25 03:53:43.787546 [ 259 ] {8975d9ce-5be0-445b-bb04-2c9e0fa414a6} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1038 | 2025.01.25 03:53:43.787794 [ 259 ] {8975d9ce-5be0-445b-bb04-2c9e0fa414a6} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001653 sec., 90744.10163339383 rows/sec., 6.29 MiB/sec. | ||
| 1039 | 2025.01.25 03:53:43.787864 [ 259 ] {8975d9ce-5be0-445b-bb04-2c9e0fa414a6} <Debug> TCPHandler: Processed in 0.001912056 sec. | ||
| 1040 | 2025.01.25 03:53:43.788021 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1041 | 2025.01.25 03:53:43.788166 [ 258 ] {77c34351-bdb7-4dc8-8c03-30395190944c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1042 | 2025.01.25 03:53:43.788269 [ 258 ] {77c34351-bdb7-4dc8-8c03-30395190944c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1043 | 2025.01.25 03:53:43.789728 [ 258 ] {77c34351-bdb7-4dc8-8c03-30395190944c} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1044 | 2025.01.25 03:53:43.789772 [ 258 ] {77c34351-bdb7-4dc8-8c03-30395190944c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1045 | 2025.01.25 03:53:43.792525 [ 258 ] {77c34351-bdb7-4dc8-8c03-30395190944c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1046 | 2025.01.25 03:53:43.792792 [ 258 ] {77c34351-bdb7-4dc8-8c03-30395190944c} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1047 | 2025.01.25 03:53:43.793104 [ 258 ] {77c34351-bdb7-4dc8-8c03-30395190944c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004957 sec., 1613.879362517652 rows/sec., 2.89 MiB/sec. | ||
| 1048 | 2025.01.25 03:53:43.793223 [ 258 ] {77c34351-bdb7-4dc8-8c03-30395190944c} <Debug> TCPHandler: Processed in 0.005271368 sec. | ||
| 1049 | 2025.01.25 03:53:43.793365 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1050 | 2025.01.25 03:53:43.793482 [ 259 ] {6003af70-b45d-4e61-9f4e-a2dd32019a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1051 | 2025.01.25 03:53:43.793532 [ 259 ] {6003af70-b45d-4e61-9f4e-a2dd32019a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1052 | 2025.01.25 03:53:43.794024 [ 259 ] {6003af70-b45d-4e61-9f4e-a2dd32019a63} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1053 | 2025.01.25 03:53:43.794061 [ 259 ] {6003af70-b45d-4e61-9f4e-a2dd32019a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1054 | 2025.01.25 03:53:43.794438 [ 259 ] {6003af70-b45d-4e61-9f4e-a2dd32019a63} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1055 | 2025.01.25 03:53:43.794672 [ 259 ] {6003af70-b45d-4e61-9f4e-a2dd32019a63} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1056 | 2025.01.25 03:53:43.794916 [ 259 ] {6003af70-b45d-4e61-9f4e-a2dd32019a63} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001442 sec., 34674.06380027739 rows/sec., 2.38 MiB/sec. | ||
| 1057 | 2025.01.25 03:53:43.794984 [ 259 ] {6003af70-b45d-4e61-9f4e-a2dd32019a63} <Debug> TCPHandler: Processed in 0.001674541 sec. | ||
| 1058 | 2025.01.25 03:53:48.757238 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2025.01.25 03:53:48.757519 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1060 | 2025.01.25 03:53:48.757945 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1061 | 2025.01.25 03:53:48.757997 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1062 | 2025.01.25 03:53:48.758286 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1063 | 2025.01.25 03:53:48.758368 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1064 | 2025.01.25 03:53:48.758542 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1065 | 2025.01.25 03:53:48.758813 [ 293 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1066 | 2025.01.25 03:53:48.758819 [ 268 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1067 | 2025.01.25 03:53:48.758971 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1068 | 2025.01.25 03:53:48.759001 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1069 | 2025.01.25 03:53:48.759055 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1070 | 2025.01.25 03:53:48.759080 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1071 | 2025.01.25 03:53:48.759895 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002491 sec., 5620.232838217583 rows/sec., 229.34 KiB/sec. | ||
| 1072 | 2025.01.25 03:53:48.760025 [ 258 ] {1de3d6dd-67d7-4e94-9edb-4de7657650c1} <Debug> TCPHandler: Processed in 0.002918771 sec. | ||
| 1073 | 2025.01.25 03:53:48.760391 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2025.01.25 03:53:48.760675 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1075 | 2025.01.25 03:53:48.761103 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1076 | 2025.01.25 03:53:48.761146 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1077 | 2025.01.25 03:53:48.761450 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1078 | 2025.01.25 03:53:48.761534 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1079 | 2025.01.25 03:53:48.761715 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1080 | 2025.01.25 03:53:48.761816 [ 268 ] {23a38366-0475-4869-81c3-463043d14609} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1081 | 2025.01.25 03:53:48.761832 [ 293 ] {23a38366-0475-4869-81c3-463043d14609} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1082 | 2025.01.25 03:53:48.761943 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1083 | 2025.01.25 03:53:48.761972 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1084 | 2025.01.25 03:53:48.762029 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 1085 | 2025.01.25 03:53:48.762055 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1086 | 2025.01.25 03:53:48.762972 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002421 sec., 5782.734407269723 rows/sec., 235.97 KiB/sec. | ||
| 1087 | 2025.01.25 03:53:48.763107 [ 259 ] {23a38366-0475-4869-81c3-463043d14609} <Debug> TCPHandler: Processed in 0.0028618 sec. | ||
| 1088 | 2025.01.25 03:53:48.763432 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1089 | 2025.01.25 03:53:48.763606 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1090 | 2025.01.25 03:53:48.763912 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1091 | 2025.01.25 03:53:48.763951 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1092 | 2025.01.25 03:53:48.764211 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1093 | 2025.01.25 03:53:48.764278 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1094 | 2025.01.25 03:53:48.764435 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1095 | 2025.01.25 03:53:48.764497 [ 293 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1096 | 2025.01.25 03:53:48.764526 [ 268 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1097 | 2025.01.25 03:53:48.764622 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1098 | 2025.01.25 03:53:48.764649 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1099 | 2025.01.25 03:53:48.764696 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1100 | 2025.01.25 03:53:48.764719 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1101 | 2025.01.25 03:53:48.765339 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001812 sec., 7726.269315673289 rows/sec., 315.28 KiB/sec. | ||
| 1102 | 2025.01.25 03:53:48.765460 [ 258 ] {72ba9f5e-3f80-4458-9fe1-1cda8ecd03a5} <Debug> TCPHandler: Processed in 0.002083531 sec. | ||
| 1103 | 2025.01.25 03:53:48.765781 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1104 | 2025.01.25 03:53:48.766082 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1105 | 2025.01.25 03:53:48.766391 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1106 | 2025.01.25 03:53:48.766437 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1107 | 2025.01.25 03:53:48.766699 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1108 | 2025.01.25 03:53:48.766766 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1109 | 2025.01.25 03:53:48.766916 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1110 | 2025.01.25 03:53:48.767036 [ 268 ] {e1565102-c618-4ba0-8bdd-700628966377} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1111 | 2025.01.25 03:53:48.767042 [ 293 ] {e1565102-c618-4ba0-8bdd-700628966377} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1112 | 2025.01.25 03:53:48.767160 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1113 | 2025.01.25 03:53:48.767186 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1114 | 2025.01.25 03:53:48.767233 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1115 | 2025.01.25 03:53:48.767257 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1116 | 2025.01.25 03:53:48.767852 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001898 sec., 7376.185458377239 rows/sec., 301.00 KiB/sec. | ||
| 1117 | 2025.01.25 03:53:48.767969 [ 259 ] {e1565102-c618-4ba0-8bdd-700628966377} <Debug> TCPHandler: Processed in 0.002299856 sec. | ||
| 1118 | 2025.01.25 03:53:48.769742 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1119 | 2025.01.25 03:53:48.769890 [ 258 ] {c642d974-92f9-4ddf-abf4-0b037bbde577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1120 | 2025.01.25 03:53:48.769951 [ 258 ] {c642d974-92f9-4ddf-abf4-0b037bbde577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1121 | 2025.01.25 03:53:48.770794 [ 258 ] {c642d974-92f9-4ddf-abf4-0b037bbde577} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1122 | 2025.01.25 03:53:48.770843 [ 258 ] {c642d974-92f9-4ddf-abf4-0b037bbde577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1123 | 2025.01.25 03:53:48.771355 [ 258 ] {c642d974-92f9-4ddf-abf4-0b037bbde577} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1124 | 2025.01.25 03:53:48.771577 [ 258 ] {c642d974-92f9-4ddf-abf4-0b037bbde577} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1125 | 2025.01.25 03:53:48.771790 [ 258 ] {c642d974-92f9-4ddf-abf4-0b037bbde577} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001933 sec., 2069.3222969477497 rows/sec., 263.21 KiB/sec. | ||
| 1126 | 2025.01.25 03:53:48.771963 [ 258 ] {c642d974-92f9-4ddf-abf4-0b037bbde577} <Debug> TCPHandler: Processed in 0.002285666 sec. | ||
| 1127 | 2025.01.25 03:53:48.772169 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2025.01.25 03:53:48.772406 [ 259 ] {a93f1cc5-41e0-4ba6-ab2d-9fb6159373cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1129 | 2025.01.25 03:53:48.772497 [ 259 ] {a93f1cc5-41e0-4ba6-ab2d-9fb6159373cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1130 | 2025.01.25 03:53:48.773380 [ 259 ] {a93f1cc5-41e0-4ba6-ab2d-9fb6159373cc} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1131 | 2025.01.25 03:53:48.773424 [ 259 ] {a93f1cc5-41e0-4ba6-ab2d-9fb6159373cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1132 | 2025.01.25 03:53:48.773831 [ 259 ] {a93f1cc5-41e0-4ba6-ab2d-9fb6159373cc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1133 | 2025.01.25 03:53:48.774071 [ 259 ] {a93f1cc5-41e0-4ba6-ab2d-9fb6159373cc} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1134 | 2025.01.25 03:53:48.774293 [ 259 ] {a93f1cc5-41e0-4ba6-ab2d-9fb6159373cc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.19 MiB/sec. | ||
| 1135 | 2025.01.25 03:53:48.774349 [ 259 ] {a93f1cc5-41e0-4ba6-ab2d-9fb6159373cc} <Debug> TCPHandler: Processed in 0.002290886 sec. | ||
| 1136 | 2025.01.25 03:53:48.774558 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1137 | 2025.01.25 03:53:48.774777 [ 258 ] {00581cab-2d4d-4f53-b699-55cd3acac2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1138 | 2025.01.25 03:53:48.774867 [ 258 ] {00581cab-2d4d-4f53-b699-55cd3acac2bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1139 | 2025.01.25 03:53:48.775554 [ 258 ] {00581cab-2d4d-4f53-b699-55cd3acac2bf} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1140 | 2025.01.25 03:53:48.775592 [ 258 ] {00581cab-2d4d-4f53-b699-55cd3acac2bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1141 | 2025.01.25 03:53:48.775960 [ 258 ] {00581cab-2d4d-4f53-b699-55cd3acac2bf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1142 | 2025.01.25 03:53:48.776196 [ 258 ] {00581cab-2d4d-4f53-b699-55cd3acac2bf} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1143 | 2025.01.25 03:53:48.776377 [ 258 ] {00581cab-2d4d-4f53-b699-55cd3acac2bf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001657 sec., 38624.01931200965 rows/sec., 3.01 MiB/sec. | ||
| 1144 | 2025.01.25 03:53:48.776430 [ 258 ] {00581cab-2d4d-4f53-b699-55cd3acac2bf} <Debug> TCPHandler: Processed in 0.001984548 sec. | ||
| 1145 | 2025.01.25 03:53:48.776631 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1146 | 2025.01.25 03:53:48.776858 [ 259 ] {1d83dd48-c14c-4d79-a5a4-1828f5eb09f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1147 | 2025.01.25 03:53:48.776953 [ 259 ] {1d83dd48-c14c-4d79-a5a4-1828f5eb09f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1148 | 2025.01.25 03:53:48.777562 [ 259 ] {1d83dd48-c14c-4d79-a5a4-1828f5eb09f1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2025.01.25 03:53:48.777602 [ 259 ] {1d83dd48-c14c-4d79-a5a4-1828f5eb09f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1150 | 2025.01.25 03:53:48.777995 [ 259 ] {1d83dd48-c14c-4d79-a5a4-1828f5eb09f1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1151 | 2025.01.25 03:53:48.778230 [ 259 ] {1d83dd48-c14c-4d79-a5a4-1828f5eb09f1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): 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.25 03:53:48.778459 [ 259 ] {1d83dd48-c14c-4d79-a5a4-1828f5eb09f1} <Debug> executeQuery: Read 154 rows, 10.95 KiB in 0.001659 sec., 92827.00421940928 rows/sec., 6.45 MiB/sec. | ||
| 1153 | 2025.01.25 03:53:48.778513 [ 259 ] {1d83dd48-c14c-4d79-a5a4-1828f5eb09f1} <Debug> TCPHandler: Processed in 0.001993518 sec. | ||
| 1154 | 2025.01.25 03:53:48.778712 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.01.25 03:53:48.778931 [ 258 ] {d1a258cf-ea25-42bd-ab97-fe97c0cf5dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1156 | 2025.01.25 03:53:48.779023 [ 258 ] {d1a258cf-ea25-42bd-ab97-fe97c0cf5dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1157 | 2025.01.25 03:53:48.779641 [ 258 ] {d1a258cf-ea25-42bd-ab97-fe97c0cf5dff} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1158 | 2025.01.25 03:53:48.779677 [ 258 ] {d1a258cf-ea25-42bd-ab97-fe97c0cf5dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1159 | 2025.01.25 03:53:48.780054 [ 258 ] {d1a258cf-ea25-42bd-ab97-fe97c0cf5dff} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1160 | 2025.01.25 03:53:48.780289 [ 258 ] {d1a258cf-ea25-42bd-ab97-fe97c0cf5dff} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): 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.25 03:53:48.780467 [ 258 ] {d1a258cf-ea25-42bd-ab97-fe97c0cf5dff} <Debug> executeQuery: Read 54 rows, 3.76 KiB in 0.001592 sec., 33919.59798994975 rows/sec., 2.31 MiB/sec. | ||
| 1162 | 2025.01.25 03:53:48.780517 [ 258 ] {d1a258cf-ea25-42bd-ab97-fe97c0cf5dff} <Debug> TCPHandler: Processed in 0.001914106 sec. | ||
| 1163 | 2025.01.25 03:53:49.863056 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1164 | 2025.01.25 03:53:49.863687 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1165 | 2025.01.25 03:53:49.863733 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1166 | 2025.01.25 03:53:49.864298 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1167 | 2025.01.25 03:53:49.864547 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1168 | 2025.01.25 03:53:49.864826 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1169 | 2025.01.25 03:53:49.997972 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1170 | 2025.01.25 03:53:50.018806 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1171 | 2025.01.25 03:53:50.018859 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1172 | 2025.01.25 03:53:50.025676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1173 | 2025.01.25 03:53:50.026433 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1174 | 2025.01.25 03:53:50.029273 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1175 | 2025.01.25 03:53:52.361574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 170 | ||
| 1176 | 2025.01.25 03:53:52.364568 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2025.01.25 03:53:52.364615 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1178 | 2025.01.25 03:53:52.366088 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1179 | 2025.01.25 03:53:52.366396 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2025.01.25 03:53:52.367192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 170 | ||
| 1181 | 2025.01.25 03:53:53.759558 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1182 | 2025.01.25 03:53:53.759761 [ 258 ] {09130d8a-6723-4974-9498-5adb40d2172f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1183 | 2025.01.25 03:53:53.759841 [ 258 ] {09130d8a-6723-4974-9498-5adb40d2172f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1184 | 2025.01.25 03:53:53.760630 [ 258 ] {09130d8a-6723-4974-9498-5adb40d2172f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2025.01.25 03:53:53.760678 [ 258 ] {09130d8a-6723-4974-9498-5adb40d2172f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1186 | 2025.01.25 03:53:53.761097 [ 258 ] {09130d8a-6723-4974-9498-5adb40d2172f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1187 | 2025.01.25 03:53:53.761341 [ 258 ] {09130d8a-6723-4974-9498-5adb40d2172f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1188 | 2025.01.25 03:53:53.761610 [ 258 ] {09130d8a-6723-4974-9498-5adb40d2172f} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.0019 sec., 37894.73684210526 rows/sec., 3.06 MiB/sec. | ||
| 1189 | 2025.01.25 03:53:53.761701 [ 258 ] {09130d8a-6723-4974-9498-5adb40d2172f} <Debug> TCPHandler: Processed in 0.002274405 sec. | ||
| 1190 | 2025.01.25 03:53:53.761964 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2025.01.25 03:53:53.762158 [ 259 ] {ac4f7862-2d71-4704-98e6-e2b8bd59fb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1192 | 2025.01.25 03:53:53.762232 [ 259 ] {ac4f7862-2d71-4704-98e6-e2b8bd59fb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1193 | 2025.01.25 03:53:53.762976 [ 259 ] {ac4f7862-2d71-4704-98e6-e2b8bd59fb35} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1194 | 2025.01.25 03:53:53.763020 [ 259 ] {ac4f7862-2d71-4704-98e6-e2b8bd59fb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1195 | 2025.01.25 03:53:53.763444 [ 259 ] {ac4f7862-2d71-4704-98e6-e2b8bd59fb35} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1196 | 2025.01.25 03:53:53.763706 [ 259 ] {ac4f7862-2d71-4704-98e6-e2b8bd59fb35} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1197 | 2025.01.25 03:53:53.763921 [ 259 ] {ac4f7862-2d71-4704-98e6-e2b8bd59fb35} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001811 sec., 4417.448923246825 rows/sec., 332.17 KiB/sec. | ||
| 1198 | 2025.01.25 03:53:53.763988 [ 259 ] {ac4f7862-2d71-4704-98e6-e2b8bd59fb35} <Debug> TCPHandler: Processed in 0.002156293 sec. | ||
| 1199 | 2025.01.25 03:53:53.764145 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2025.01.25 03:53:53.764289 [ 258 ] {77c0fbfa-31ac-4cf6-8226-862142b3383f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1201 | 2025.01.25 03:53:53.764346 [ 258 ] {77c0fbfa-31ac-4cf6-8226-862142b3383f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1202 | 2025.01.25 03:53:53.765051 [ 258 ] {77c0fbfa-31ac-4cf6-8226-862142b3383f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1203 | 2025.01.25 03:53:53.765098 [ 258 ] {77c0fbfa-31ac-4cf6-8226-862142b3383f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1204 | 2025.01.25 03:53:53.765468 [ 258 ] {77c0fbfa-31ac-4cf6-8226-862142b3383f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1205 | 2025.01.25 03:53:53.765701 [ 258 ] {77c0fbfa-31ac-4cf6-8226-862142b3383f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1206 | 2025.01.25 03:53:53.765915 [ 258 ] {77c0fbfa-31ac-4cf6-8226-862142b3383f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001662 sec., 43321.29963898917 rows/sec., 3.38 MiB/sec. | ||
| 1207 | 2025.01.25 03:53:53.765970 [ 258 ] {77c0fbfa-31ac-4cf6-8226-862142b3383f} <Debug> TCPHandler: Processed in 0.001884186 sec. | ||
| 1208 | 2025.01.25 03:53:53.766115 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.01.25 03:53:53.766263 [ 259 ] {70d0f375-296b-43c5-9751-3fca1f2ae5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1210 | 2025.01.25 03:53:53.766329 [ 259 ] {70d0f375-296b-43c5-9751-3fca1f2ae5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1211 | 2025.01.25 03:53:53.767009 [ 259 ] {70d0f375-296b-43c5-9751-3fca1f2ae5ac} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.01.25 03:53:53.767054 [ 259 ] {70d0f375-296b-43c5-9751-3fca1f2ae5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1213 | 2025.01.25 03:53:53.767469 [ 259 ] {70d0f375-296b-43c5-9751-3fca1f2ae5ac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1214 | 2025.01.25 03:53:53.767707 [ 259 ] {70d0f375-296b-43c5-9751-3fca1f2ae5ac} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.01.25 03:53:53.767968 [ 259 ] {70d0f375-296b-43c5-9751-3fca1f2ae5ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001717 sec., 93185.789167152 rows/sec., 6.49 MiB/sec. | ||
| 1216 | 2025.01.25 03:53:53.768071 [ 259 ] {70d0f375-296b-43c5-9751-3fca1f2ae5ac} <Debug> TCPHandler: Processed in 0.002013309 sec. | ||
| 1217 | 2025.01.25 03:53:53.768232 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1218 | 2025.01.25 03:53:53.768370 [ 258 ] {43e22ab9-b5bb-40e0-b624-1f2212845b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1219 | 2025.01.25 03:53:53.768464 [ 258 ] {43e22ab9-b5bb-40e0-b624-1f2212845b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1220 | 2025.01.25 03:53:53.769635 [ 258 ] {43e22ab9-b5bb-40e0-b624-1f2212845b4d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.01.25 03:53:53.769672 [ 258 ] {43e22ab9-b5bb-40e0-b624-1f2212845b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1222 | 2025.01.25 03:53:53.770284 [ 258 ] {43e22ab9-b5bb-40e0-b624-1f2212845b4d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1223 | 2025.01.25 03:53:53.770535 [ 258 ] {43e22ab9-b5bb-40e0-b624-1f2212845b4d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2025.01.25 03:53:53.770894 [ 258 ] {43e22ab9-b5bb-40e0-b624-1f2212845b4d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002556 sec., 3129.8904538341158 rows/sec., 5.61 MiB/sec. | ||
| 1225 | 2025.01.25 03:53:53.770999 [ 258 ] {43e22ab9-b5bb-40e0-b624-1f2212845b4d} <Debug> TCPHandler: Processed in 0.002829999 sec. | ||
| 1226 | 2025.01.25 03:53:53.771150 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2025.01.25 03:53:53.771294 [ 259 ] {35c7e4d2-2d9d-4257-9e9e-476d1190c0d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1228 | 2025.01.25 03:53:53.771354 [ 259 ] {35c7e4d2-2d9d-4257-9e9e-476d1190c0d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1229 | 2025.01.25 03:53:53.771954 [ 259 ] {35c7e4d2-2d9d-4257-9e9e-476d1190c0d6} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1230 | 2025.01.25 03:53:53.771998 [ 259 ] {35c7e4d2-2d9d-4257-9e9e-476d1190c0d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1231 | 2025.01.25 03:53:53.772390 [ 259 ] {35c7e4d2-2d9d-4257-9e9e-476d1190c0d6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1232 | 2025.01.25 03:53:53.772622 [ 259 ] {35c7e4d2-2d9d-4257-9e9e-476d1190c0d6} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1233 | 2025.01.25 03:53:53.772805 [ 259 ] {35c7e4d2-2d9d-4257-9e9e-476d1190c0d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001546 sec., 38809.831824062094 rows/sec., 2.62 MiB/sec. | ||
| 1234 | 2025.01.25 03:53:53.772856 [ 259 ] {35c7e4d2-2d9d-4257-9e9e-476d1190c0d6} <Debug> TCPHandler: Processed in 0.001773443 sec. | ||
| 1235 | 2025.01.25 03:53:57.309689 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1236 | 2025.01.25 03:53:57.309751 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1237 | 2025.01.25 03:53:57.365894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1238 | 2025.01.25 03:53:57.366546 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1239 | 2025.01.25 03:53:57.366592 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1240 | 2025.01.25 03:53:57.367167 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1241 | 2025.01.25 03:53:57.367437 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1242 | 2025.01.25 03:53:57.367677 [ 78 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1243 | 2025.01.25 03:53:57.367712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1244 | 2025.01.25 03:53:57.367795 [ 78 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1245 | 2025.01.25 03:53:57.367845 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1246 | 2025.01.25 03:53:57.368250 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1247 | 2025.01.25 03:53:57.368463 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1248 | 2025.01.25 03:53:57.369077 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1249 | 2025.01.25 03:53:57.369200 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1250 | 2025.01.25 03:53:57.369295 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1251 | 2025.01.25 03:53:57.369532 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1252 | 2025.01.25 03:53:57.369723 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1253 | 2025.01.25 03:53:57.369804 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1254 | 2025.01.25 03:53:57.384336 [ 198 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.016359186 sec., 171524.42670436046 rows/sec., 2.45 MiB/sec. | ||
| 1255 | 2025.01.25 03:53:57.385405 [ 201 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1256 | 2025.01.25 03:53:57.385779 [ 201 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1257 | 2025.01.25 03:53:57.385870 [ 201 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_6_1} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1258 | 2025.01.25 03:53:57.386007 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1259 | 2025.01.25 03:53:57.530312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1260 | 2025.01.25 03:53:57.550500 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1261 | 2025.01.25 03:53:57.550557 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1262 | 2025.01.25 03:53:57.557362 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1263 | 2025.01.25 03:53:57.558130 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1264 | 2025.01.25 03:53:57.558583 [ 77 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1265 | 2025.01.25 03:53:57.558751 [ 77 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.01.25 03:53:57.558856 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1267 | 2025.01.25 03:53:57.559357 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 1268 | 2025.01.25 03:53:57.574994 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1269 | 2025.01.25 03:53:57.576242 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1270 | 2025.01.25 03:53:57.577431 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 1271 | 2025.01.25 03:53:57.583053 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 1272 | 2025.01.25 03:53:57.588319 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 1273 | 2025.01.25 03:53:57.593458 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 1274 | 2025.01.25 03:53:57.602685 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 1275 | 2025.01.25 03:53:57.607404 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 1276 | 2025.01.25 03:53:57.669748 [ 198 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.110691496 sec., 415.5694128481198 rows/sec., 2.15 MiB/sec. | ||
| 1277 | 2025.01.25 03:53:57.673321 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1278 | 2025.01.25 03:53:57.676336 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_6_1} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.01.25 03:53:57.676467 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_6_1} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1280 | 2025.01.25 03:53:57.678682 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1281 | 2025.01.25 03:53:58.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.52 MiB, peak 170.06 MiB, free memory in arenas 0.00 B, will set to 163.84 MiB (RSS), difference: 3.32 MiB | ||
| 1282 | 2025.01.25 03:53:58.756405 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2025.01.25 03:53:58.756653 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1284 | 2025.01.25 03:53:58.757046 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1285 | 2025.01.25 03:53:58.757092 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1286 | 2025.01.25 03:53:58.757412 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1287 | 2025.01.25 03:53:58.757496 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1288 | 2025.01.25 03:53:58.757671 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1289 | 2025.01.25 03:53:58.758035 [ 297 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1290 | 2025.01.25 03:53:58.758054 [ 296 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1291 | 2025.01.25 03:53:58.758108 [ 295 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1292 | 2025.01.25 03:53:58.758290 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1293 | 2025.01.25 03:53:58.758326 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1294 | 2025.01.25 03:53:58.761385 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1295 | 2025.01.25 03:53:58.761416 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1296 | 2025.01.25 03:53:58.761475 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1297 | 2025.01.25 03:53:58.761523 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1298 | 2025.01.25 03:53:58.762842 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.006297 sec., 2858.5040495474036 rows/sec., 116.93 KiB/sec. | ||
| 1299 | 2025.01.25 03:53:58.763014 [ 258 ] {d69d191b-632f-4db3-b108-2403b28a30d0} <Debug> TCPHandler: Processed in 0.006739144 sec. | ||
| 1300 | 2025.01.25 03:53:58.763473 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2025.01.25 03:53:58.763742 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1302 | 2025.01.25 03:53:58.764196 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1303 | 2025.01.25 03:53:58.764254 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1304 | 2025.01.25 03:53:58.764565 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1305 | 2025.01.25 03:53:58.764648 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1306 | 2025.01.25 03:53:58.764828 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1307 | 2025.01.25 03:53:58.764958 [ 295 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1308 | 2025.01.25 03:53:58.764988 [ 297 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1309 | 2025.01.25 03:53:58.764995 [ 296 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1310 | 2025.01.25 03:53:58.765140 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1311 | 2025.01.25 03:53:58.765170 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1312 | 2025.01.25 03:53:58.765261 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1313 | 2025.01.25 03:53:58.765283 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1314 | 2025.01.25 03:53:58.765327 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1315 | 2025.01.25 03:53:58.765375 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1316 | 2025.01.25 03:53:58.766466 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002847 sec., 6322.444678609062 rows/sec., 258.63 KiB/sec. | ||
| 1317 | 2025.01.25 03:53:58.766629 [ 259 ] {4ae7fd93-78ac-44d8-989d-2bf94d005366} <Debug> TCPHandler: Processed in 0.003294609 sec. | ||
| 1318 | 2025.01.25 03:53:58.767259 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2025.01.25 03:53:58.767485 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1320 | 2025.01.25 03:53:58.767877 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1321 | 2025.01.25 03:53:58.767931 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1322 | 2025.01.25 03:53:58.768275 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1323 | 2025.01.25 03:53:58.768347 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1324 | 2025.01.25 03:53:58.768510 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1325 | 2025.01.25 03:53:58.768653 [ 296 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1326 | 2025.01.25 03:53:58.768669 [ 297 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1327 | 2025.01.25 03:53:58.768680 [ 295 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1328 | 2025.01.25 03:53:58.768818 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1329 | 2025.01.25 03:53:58.768849 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1330 | 2025.01.25 03:53:58.768936 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1331 | 2025.01.25 03:53:58.768958 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1332 | 2025.01.25 03:53:58.769000 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1333 | 2025.01.25 03:53:58.769047 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1334 | 2025.01.25 03:53:58.770110 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002729 sec., 6595.8226456577495 rows/sec., 269.82 KiB/sec. | ||
| 1335 | 2025.01.25 03:53:58.770267 [ 258 ] {91c4ea39-0592-40b2-96a8-3dc1e542d447} <Debug> TCPHandler: Processed in 0.003082145 sec. | ||
| 1336 | 2025.01.25 03:53:58.770544 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1337 | 2025.01.25 03:53:58.770763 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1338 | 2025.01.25 03:53:58.771175 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1339 | 2025.01.25 03:53:58.771228 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1340 | 2025.01.25 03:53:58.771520 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1341 | 2025.01.25 03:53:58.771589 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1342 | 2025.01.25 03:53:58.771743 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1343 | 2025.01.25 03:53:58.771850 [ 295 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1344 | 2025.01.25 03:53:58.771880 [ 297 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1345 | 2025.01.25 03:53:58.771906 [ 296 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1346 | 2025.01.25 03:53:58.772018 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1347 | 2025.01.25 03:53:58.772047 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1348 | 2025.01.25 03:53:58.772131 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1349 | 2025.01.25 03:53:58.772151 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1350 | 2025.01.25 03:53:58.772192 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1351 | 2025.01.25 03:53:58.772237 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1352 | 2025.01.25 03:53:58.773281 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002621 sec., 6867.607783288821 rows/sec., 280.93 KiB/sec. | ||
| 1353 | 2025.01.25 03:53:58.773416 [ 259 ] {e3823727-7275-4fdc-a31c-64e5968c5525} <Debug> TCPHandler: Processed in 0.002942201 sec. | ||
| 1354 | 2025.01.25 03:53:58.773674 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.01.25 03:53:58.773886 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1356 | 2025.01.25 03:53:58.774270 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1357 | 2025.01.25 03:53:58.774316 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1358 | 2025.01.25 03:53:58.774595 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1359 | 2025.01.25 03:53:58.774663 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1360 | 2025.01.25 03:53:58.774814 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1361 | 2025.01.25 03:53:58.774930 [ 295 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1362 | 2025.01.25 03:53:58.774955 [ 297 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1363 | 2025.01.25 03:53:58.774969 [ 296 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1364 | 2025.01.25 03:53:58.775085 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1365 | 2025.01.25 03:53:58.775114 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1366 | 2025.01.25 03:53:58.775198 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1367 | 2025.01.25 03:53:58.775218 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1368 | 2025.01.25 03:53:58.775259 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1369 | 2025.01.25 03:53:58.775304 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1370 | 2025.01.25 03:53:58.776326 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002538 sec., 7092.198581560284 rows/sec., 290.12 KiB/sec. | ||
| 1371 | 2025.01.25 03:53:58.776482 [ 258 ] {fb68f931-a41b-4c90-8d25-728dc243128d} <Debug> TCPHandler: Processed in 0.00288165 sec. | ||
| 1372 | 2025.01.25 03:53:58.776707 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2025.01.25 03:53:58.776887 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1374 | 2025.01.25 03:53:58.777205 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1375 | 2025.01.25 03:53:58.777247 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1376 | 2025.01.25 03:53:58.777523 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1377 | 2025.01.25 03:53:58.777591 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1378 | 2025.01.25 03:53:58.777743 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1379 | 2025.01.25 03:53:58.777876 [ 297 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1380 | 2025.01.25 03:53:58.777898 [ 295 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1381 | 2025.01.25 03:53:58.777901 [ 296 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1382 | 2025.01.25 03:53:58.778029 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1383 | 2025.01.25 03:53:58.778059 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1384 | 2025.01.25 03:53:58.778140 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1385 | 2025.01.25 03:53:58.778160 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1386 | 2025.01.25 03:53:58.778200 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1387 | 2025.01.25 03:53:58.778245 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1388 | 2025.01.25 03:53:58.779261 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002455 sec., 7331.975560081466 rows/sec., 299.93 KiB/sec. | ||
| 1389 | 2025.01.25 03:53:58.779397 [ 259 ] {7e927a00-8a58-4aee-9407-6225c36f4f10} <Debug> TCPHandler: Processed in 0.002747886 sec. | ||
| 1390 | 2025.01.25 03:53:58.779659 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.01.25 03:53:58.779871 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1392 | 2025.01.25 03:53:58.780249 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1393 | 2025.01.25 03:53:58.780300 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1394 | 2025.01.25 03:53:58.780579 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1395 | 2025.01.25 03:53:58.780645 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1396 | 2025.01.25 03:53:58.780793 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1397 | 2025.01.25 03:53:58.780941 [ 297 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1398 | 2025.01.25 03:53:58.780968 [ 296 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1399 | 2025.01.25 03:53:58.780953 [ 295 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1400 | 2025.01.25 03:53:58.781094 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1401 | 2025.01.25 03:53:58.781123 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1402 | 2025.01.25 03:53:58.781208 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1403 | 2025.01.25 03:53:58.781228 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1404 | 2025.01.25 03:53:58.781267 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1405 | 2025.01.25 03:53:58.781315 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1406 | 2025.01.25 03:53:58.782345 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002574 sec., 6993.006993006993 rows/sec., 286.06 KiB/sec. | ||
| 1407 | 2025.01.25 03:53:58.782506 [ 258 ] {4bd852e0-b7ae-4bff-b5fc-b13bb3d5823a} <Debug> TCPHandler: Processed in 0.00291496 sec. | ||
| 1408 | 2025.01.25 03:53:58.782765 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2025.01.25 03:53:58.782979 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1410 | 2025.01.25 03:53:58.783345 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1411 | 2025.01.25 03:53:58.783394 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1412 | 2025.01.25 03:53:58.783678 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1413 | 2025.01.25 03:53:58.783743 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1414 | 2025.01.25 03:53:58.783893 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1415 | 2025.01.25 03:53:58.784036 [ 296 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1416 | 2025.01.25 03:53:58.784037 [ 297 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1417 | 2025.01.25 03:53:58.784058 [ 295 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1418 | 2025.01.25 03:53:58.784175 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1419 | 2025.01.25 03:53:58.784199 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1420 | 2025.01.25 03:53:58.784280 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1421 | 2025.01.25 03:53:58.784300 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1422 | 2025.01.25 03:53:58.784342 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1423 | 2025.01.25 03:53:58.784389 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1424 | 2025.01.25 03:53:58.785430 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002554 sec., 7047.768206734534 rows/sec., 288.30 KiB/sec. | ||
| 1425 | 2025.01.25 03:53:58.785561 [ 259 ] {f50d3700-409a-4a9e-b7d4-f90e52d95004} <Debug> TCPHandler: Processed in 0.00286352 sec. | ||
| 1426 | 2025.01.25 03:53:58.785818 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.01.25 03:53:58.786036 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1428 | 2025.01.25 03:53:58.786395 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1429 | 2025.01.25 03:53:58.786437 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1430 | 2025.01.25 03:53:58.786724 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1431 | 2025.01.25 03:53:58.786789 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1432 | 2025.01.25 03:53:58.786936 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1433 | 2025.01.25 03:53:58.787067 [ 297 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1434 | 2025.01.25 03:53:58.787076 [ 295 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1435 | 2025.01.25 03:53:58.787095 [ 296 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1436 | 2025.01.25 03:53:58.787214 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1437 | 2025.01.25 03:53:58.787242 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1438 | 2025.01.25 03:53:58.787327 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1439 | 2025.01.25 03:53:58.787347 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1440 | 2025.01.25 03:53:58.787387 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1441 | 2025.01.25 03:53:58.787436 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1442 | 2025.01.25 03:53:58.788636 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002704 sec., 6656.804733727811 rows/sec., 272.31 KiB/sec. | ||
| 1443 | 2025.01.25 03:53:58.788792 [ 258 ] {fcd5dd77-d94c-4a37-ae5e-c1872410a8fb} <Debug> TCPHandler: Processed in 0.003043584 sec. | ||
| 1444 | 2025.01.25 03:53:58.789043 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1445 | 2025.01.25 03:53:58.789259 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1446 | 2025.01.25 03:53:58.789586 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1447 | 2025.01.25 03:53:58.789629 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1448 | 2025.01.25 03:53:58.789918 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1449 | 2025.01.25 03:53:58.789984 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1450 | 2025.01.25 03:53:58.790134 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1451 | 2025.01.25 03:53:58.790273 [ 297 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1452 | 2025.01.25 03:53:58.790269 [ 296 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1453 | 2025.01.25 03:53:58.790305 [ 295 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1454 | 2025.01.25 03:53:58.790418 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1455 | 2025.01.25 03:53:58.790442 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1456 | 2025.01.25 03:53:58.790522 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1457 | 2025.01.25 03:53:58.790543 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1458 | 2025.01.25 03:53:58.790584 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1459 | 2025.01.25 03:53:58.790632 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1460 | 2025.01.25 03:53:58.791674 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002519 sec., 7145.692735212386 rows/sec., 292.31 KiB/sec. | ||
| 1461 | 2025.01.25 03:53:58.791811 [ 259 ] {b2595e88-5018-42fd-9189-cce4514ca798} <Debug> TCPHandler: Processed in 0.002838119 sec. | ||
| 1462 | 2025.01.25 03:53:58.792113 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1463 | 2025.01.25 03:53:58.792326 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1464 | 2025.01.25 03:53:58.792712 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1465 | 2025.01.25 03:53:58.792766 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1466 | 2025.01.25 03:53:58.793126 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1467 | 2025.01.25 03:53:58.793206 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1468 | 2025.01.25 03:53:58.793370 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1469 | 2025.01.25 03:53:58.793489 [ 297 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1470 | 2025.01.25 03:53:58.793516 [ 296 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1471 | 2025.01.25 03:53:58.793547 [ 295 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1472 | 2025.01.25 03:53:58.793657 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1473 | 2025.01.25 03:53:58.793686 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1474 | 2025.01.25 03:53:58.793769 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1475 | 2025.01.25 03:53:58.793790 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1476 | 2025.01.25 03:53:58.793831 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1477 | 2025.01.25 03:53:58.793880 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1478 | 2025.01.25 03:53:58.794897 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002674 sec., 6731.488406881077 rows/sec., 275.37 KiB/sec. | ||
| 1479 | 2025.01.25 03:53:58.795054 [ 258 ] {1fe2e02b-cfde-4ad9-8b21-07d93fc84169} <Debug> TCPHandler: Processed in 0.003011713 sec. | ||
| 1480 | 2025.01.25 03:53:58.799088 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1481 | 2025.01.25 03:53:58.799448 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1482 | 2025.01.25 03:53:58.799778 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1483 | 2025.01.25 03:53:58.799823 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1484 | 2025.01.25 03:53:58.800120 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1485 | 2025.01.25 03:53:58.800185 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1486 | 2025.01.25 03:53:58.800334 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1487 | 2025.01.25 03:53:58.800440 [ 297 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1488 | 2025.01.25 03:53:58.800486 [ 295 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1489 | 2025.01.25 03:53:58.800512 [ 296 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1490 | 2025.01.25 03:53:58.800627 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 1491 | 2025.01.25 03:53:58.800654 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1492 | 2025.01.25 03:53:58.800734 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1493 | 2025.01.25 03:53:58.800754 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1494 | 2025.01.25 03:53:58.800794 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1495 | 2025.01.25 03:53:58.800841 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1496 | 2025.01.25 03:53:58.801811 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002548 sec., 7064.364207221351 rows/sec., 288.98 KiB/sec. | ||
| 1497 | 2025.01.25 03:53:58.801950 [ 259 ] {87d5b6ed-fec8-43b9-95ed-76693d78dcbf} <Debug> TCPHandler: Processed in 0.002974452 sec. | ||
| 1498 | 2025.01.25 03:53:58.805504 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1499 | 2025.01.25 03:53:58.805656 [ 258 ] {ec3f25f6-d104-456d-b2d5-b5d5127b8bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1500 | 2025.01.25 03:53:58.805718 [ 258 ] {ec3f25f6-d104-456d-b2d5-b5d5127b8bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1501 | 2025.01.25 03:53:58.806548 [ 258 ] {ec3f25f6-d104-456d-b2d5-b5d5127b8bf1} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1502 | 2025.01.25 03:53:58.806592 [ 258 ] {ec3f25f6-d104-456d-b2d5-b5d5127b8bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1503 | 2025.01.25 03:53:58.807132 [ 258 ] {ec3f25f6-d104-456d-b2d5-b5d5127b8bf1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1504 | 2025.01.25 03:53:58.807358 [ 258 ] {ec3f25f6-d104-456d-b2d5-b5d5127b8bf1} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1505 | 2025.01.25 03:53:58.807582 [ 258 ] {ec3f25f6-d104-456d-b2d5-b5d5127b8bf1} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001967 sec., 6100.660904931367 rows/sec., 1.23 MiB/sec. | ||
| 1506 | 2025.01.25 03:53:58.807646 [ 258 ] {ec3f25f6-d104-456d-b2d5-b5d5127b8bf1} <Debug> TCPHandler: Processed in 0.002216173 sec. | ||
| 1507 | 2025.01.25 03:53:58.807803 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1508 | 2025.01.25 03:53:58.807956 [ 259 ] {9a59d4fd-4cb5-4b77-b6cc-5d2fcf103deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1509 | 2025.01.25 03:53:58.808015 [ 259 ] {9a59d4fd-4cb5-4b77-b6cc-5d2fcf103deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1510 | 2025.01.25 03:53:58.809243 [ 259 ] {9a59d4fd-4cb5-4b77-b6cc-5d2fcf103deb} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1511 | 2025.01.25 03:53:58.809284 [ 259 ] {9a59d4fd-4cb5-4b77-b6cc-5d2fcf103deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1512 | 2025.01.25 03:53:58.809699 [ 259 ] {9a59d4fd-4cb5-4b77-b6cc-5d2fcf103deb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1513 | 2025.01.25 03:53:58.809957 [ 259 ] {9a59d4fd-4cb5-4b77-b6cc-5d2fcf103deb} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1514 | 2025.01.25 03:53:58.810180 [ 259 ] {9a59d4fd-4cb5-4b77-b6cc-5d2fcf103deb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002266 sec., 6178.28773168579 rows/sec., 444.75 KiB/sec. | ||
| 1515 | 2025.01.25 03:53:58.810242 [ 259 ] {9a59d4fd-4cb5-4b77-b6cc-5d2fcf103deb} <Debug> TCPHandler: Processed in 0.002508031 sec. | ||
| 1516 | 2025.01.25 03:53:58.810478 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1517 | 2025.01.25 03:53:58.810705 [ 258 ] {6183949e-37b1-478b-9914-00998f587a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1518 | 2025.01.25 03:53:58.810795 [ 258 ] {6183949e-37b1-478b-9914-00998f587a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1519 | 2025.01.25 03:53:58.811722 [ 258 ] {6183949e-37b1-478b-9914-00998f587a2a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1520 | 2025.01.25 03:53:58.811761 [ 258 ] {6183949e-37b1-478b-9914-00998f587a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1521 | 2025.01.25 03:53:58.812137 [ 258 ] {6183949e-37b1-478b-9914-00998f587a2a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1522 | 2025.01.25 03:53:58.812377 [ 258 ] {6183949e-37b1-478b-9914-00998f587a2a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1523 | 2025.01.25 03:53:58.812523 [ 75 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1524 | 2025.01.25 03:53:58.812561 [ 258 ] {6183949e-37b1-478b-9914-00998f587a2a} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.001911 sec., 106227.10622710623 rows/sec., 9.17 MiB/sec. | ||
| 1525 | 2025.01.25 03:53:58.812563 [ 75 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1526 | 2025.01.25 03:53:58.812606 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1527 | 2025.01.25 03:53:58.812635 [ 258 ] {6183949e-37b1-478b-9914-00998f587a2a} <Debug> TCPHandler: Processed in 0.002267175 sec. | ||
| 1528 | 2025.01.25 03:53:58.812790 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 1529 | 2025.01.25 03:53:58.812891 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1530 | 2025.01.25 03:53:58.812966 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1531 | 2025.01.25 03:53:58.813015 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part | ||
| 1532 | 2025.01.25 03:53:58.813325 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part | ||
| 1533 | 2025.01.25 03:53:58.813386 [ 259 ] {53dace22-6e84-44d4-8e4e-05724dd7cf25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1534 | 2025.01.25 03:53:58.813575 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part | ||
| 1535 | 2025.01.25 03:53:58.813593 [ 259 ] {53dace22-6e84-44d4-8e4e-05724dd7cf25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1536 | 2025.01.25 03:53:58.813952 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1537 | 2025.01.25 03:53:58.814372 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1538 | 2025.01.25 03:53:58.814703 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 203 rows starting from the beginning of the part | ||
| 1539 | 2025.01.25 03:53:58.816418 [ 259 ] {53dace22-6e84-44d4-8e4e-05724dd7cf25} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1540 | 2025.01.25 03:53:58.816488 [ 259 ] {53dace22-6e84-44d4-8e4e-05724dd7cf25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1541 | 2025.01.25 03:53:58.817507 [ 259 ] {53dace22-6e84-44d4-8e4e-05724dd7cf25} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1542 | 2025.01.25 03:53:58.817788 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 503 rows, containing 5 columns (5 merged, 0 gathered) in 0.005078703 sec., 99041.03468936852 rows/sec., 8.45 MiB/sec. | ||
| 1543 | 2025.01.25 03:53:58.818015 [ 259 ] {53dace22-6e84-44d4-8e4e-05724dd7cf25} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1544 | 2025.01.25 03:53:58.818024 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1545 | 2025.01.25 03:53:58.818474 [ 259 ] {53dace22-6e84-44d4-8e4e-05724dd7cf25} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005293 sec., 1322.5014169658039 rows/sec., 86.16 KiB/sec. | ||
| 1546 | 2025.01.25 03:53:58.818643 [ 259 ] {53dace22-6e84-44d4-8e4e-05724dd7cf25} <Debug> TCPHandler: Processed in 0.005887793 sec. | ||
| 1547 | 2025.01.25 03:53:58.818678 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2025.01.25 03:53:58.818833 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_6_1} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1549 | 2025.01.25 03:53:58.818845 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1550 | 2025.01.25 03:53:58.818955 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 1551 | 2025.01.25 03:53:58.819041 [ 258 ] {a914cfa5-9243-4310-a917-0cf115cf13ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1552 | 2025.01.25 03:53:58.819094 [ 258 ] {a914cfa5-9243-4310-a917-0cf115cf13ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1553 | 2025.01.25 03:53:58.819674 [ 258 ] {a914cfa5-9243-4310-a917-0cf115cf13ec} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1554 | 2025.01.25 03:53:58.819713 [ 258 ] {a914cfa5-9243-4310-a917-0cf115cf13ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1555 | 2025.01.25 03:53:58.820070 [ 258 ] {a914cfa5-9243-4310-a917-0cf115cf13ec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1556 | 2025.01.25 03:53:58.820305 [ 258 ] {a914cfa5-9243-4310-a917-0cf115cf13ec} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1557 | 2025.01.25 03:53:58.820503 [ 258 ] {a914cfa5-9243-4310-a917-0cf115cf13ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001496 sec., 9358.288770053476 rows/sec., 655.39 KiB/sec. | ||
| 1558 | 2025.01.25 03:53:58.820558 [ 258 ] {a914cfa5-9243-4310-a917-0cf115cf13ec} <Debug> TCPHandler: Processed in 0.001797524 sec. | ||
| 1559 | 2025.01.25 03:53:58.820713 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1560 | 2025.01.25 03:53:58.820855 [ 259 ] {77efcd3c-a0ff-4f60-a532-f87b8211322d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1561 | 2025.01.25 03:53:58.820912 [ 259 ] {77efcd3c-a0ff-4f60-a532-f87b8211322d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1562 | 2025.01.25 03:53:58.821546 [ 259 ] {77efcd3c-a0ff-4f60-a532-f87b8211322d} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1563 | 2025.01.25 03:53:58.821586 [ 259 ] {77efcd3c-a0ff-4f60-a532-f87b8211322d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1564 | 2025.01.25 03:53:58.821934 [ 259 ] {77efcd3c-a0ff-4f60-a532-f87b8211322d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1565 | 2025.01.25 03:53:58.822171 [ 259 ] {77efcd3c-a0ff-4f60-a532-f87b8211322d} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1566 | 2025.01.25 03:53:58.822452 [ 259 ] {77efcd3c-a0ff-4f60-a532-f87b8211322d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 502.51 KiB/sec. | ||
| 1567 | 2025.01.25 03:53:58.822534 [ 259 ] {77efcd3c-a0ff-4f60-a532-f87b8211322d} <Debug> TCPHandler: Processed in 0.001889116 sec. | ||
| 1568 | 2025.01.25 03:53:58.822741 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1569 | 2025.01.25 03:53:58.822968 [ 258 ] {8674dccc-e0ac-4907-972a-b5105b36d620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1570 | 2025.01.25 03:53:58.823058 [ 258 ] {8674dccc-e0ac-4907-972a-b5105b36d620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1571 | 2025.01.25 03:53:58.823936 [ 258 ] {8674dccc-e0ac-4907-972a-b5105b36d620} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1572 | 2025.01.25 03:53:58.823975 [ 258 ] {8674dccc-e0ac-4907-972a-b5105b36d620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1573 | 2025.01.25 03:53:58.824360 [ 258 ] {8674dccc-e0ac-4907-972a-b5105b36d620} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1574 | 2025.01.25 03:53:58.824603 [ 258 ] {8674dccc-e0ac-4907-972a-b5105b36d620} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): 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.25 03:53:58.824728 [ 75 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1576 | 2025.01.25 03:53:58.824772 [ 75 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2025.01.25 03:53:58.824799 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1578 | 2025.01.25 03:53:58.824802 [ 258 ] {8674dccc-e0ac-4907-972a-b5105b36d620} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001887 sec., 202437.73184949654 rows/sec., 14.33 MiB/sec. | ||
| 1579 | 2025.01.25 03:53:58.825150 [ 258 ] {8674dccc-e0ac-4907-972a-b5105b36d620} <Debug> TCPHandler: Processed in 0.002515321 sec. | ||
| 1580 | 2025.01.25 03:53:58.825361 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::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.25 03:53:58.825501 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1582 | 2025.01.25 03:53:58.825595 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1583 | 2025.01.25 03:53:58.825674 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1584 | 2025.01.25 03:53:58.825716 [ 259 ] {6e217cca-3764-4796-b252-c95043edba1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1585 | 2025.01.25 03:53:58.825937 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1586 | 2025.01.25 03:53:58.825976 [ 259 ] {6e217cca-3764-4796-b252-c95043edba1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1587 | 2025.01.25 03:53:58.826251 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
| 1588 | 2025.01.25 03:53:58.826563 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1589 | 2025.01.25 03:53:58.826875 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1590 | 2025.01.25 03:53:58.827188 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part | ||
| 1591 | 2025.01.25 03:53:58.828330 [ 259 ] {6e217cca-3764-4796-b252-c95043edba1a} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1592 | 2025.01.25 03:53:58.828402 [ 259 ] {6e217cca-3764-4796-b252-c95043edba1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1593 | 2025.01.25 03:53:58.829443 [ 259 ] {6e217cca-3764-4796-b252-c95043edba1a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1594 | 2025.01.25 03:53:58.830040 [ 259 ] {6e217cca-3764-4796-b252-c95043edba1a} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1595 | 2025.01.25 03:53:58.830068 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 5 columns (5 merged, 0 gathered) in 0.005164905 sec., 134368.3959337103 rows/sec., 10.46 MiB/sec. | ||
| 1596 | 2025.01.25 03:53:58.830342 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1597 | 2025.01.25 03:53:58.830608 [ 259 ] {6e217cca-3764-4796-b252-c95043edba1a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004909 sec., 1222.2448563862292 rows/sec., 63.86 KiB/sec. | ||
| 1598 | 2025.01.25 03:53:58.830765 [ 259 ] {6e217cca-3764-4796-b252-c95043edba1a} <Debug> TCPHandler: Processed in 0.005471063 sec. | ||
| 1599 | 2025.01.25 03:53:58.830986 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1600 | 2025.01.25 03:53:58.830998 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): 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.25 03:53:58.831145 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_6_1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1602 | 2025.01.25 03:53:58.831187 [ 258 ] {bcb202de-923a-4448-b05c-ce8ea4219c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1603 | 2025.01.25 03:53:58.831286 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1604 | 2025.01.25 03:53:58.831317 [ 258 ] {bcb202de-923a-4448-b05c-ce8ea4219c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1605 | 2025.01.25 03:53:58.831916 [ 258 ] {bcb202de-923a-4448-b05c-ce8ea4219c46} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1606 | 2025.01.25 03:53:58.831955 [ 258 ] {bcb202de-923a-4448-b05c-ce8ea4219c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1607 | 2025.01.25 03:53:58.832351 [ 258 ] {bcb202de-923a-4448-b05c-ce8ea4219c46} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1608 | 2025.01.25 03:53:58.832590 [ 258 ] {bcb202de-923a-4448-b05c-ce8ea4219c46} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1609 | 2025.01.25 03:53:58.832713 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1610 | 2025.01.25 03:53:58.832751 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1611 | 2025.01.25 03:53:58.832777 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1612 | 2025.01.25 03:53:58.832786 [ 258 ] {bcb202de-923a-4448-b05c-ce8ea4219c46} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001657 sec., 143029.57151478576 rows/sec., 9.59 MiB/sec. | ||
| 1613 | 2025.01.25 03:53:58.832957 [ 258 ] {bcb202de-923a-4448-b05c-ce8ea4219c46} <Debug> TCPHandler: Processed in 0.002076281 sec. | ||
| 1614 | 2025.01.25 03:53:58.833025 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 1615 | 2025.01.25 03:53:58.833140 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1616 | 2025.01.25 03:53:58.833180 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1617 | 2025.01.25 03:53:58.833218 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part | ||
| 1618 | 2025.01.25 03:53:58.833302 [ 259 ] {ec0098fe-784a-4053-a0d3-343f788f88df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1619 | 2025.01.25 03:53:58.833426 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part | ||
| 1620 | 2025.01.25 03:53:58.833475 [ 259 ] {ec0098fe-784a-4053-a0d3-343f788f88df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1621 | 2025.01.25 03:53:58.833804 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part | ||
| 1622 | 2025.01.25 03:53:58.834179 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 154 rows starting from the beginning of the part | ||
| 1623 | 2025.01.25 03:53:58.834526 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1624 | 2025.01.25 03:53:58.834868 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 1625 | 2025.01.25 03:53:58.835581 [ 259 ] {ec0098fe-784a-4053-a0d3-343f788f88df} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1626 | 2025.01.25 03:53:58.835625 [ 259 ] {ec0098fe-784a-4053-a0d3-343f788f88df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1627 | 2025.01.25 03:53:58.836167 [ 259 ] {ec0098fe-784a-4053-a0d3-343f788f88df} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1628 | 2025.01.25 03:53:58.836468 [ 259 ] {ec0098fe-784a-4053-a0d3-343f788f88df} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1629 | 2025.01.25 03:53:58.837085 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 911 rows, containing 5 columns (5 merged, 0 gathered) in 0.004207222 sec., 216532.42923715457 rows/sec., 14.90 MiB/sec. | ||
| 1630 | 2025.01.25 03:53:58.837131 [ 259 ] {ec0098fe-784a-4053-a0d3-343f788f88df} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003858 sec., 259.2016588906169 rows/sec., 17.47 KiB/sec. | ||
| 1631 | 2025.01.25 03:53:58.837231 [ 259 ] {ec0098fe-784a-4053-a0d3-343f788f88df} <Debug> TCPHandler: Processed in 0.004166411 sec. | ||
| 1632 | 2025.01.25 03:53:58.837322 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1633 | 2025.01.25 03:53:58.837393 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1634 | 2025.01.25 03:53:58.837611 [ 258 ] {caa2dd82-8d46-4f59-b803-4aa76836e525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1635 | 2025.01.25 03:53:58.837721 [ 258 ] {caa2dd82-8d46-4f59-b803-4aa76836e525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1636 | 2025.01.25 03:53:58.837732 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): 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.25 03:53:58.837963 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1638 | 2025.01.25 03:53:58.838138 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1639 | 2025.01.25 03:53:58.838589 [ 258 ] {caa2dd82-8d46-4f59-b803-4aa76836e525} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1640 | 2025.01.25 03:53:58.838632 [ 258 ] {caa2dd82-8d46-4f59-b803-4aa76836e525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1641 | 2025.01.25 03:53:58.838991 [ 258 ] {caa2dd82-8d46-4f59-b803-4aa76836e525} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1642 | 2025.01.25 03:53:58.839222 [ 258 ] {caa2dd82-8d46-4f59-b803-4aa76836e525} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1643 | 2025.01.25 03:53:58.839343 [ 75 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1644 | 2025.01.25 03:53:58.839381 [ 75 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1645 | 2025.01.25 03:53:58.839408 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1646 | 2025.01.25 03:53:58.839412 [ 258 ] {caa2dd82-8d46-4f59-b803-4aa76836e525} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001871 sec., 43826.83057188669 rows/sec., 2.78 MiB/sec. | ||
| 1647 | 2025.01.25 03:53:58.839567 [ 258 ] {caa2dd82-8d46-4f59-b803-4aa76836e525} <Debug> TCPHandler: Processed in 0.002252705 sec. | ||
| 1648 | 2025.01.25 03:53:58.839649 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 1649 | 2025.01.25 03:53:58.839774 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1650 | 2025.01.25 03:53:58.839810 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
| 1651 | 2025.01.25 03:53:58.839909 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1652 | 2025.01.25 03:53:58.840121 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1653 | 2025.01.25 03:53:58.840304 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part | ||
| 1654 | 2025.01.25 03:53:58.840481 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1655 | 2025.01.25 03:53:58.840626 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 1656 | 2025.01.25 03:53:58.841725 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 4 columns (4 merged, 0 gathered) in 0.002205303 sec., 143290.9672729779 rows/sec., 9.59 MiB/sec. | ||
| 1657 | 2025.01.25 03:53:58.841839 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1658 | 2025.01.25 03:53:58.842091 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1659 | 2025.01.25 03:53:58.842159 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_6_1} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1660 | 2025.01.25 03:53:58.842220 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1661 | 2025.01.25 03:53:59.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.44 MiB, peak 170.06 MiB, free memory in arenas 0.00 B, will set to 164.35 MiB (RSS), difference: -1.10 MiB | ||
| 1662 | 2025.01.25 03:54:01.339730 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1663 | 2025.01.25 03:54:01.339987 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1664 | 2025.01.25 03:54:01.340420 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1665 | 2025.01.25 03:54:01.340471 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1666 | 2025.01.25 03:54:01.340819 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1667 | 2025.01.25 03:54:01.340900 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1668 | 2025.01.25 03:54:01.341077 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1669 | 2025.01.25 03:54:01.341223 [ 297 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1670 | 2025.01.25 03:54:01.341352 [ 295 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1671 | 2025.01.25 03:54:01.341422 [ 296 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1672 | 2025.01.25 03:54:01.341389 [ 299 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1673 | 2025.01.25 03:54:01.341581 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1674 | 2025.01.25 03:54:01.341616 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1675 | 2025.01.25 03:54:01.341738 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1676 | 2025.01.25 03:54:01.341762 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1677 | 2025.01.25 03:54:01.341807 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1678 | 2025.01.25 03:54:01.341853 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1679 | 2025.01.25 03:54:01.341895 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1680 | 2025.01.25 03:54:01.343457 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003589 sec., 8358.87433825578 rows/sec., 313.19 KiB/sec. | ||
| 1681 | 2025.01.25 03:54:01.343659 [ 258 ] {9516fa81-d823-47a6-9ee0-27c59702f1df} <Debug> TCPHandler: Processed in 0.004055308 sec. | ||
| 1682 | 2025.01.25 03:54:01.344111 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1683 | 2025.01.25 03:54:01.344363 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1684 | 2025.01.25 03:54:01.344786 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1685 | 2025.01.25 03:54:01.344836 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1686 | 2025.01.25 03:54:01.345188 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1687 | 2025.01.25 03:54:01.345272 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1688 | 2025.01.25 03:54:01.345459 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1689 | 2025.01.25 03:54:01.345647 [ 299 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1690 | 2025.01.25 03:54:01.345656 [ 297 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1691 | 2025.01.25 03:54:01.345696 [ 295 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1692 | 2025.01.25 03:54:01.345689 [ 296 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1693 | 2025.01.25 03:54:01.345857 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1694 | 2025.01.25 03:54:01.345888 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1695 | 2025.01.25 03:54:01.346011 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1696 | 2025.01.25 03:54:01.346034 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1697 | 2025.01.25 03:54:01.346079 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1698 | 2025.01.25 03:54:01.346129 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1699 | 2025.01.25 03:54:01.346173 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1700 | 2025.01.25 03:54:01.347711 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00347 sec., 8645.533141210375 rows/sec., 323.93 KiB/sec. | ||
| 1701 | 2025.01.25 03:54:01.347915 [ 259 ] {2974d124-706f-4f27-b75e-dd441ef81525} <Debug> TCPHandler: Processed in 0.003933855 sec. | ||
| 1702 | 2025.01.25 03:54:01.348188 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2025.01.25 03:54:01.348423 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1704 | 2025.01.25 03:54:01.348833 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1705 | 2025.01.25 03:54:01.348892 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1706 | 2025.01.25 03:54:01.349276 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1707 | 2025.01.25 03:54:01.349356 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1708 | 2025.01.25 03:54:01.349504 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1709 | 2025.01.25 03:54:01.349662 [ 297 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1710 | 2025.01.25 03:54:01.349691 [ 299 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1711 | 2025.01.25 03:54:01.349771 [ 296 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1712 | 2025.01.25 03:54:01.349781 [ 295 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1713 | 2025.01.25 03:54:01.349918 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1714 | 2025.01.25 03:54:01.349949 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1715 | 2025.01.25 03:54:01.350057 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1716 | 2025.01.25 03:54:01.350078 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1717 | 2025.01.25 03:54:01.350121 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1718 | 2025.01.25 03:54:01.350169 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1719 | 2025.01.25 03:54:01.350214 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1720 | 2025.01.25 03:54:01.351616 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003314 sec., 9052.504526252264 rows/sec., 339.17 KiB/sec. | ||
| 1721 | 2025.01.25 03:54:01.351808 [ 258 ] {91fef338-fdea-4b4c-a8ad-76e1c75ff683} <Debug> TCPHandler: Processed in 0.00369057 sec. | ||
| 1722 | 2025.01.25 03:54:01.352085 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1723 | 2025.01.25 03:54:01.352293 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1724 | 2025.01.25 03:54:01.352653 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1725 | 2025.01.25 03:54:01.352702 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1726 | 2025.01.25 03:54:01.353026 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1727 | 2025.01.25 03:54:01.353095 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1728 | 2025.01.25 03:54:01.353245 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1729 | 2025.01.25 03:54:01.353407 [ 299 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1730 | 2025.01.25 03:54:01.353405 [ 297 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1731 | 2025.01.25 03:54:01.353457 [ 296 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1732 | 2025.01.25 03:54:01.353492 [ 295 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1733 | 2025.01.25 03:54:01.353596 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1734 | 2025.01.25 03:54:01.353653 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1735 | 2025.01.25 03:54:01.353763 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1736 | 2025.01.25 03:54:01.353787 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1737 | 2025.01.25 03:54:01.353831 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1738 | 2025.01.25 03:54:01.353904 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1739 | 2025.01.25 03:54:01.353951 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1740 | 2025.01.25 03:54:01.355370 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00318 sec., 9433.962264150943 rows/sec., 353.47 KiB/sec. | ||
| 1741 | 2025.01.25 03:54:01.355564 [ 259 ] {4fb578be-8b99-4e62-b40d-73d54369eee7} <Debug> TCPHandler: Processed in 0.003543096 sec. | ||
| 1742 | 2025.01.25 03:54:01.355837 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1743 | 2025.01.25 03:54:01.356067 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1744 | 2025.01.25 03:54:01.356460 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1745 | 2025.01.25 03:54:01.356510 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1746 | 2025.01.25 03:54:01.356828 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1747 | 2025.01.25 03:54:01.356895 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1748 | 2025.01.25 03:54:01.357042 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1749 | 2025.01.25 03:54:01.357247 [ 297 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1750 | 2025.01.25 03:54:01.357256 [ 299 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1751 | 2025.01.25 03:54:01.357259 [ 296 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1752 | 2025.01.25 03:54:01.357246 [ 295 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1753 | 2025.01.25 03:54:01.357438 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1754 | 2025.01.25 03:54:01.357466 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1755 | 2025.01.25 03:54:01.357574 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1756 | 2025.01.25 03:54:01.357595 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1757 | 2025.01.25 03:54:01.357638 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1758 | 2025.01.25 03:54:01.357685 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1759 | 2025.01.25 03:54:01.357731 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1760 | 2025.01.25 03:54:01.359222 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00327 sec., 9174.311926605506 rows/sec., 343.74 KiB/sec. | ||
| 1761 | 2025.01.25 03:54:01.359418 [ 258 ] {f17ec896-1ead-4647-bac0-69441032d310} <Debug> TCPHandler: Processed in 0.003650828 sec. | ||
| 1762 | 2025.01.25 03:54:01.359713 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1763 | 2025.01.25 03:54:01.359919 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1764 | 2025.01.25 03:54:01.360270 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1765 | 2025.01.25 03:54:01.360320 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1766 | 2025.01.25 03:54:01.360643 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1767 | 2025.01.25 03:54:01.360710 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1768 | 2025.01.25 03:54:01.360861 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1769 | 2025.01.25 03:54:01.361031 [ 297 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1770 | 2025.01.25 03:54:01.361038 [ 299 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1771 | 2025.01.25 03:54:01.361050 [ 295 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1772 | 2025.01.25 03:54:01.361075 [ 296 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1773 | 2025.01.25 03:54:01.361213 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 1774 | 2025.01.25 03:54:01.361243 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1775 | 2025.01.25 03:54:01.361351 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1776 | 2025.01.25 03:54:01.361378 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1777 | 2025.01.25 03:54:01.361420 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1778 | 2025.01.25 03:54:01.361466 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1779 | 2025.01.25 03:54:01.361511 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1780 | 2025.01.25 03:54:01.362915 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003102 sec., 9671.17988394584 rows/sec., 362.35 KiB/sec. | ||
| 1781 | 2025.01.25 03:54:01.363098 [ 259 ] {ba55f79a-a957-41ea-93ba-ded10e08a009} <Debug> TCPHandler: Processed in 0.003447364 sec. | ||
| 1782 | 2025.01.25 03:54:01.442939 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1783 | 2025.01.25 03:54:01.443120 [ 258 ] {78490627-dd2e-42e7-9d45-68c463891ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1784 | 2025.01.25 03:54:01.443197 [ 258 ] {78490627-dd2e-42e7-9d45-68c463891ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1785 | 2025.01.25 03:54:01.444037 [ 258 ] {78490627-dd2e-42e7-9d45-68c463891ee7} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1786 | 2025.01.25 03:54:01.444086 [ 258 ] {78490627-dd2e-42e7-9d45-68c463891ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1787 | 2025.01.25 03:54:01.444618 [ 258 ] {78490627-dd2e-42e7-9d45-68c463891ee7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1788 | 2025.01.25 03:54:01.444847 [ 258 ] {78490627-dd2e-42e7-9d45-68c463891ee7} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1789 | 2025.01.25 03:54:01.445102 [ 258 ] {78490627-dd2e-42e7-9d45-68c463891ee7} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002031 sec., 2954.209748892172 rows/sec., 657.77 KiB/sec. | ||
| 1790 | 2025.01.25 03:54:01.445171 [ 258 ] {78490627-dd2e-42e7-9d45-68c463891ee7} <Debug> TCPHandler: Processed in 0.002334467 sec. | ||
| 1791 | 2025.01.25 03:54:01.445397 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1792 | 2025.01.25 03:54:01.445577 [ 259 ] {821ac4e6-249b-41f0-a87a-30d4fae0c28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1793 | 2025.01.25 03:54:01.445647 [ 259 ] {821ac4e6-249b-41f0-a87a-30d4fae0c28f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1794 | 2025.01.25 03:54:01.447024 [ 259 ] {821ac4e6-249b-41f0-a87a-30d4fae0c28f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1795 | 2025.01.25 03:54:01.447074 [ 259 ] {821ac4e6-249b-41f0-a87a-30d4fae0c28f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1796 | 2025.01.25 03:54:01.447578 [ 259 ] {821ac4e6-249b-41f0-a87a-30d4fae0c28f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1797 | 2025.01.25 03:54:01.447835 [ 259 ] {821ac4e6-249b-41f0-a87a-30d4fae0c28f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1798 | 2025.01.25 03:54:01.448088 [ 259 ] {821ac4e6-249b-41f0-a87a-30d4fae0c28f} <Debug> executeQuery: Read 1212 rows, 102.08 KiB in 0.002555 sec., 474363.99217221135 rows/sec., 39.02 MiB/sec. | ||
| 1799 | 2025.01.25 03:54:01.448167 [ 259 ] {821ac4e6-249b-41f0-a87a-30d4fae0c28f} <Debug> TCPHandler: Processed in 0.002891871 sec. | ||
| 1800 | 2025.01.25 03:54:01.448333 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1801 | 2025.01.25 03:54:01.448481 [ 258 ] {c93189af-a824-452e-9102-2283cb62324c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1802 | 2025.01.25 03:54:01.448544 [ 258 ] {c93189af-a824-452e-9102-2283cb62324c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1803 | 2025.01.25 03:54:01.449258 [ 258 ] {c93189af-a824-452e-9102-2283cb62324c} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1804 | 2025.01.25 03:54:01.449308 [ 258 ] {c93189af-a824-452e-9102-2283cb62324c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1805 | 2025.01.25 03:54:01.449691 [ 258 ] {c93189af-a824-452e-9102-2283cb62324c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1806 | 2025.01.25 03:54:01.449936 [ 258 ] {c93189af-a824-452e-9102-2283cb62324c} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1807 | 2025.01.25 03:54:01.450156 [ 258 ] {c93189af-a824-452e-9102-2283cb62324c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00171 sec., 4678.362573099415 rows/sec., 351.79 KiB/sec. | ||
| 1808 | 2025.01.25 03:54:01.450214 [ 258 ] {c93189af-a824-452e-9102-2283cb62324c} <Debug> TCPHandler: Processed in 0.001950887 sec. | ||
| 1809 | 2025.01.25 03:54:01.450355 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1810 | 2025.01.25 03:54:01.450474 [ 259 ] {5b157837-945b-418a-8b34-b060d2a5c7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1811 | 2025.01.25 03:54:01.450524 [ 259 ] {5b157837-945b-418a-8b34-b060d2a5c7ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1812 | 2025.01.25 03:54:01.451192 [ 259 ] {5b157837-945b-418a-8b34-b060d2a5c7ca} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1813 | 2025.01.25 03:54:01.451231 [ 259 ] {5b157837-945b-418a-8b34-b060d2a5c7ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1814 | 2025.01.25 03:54:01.451598 [ 259 ] {5b157837-945b-418a-8b34-b060d2a5c7ca} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1815 | 2025.01.25 03:54:01.451836 [ 259 ] {5b157837-945b-418a-8b34-b060d2a5c7ca} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1816 | 2025.01.25 03:54:01.452105 [ 259 ] {5b157837-945b-418a-8b34-b060d2a5c7ca} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001639 sec., 139109.21293471628 rows/sec., 9.42 MiB/sec. | ||
| 1817 | 2025.01.25 03:54:01.452192 [ 259 ] {5b157837-945b-418a-8b34-b060d2a5c7ca} <Debug> TCPHandler: Processed in 0.001894216 sec. | ||
| 1818 | 2025.01.25 03:54:01.452343 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1819 | 2025.01.25 03:54:01.452465 [ 258 ] {f2567fdc-2d0e-4fd9-a236-2c8809c663c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1820 | 2025.01.25 03:54:01.452515 [ 258 ] {f2567fdc-2d0e-4fd9-a236-2c8809c663c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1821 | 2025.01.25 03:54:01.453314 [ 258 ] {f2567fdc-2d0e-4fd9-a236-2c8809c663c0} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1822 | 2025.01.25 03:54:01.453355 [ 258 ] {f2567fdc-2d0e-4fd9-a236-2c8809c663c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1823 | 2025.01.25 03:54:01.453737 [ 258 ] {f2567fdc-2d0e-4fd9-a236-2c8809c663c0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1824 | 2025.01.25 03:54:01.453974 [ 258 ] {f2567fdc-2d0e-4fd9-a236-2c8809c663c0} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1825 | 2025.01.25 03:54:01.454171 [ 258 ] {f2567fdc-2d0e-4fd9-a236-2c8809c663c0} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001731 sec., 305025.9965337955 rows/sec., 22.59 MiB/sec. | ||
| 1826 | 2025.01.25 03:54:01.454227 [ 258 ] {f2567fdc-2d0e-4fd9-a236-2c8809c663c0} <Debug> TCPHandler: Processed in 0.001945407 sec. | ||
| 1827 | 2025.01.25 03:54:01.454366 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1828 | 2025.01.25 03:54:01.454482 [ 259 ] {657b065b-87b4-492c-9e53-b99f504b621a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1829 | 2025.01.25 03:54:01.454535 [ 259 ] {657b065b-87b4-492c-9e53-b99f504b621a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1830 | 2025.01.25 03:54:01.455739 [ 259 ] {657b065b-87b4-492c-9e53-b99f504b621a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1831 | 2025.01.25 03:54:01.455773 [ 259 ] {657b065b-87b4-492c-9e53-b99f504b621a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1832 | 2025.01.25 03:54:01.456292 [ 259 ] {657b065b-87b4-492c-9e53-b99f504b621a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1833 | 2025.01.25 03:54:01.456534 [ 259 ] {657b065b-87b4-492c-9e53-b99f504b621a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1834 | 2025.01.25 03:54:01.456712 [ 259 ] {657b065b-87b4-492c-9e53-b99f504b621a} <Debug> executeQuery: Read 2208 rows, 151.22 KiB in 0.002254 sec., 979591.836734694 rows/sec., 65.52 MiB/sec. | ||
| 1835 | 2025.01.25 03:54:01.456763 [ 259 ] {657b065b-87b4-492c-9e53-b99f504b621a} <Debug> TCPHandler: Processed in 0.002452629 sec. | ||
| 1836 | 2025.01.25 03:54:01.456918 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1837 | 2025.01.25 03:54:01.457058 [ 258 ] {c2291266-acb8-4132-a4f6-521a6cdc7733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1838 | 2025.01.25 03:54:01.457152 [ 258 ] {c2291266-acb8-4132-a4f6-521a6cdc7733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1839 | 2025.01.25 03:54:01.458242 [ 258 ] {c2291266-acb8-4132-a4f6-521a6cdc7733} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1840 | 2025.01.25 03:54:01.458282 [ 258 ] {c2291266-acb8-4132-a4f6-521a6cdc7733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1841 | 2025.01.25 03:54:01.458900 [ 258 ] {c2291266-acb8-4132-a4f6-521a6cdc7733} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1842 | 2025.01.25 03:54:01.459170 [ 258 ] {c2291266-acb8-4132-a4f6-521a6cdc7733} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1843 | 2025.01.25 03:54:01.459414 [ 258 ] {c2291266-acb8-4132-a4f6-521a6cdc7733} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002387 sec., 3351.4872224549645 rows/sec., 6.01 MiB/sec. | ||
| 1844 | 2025.01.25 03:54:01.459521 [ 258 ] {c2291266-acb8-4132-a4f6-521a6cdc7733} <Debug> TCPHandler: Processed in 0.002671905 sec. | ||
| 1845 | 2025.01.25 03:54:01.459674 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1846 | 2025.01.25 03:54:01.459812 [ 259 ] {8d520718-147c-40a9-80e1-e65ada291187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1847 | 2025.01.25 03:54:01.459871 [ 259 ] {8d520718-147c-40a9-80e1-e65ada291187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1848 | 2025.01.25 03:54:01.460433 [ 259 ] {8d520718-147c-40a9-80e1-e65ada291187} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1849 | 2025.01.25 03:54:01.460470 [ 259 ] {8d520718-147c-40a9-80e1-e65ada291187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1850 | 2025.01.25 03:54:01.460828 [ 259 ] {8d520718-147c-40a9-80e1-e65ada291187} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1851 | 2025.01.25 03:54:01.461059 [ 259 ] {8d520718-147c-40a9-80e1-e65ada291187} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1852 | 2025.01.25 03:54:01.461256 [ 259 ] {8d520718-147c-40a9-80e1-e65ada291187} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00147 sec., 24489.79591836735 rows/sec., 1.65 MiB/sec. | ||
| 1853 | 2025.01.25 03:54:01.461305 [ 259 ] {8d520718-147c-40a9-80e1-e65ada291187} <Debug> TCPHandler: Processed in 0.001697001 sec. | ||
| 1854 | 2025.01.25 03:54:02.368414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 256 | ||
| 1855 | 2025.01.25 03:54:02.372678 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2025.01.25 03:54:02.372729 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1857 | 2025.01.25 03:54:02.374283 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1858 | 2025.01.25 03:54:02.374588 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1859 | 2025.01.25 03:54:02.375176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 256 | ||
| 1860 | 2025.01.25 03:54:03.754634 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1861 | 2025.01.25 03:54:03.754839 [ 258 ] {aa6ed551-292b-4fcb-a33c-c76add5eb3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1862 | 2025.01.25 03:54:03.754920 [ 258 ] {aa6ed551-292b-4fcb-a33c-c76add5eb3f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1863 | 2025.01.25 03:54:03.755775 [ 258 ] {aa6ed551-292b-4fcb-a33c-c76add5eb3f5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1864 | 2025.01.25 03:54:03.755824 [ 258 ] {aa6ed551-292b-4fcb-a33c-c76add5eb3f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1865 | 2025.01.25 03:54:03.756248 [ 258 ] {aa6ed551-292b-4fcb-a33c-c76add5eb3f5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1866 | 2025.01.25 03:54:03.756500 [ 258 ] {aa6ed551-292b-4fcb-a33c-c76add5eb3f5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1867 | 2025.01.25 03:54:03.756800 [ 258 ] {aa6ed551-292b-4fcb-a33c-c76add5eb3f5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.13 MiB/sec. | ||
| 1868 | 2025.01.25 03:54:03.756953 [ 258 ] {aa6ed551-292b-4fcb-a33c-c76add5eb3f5} <Debug> TCPHandler: Processed in 0.002452639 sec. | ||
| 1869 | 2025.01.25 03:54:03.757280 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1870 | 2025.01.25 03:54:03.757564 [ 259 ] {cf22171f-0a26-4edc-ab75-9cfbf0e2a85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1871 | 2025.01.25 03:54:03.757639 [ 259 ] {cf22171f-0a26-4edc-ab75-9cfbf0e2a85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1872 | 2025.01.25 03:54:03.758421 [ 259 ] {cf22171f-0a26-4edc-ab75-9cfbf0e2a85f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1873 | 2025.01.25 03:54:03.758465 [ 259 ] {cf22171f-0a26-4edc-ab75-9cfbf0e2a85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1874 | 2025.01.25 03:54:03.758916 [ 259 ] {cf22171f-0a26-4edc-ab75-9cfbf0e2a85f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1875 | 2025.01.25 03:54:03.759181 [ 259 ] {cf22171f-0a26-4edc-ab75-9cfbf0e2a85f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1876 | 2025.01.25 03:54:03.759385 [ 259 ] {cf22171f-0a26-4edc-ab75-9cfbf0e2a85f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001876 sec., 34115.13859275053 rows/sec., 2.66 MiB/sec. | ||
| 1877 | 2025.01.25 03:54:03.759449 [ 259 ] {cf22171f-0a26-4edc-ab75-9cfbf0e2a85f} <Debug> TCPHandler: Processed in 0.002365338 sec. | ||
| 1878 | 2025.01.25 03:54:03.759667 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1879 | 2025.01.25 03:54:03.759901 [ 258 ] {2cecbd72-639d-4788-85d8-ae0a3dc6f27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1880 | 2025.01.25 03:54:03.760002 [ 258 ] {2cecbd72-639d-4788-85d8-ae0a3dc6f27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1881 | 2025.01.25 03:54:03.760771 [ 258 ] {2cecbd72-639d-4788-85d8-ae0a3dc6f27b} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1882 | 2025.01.25 03:54:03.760812 [ 258 ] {2cecbd72-639d-4788-85d8-ae0a3dc6f27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1883 | 2025.01.25 03:54:03.761201 [ 258 ] {2cecbd72-639d-4788-85d8-ae0a3dc6f27b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1884 | 2025.01.25 03:54:03.761440 [ 258 ] {2cecbd72-639d-4788-85d8-ae0a3dc6f27b} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1885 | 2025.01.25 03:54:03.761683 [ 258 ] {2cecbd72-639d-4788-85d8-ae0a3dc6f27b} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001843 sec., 34725.99023331525 rows/sec., 2.42 MiB/sec. | ||
| 1886 | 2025.01.25 03:54:03.761742 [ 258 ] {2cecbd72-639d-4788-85d8-ae0a3dc6f27b} <Debug> TCPHandler: Processed in 0.002189923 sec. | ||
| 1887 | 2025.01.25 03:54:03.761950 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1888 | 2025.01.25 03:54:03.762184 [ 259 ] {20a217c7-5967-4ac4-be6e-31b169e2b5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1889 | 2025.01.25 03:54:03.762284 [ 259 ] {20a217c7-5967-4ac4-be6e-31b169e2b5ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1890 | 2025.01.25 03:54:03.762877 [ 259 ] {20a217c7-5967-4ac4-be6e-31b169e2b5ba} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1891 | 2025.01.25 03:54:03.762913 [ 259 ] {20a217c7-5967-4ac4-be6e-31b169e2b5ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1892 | 2025.01.25 03:54:03.763298 [ 259 ] {20a217c7-5967-4ac4-be6e-31b169e2b5ba} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1893 | 2025.01.25 03:54:03.763537 [ 259 ] {20a217c7-5967-4ac4-be6e-31b169e2b5ba} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1894 | 2025.01.25 03:54:03.763717 [ 259 ] {20a217c7-5967-4ac4-be6e-31b169e2b5ba} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001598 sec., 15018.773466833542 rows/sec., 1.01 MiB/sec. | ||
| 1895 | 2025.01.25 03:54:03.763768 [ 259 ] {20a217c7-5967-4ac4-be6e-31b169e2b5ba} <Debug> TCPHandler: Processed in 0.001932076 sec. | ||
| 1896 | 2025.01.25 03:54:04.868819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1897 | 2025.01.25 03:54:04.869442 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1898 | 2025.01.25 03:54:04.869497 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1899 | 2025.01.25 03:54:04.870041 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1900 | 2025.01.25 03:54:04.870298 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1901 | 2025.01.25 03:54:04.870538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1902 | 2025.01.25 03:54:05.076045 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1903 | 2025.01.25 03:54:05.095149 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1904 | 2025.01.25 03:54:05.095216 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1905 | 2025.01.25 03:54:05.102495 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1906 | 2025.01.25 03:54:05.103264 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1907 | 2025.01.25 03:54:05.106130 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1908 | 2025.01.25 03:54:06.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.12 MiB, peak 170.06 MiB, free memory in arenas 0.00 B, will set to 166.77 MiB (RSS), difference: 1.65 MiB | ||
| 1909 | 2025.01.25 03:54:08.763652 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1910 | 2025.01.25 03:54:08.763873 [ 258 ] {414ce9ad-1588-42ee-8430-abd8f63111cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1911 | 2025.01.25 03:54:08.763953 [ 258 ] {414ce9ad-1588-42ee-8430-abd8f63111cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1912 | 2025.01.25 03:54:08.764735 [ 258 ] {414ce9ad-1588-42ee-8430-abd8f63111cc} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1913 | 2025.01.25 03:54:08.764786 [ 258 ] {414ce9ad-1588-42ee-8430-abd8f63111cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1914 | 2025.01.25 03:54:08.765201 [ 258 ] {414ce9ad-1588-42ee-8430-abd8f63111cc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1915 | 2025.01.25 03:54:08.765454 [ 258 ] {414ce9ad-1588-42ee-8430-abd8f63111cc} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1916 | 2025.01.25 03:54:08.765673 [ 258 ] {414ce9ad-1588-42ee-8430-abd8f63111cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec. | ||
| 1917 | 2025.01.25 03:54:08.765728 [ 258 ] {414ce9ad-1588-42ee-8430-abd8f63111cc} <Debug> TCPHandler: Processed in 0.002214154 sec. | ||
| 1918 | 2025.01.25 03:54:08.765993 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1919 | 2025.01.25 03:54:08.766216 [ 259 ] {31d7dc98-f945-4e14-9f4f-72c068eced36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1920 | 2025.01.25 03:54:08.766299 [ 259 ] {31d7dc98-f945-4e14-9f4f-72c068eced36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1921 | 2025.01.25 03:54:08.767192 [ 259 ] {31d7dc98-f945-4e14-9f4f-72c068eced36} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1922 | 2025.01.25 03:54:08.767246 [ 259 ] {31d7dc98-f945-4e14-9f4f-72c068eced36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1923 | 2025.01.25 03:54:08.767709 [ 259 ] {31d7dc98-f945-4e14-9f4f-72c068eced36} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1924 | 2025.01.25 03:54:08.767962 [ 259 ] {31d7dc98-f945-4e14-9f4f-72c068eced36} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1925 | 2025.01.25 03:54:08.768203 [ 259 ] {31d7dc98-f945-4e14-9f4f-72c068eced36} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002051 sec., 98976.10921501707 rows/sec., 8.55 MiB/sec. | ||
| 1926 | 2025.01.25 03:54:08.768270 [ 259 ] {31d7dc98-f945-4e14-9f4f-72c068eced36} <Debug> TCPHandler: Processed in 0.002424739 sec. | ||
| 1927 | 2025.01.25 03:54:08.768423 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1928 | 2025.01.25 03:54:08.768563 [ 258 ] {4aeb6d04-be20-4122-a406-e2aa8598f032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1929 | 2025.01.25 03:54:08.768623 [ 258 ] {4aeb6d04-be20-4122-a406-e2aa8598f032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1930 | 2025.01.25 03:54:08.769291 [ 258 ] {4aeb6d04-be20-4122-a406-e2aa8598f032} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1931 | 2025.01.25 03:54:08.769344 [ 258 ] {4aeb6d04-be20-4122-a406-e2aa8598f032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1932 | 2025.01.25 03:54:08.769732 [ 258 ] {4aeb6d04-be20-4122-a406-e2aa8598f032} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1933 | 2025.01.25 03:54:08.769961 [ 258 ] {4aeb6d04-be20-4122-a406-e2aa8598f032} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1934 | 2025.01.25 03:54:08.770180 [ 258 ] {4aeb6d04-be20-4122-a406-e2aa8598f032} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001648 sec., 4247.572815533981 rows/sec., 276.73 KiB/sec. | ||
| 1935 | 2025.01.25 03:54:08.770230 [ 258 ] {4aeb6d04-be20-4122-a406-e2aa8598f032} <Debug> TCPHandler: Processed in 0.001877236 sec. | ||
| 1936 | 2025.01.25 03:54:08.770367 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1937 | 2025.01.25 03:54:08.770496 [ 259 ] {e051931b-d4a7-4679-b90e-15aead63b16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1938 | 2025.01.25 03:54:08.770549 [ 259 ] {e051931b-d4a7-4679-b90e-15aead63b16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1939 | 2025.01.25 03:54:08.771303 [ 259 ] {e051931b-d4a7-4679-b90e-15aead63b16f} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1940 | 2025.01.25 03:54:08.771355 [ 259 ] {e051931b-d4a7-4679-b90e-15aead63b16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1941 | 2025.01.25 03:54:08.771754 [ 259 ] {e051931b-d4a7-4679-b90e-15aead63b16f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1942 | 2025.01.25 03:54:08.772007 [ 259 ] {e051931b-d4a7-4679-b90e-15aead63b16f} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1943 | 2025.01.25 03:54:08.772224 [ 259 ] {e051931b-d4a7-4679-b90e-15aead63b16f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001758 sec., 7963.5949943117175 rows/sec., 557.72 KiB/sec. | ||
| 1944 | 2025.01.25 03:54:08.772279 [ 259 ] {e051931b-d4a7-4679-b90e-15aead63b16f} <Debug> TCPHandler: Processed in 0.001974557 sec. | ||
| 1945 | 2025.01.25 03:54:08.772444 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1946 | 2025.01.25 03:54:08.772563 [ 258 ] {61062a07-6f04-4c7e-b014-49f0d3763bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1947 | 2025.01.25 03:54:08.772610 [ 258 ] {61062a07-6f04-4c7e-b014-49f0d3763bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1948 | 2025.01.25 03:54:08.773191 [ 258 ] {61062a07-6f04-4c7e-b014-49f0d3763bf3} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1949 | 2025.01.25 03:54:08.773231 [ 258 ] {61062a07-6f04-4c7e-b014-49f0d3763bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1950 | 2025.01.25 03:54:08.773574 [ 258 ] {61062a07-6f04-4c7e-b014-49f0d3763bf3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1951 | 2025.01.25 03:54:08.773806 [ 258 ] {61062a07-6f04-4c7e-b014-49f0d3763bf3} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1952 | 2025.01.25 03:54:08.774079 [ 258 ] {61062a07-6f04-4c7e-b014-49f0d3763bf3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001522 sec., 8541.392904073587 rows/sec., 532.55 KiB/sec. | ||
| 1953 | 2025.01.25 03:54:08.774154 [ 258 ] {61062a07-6f04-4c7e-b014-49f0d3763bf3} <Debug> TCPHandler: Processed in 0.001768713 sec. | ||
| 1954 | 2025.01.25 03:54:08.774309 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1955 | 2025.01.25 03:54:08.774433 [ 259 ] {e1dd1ab4-db00-4306-951f-bca69d976e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1956 | 2025.01.25 03:54:08.774484 [ 259 ] {e1dd1ab4-db00-4306-951f-bca69d976e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1957 | 2025.01.25 03:54:08.775221 [ 259 ] {e1dd1ab4-db00-4306-951f-bca69d976e24} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1958 | 2025.01.25 03:54:08.775262 [ 259 ] {e1dd1ab4-db00-4306-951f-bca69d976e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1959 | 2025.01.25 03:54:08.775660 [ 259 ] {e1dd1ab4-db00-4306-951f-bca69d976e24} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1960 | 2025.01.25 03:54:08.775897 [ 259 ] {e1dd1ab4-db00-4306-951f-bca69d976e24} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1961 | 2025.01.25 03:54:08.776159 [ 259 ] {e1dd1ab4-db00-4306-951f-bca69d976e24} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001749 sec., 218410.52029731276 rows/sec., 15.46 MiB/sec. | ||
| 1962 | 2025.01.25 03:54:08.776320 [ 259 ] {e1dd1ab4-db00-4306-951f-bca69d976e24} <Debug> TCPHandler: Processed in 0.00207056 sec. | ||
| 1963 | 2025.01.25 03:54:08.776472 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1964 | 2025.01.25 03:54:08.776591 [ 258 ] {c172aa76-a17f-4519-ab91-a416ce844f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1965 | 2025.01.25 03:54:08.776651 [ 258 ] {c172aa76-a17f-4519-ab91-a416ce844f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1966 | 2025.01.25 03:54:08.777198 [ 258 ] {c172aa76-a17f-4519-ab91-a416ce844f7b} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1967 | 2025.01.25 03:54:08.777243 [ 258 ] {c172aa76-a17f-4519-ab91-a416ce844f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1968 | 2025.01.25 03:54:08.777652 [ 258 ] {c172aa76-a17f-4519-ab91-a416ce844f7b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1969 | 2025.01.25 03:54:08.777885 [ 258 ] {c172aa76-a17f-4519-ab91-a416ce844f7b} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1970 | 2025.01.25 03:54:08.778083 [ 258 ] {c172aa76-a17f-4519-ab91-a416ce844f7b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec. | ||
| 1971 | 2025.01.25 03:54:08.778142 [ 258 ] {c172aa76-a17f-4519-ab91-a416ce844f7b} <Debug> TCPHandler: Processed in 0.001726612 sec. | ||
| 1972 | 2025.01.25 03:54:08.778282 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1973 | 2025.01.25 03:54:08.778402 [ 259 ] {6bf3ff8c-7780-4d71-9ee7-5e958c467062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1974 | 2025.01.25 03:54:08.778457 [ 259 ] {6bf3ff8c-7780-4d71-9ee7-5e958c467062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1975 | 2025.01.25 03:54:08.779057 [ 259 ] {6bf3ff8c-7780-4d71-9ee7-5e958c467062} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1976 | 2025.01.25 03:54:08.779097 [ 259 ] {6bf3ff8c-7780-4d71-9ee7-5e958c467062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1977 | 2025.01.25 03:54:08.779492 [ 259 ] {6bf3ff8c-7780-4d71-9ee7-5e958c467062} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1978 | 2025.01.25 03:54:08.779729 [ 259 ] {6bf3ff8c-7780-4d71-9ee7-5e958c467062} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1979 | 2025.01.25 03:54:08.779926 [ 259 ] {6bf3ff8c-7780-4d71-9ee7-5e958c467062} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001539 sec., 153996.10136452242 rows/sec., 10.32 MiB/sec. | ||
| 1980 | 2025.01.25 03:54:08.780113 [ 259 ] {6bf3ff8c-7780-4d71-9ee7-5e958c467062} <Debug> TCPHandler: Processed in 0.001884465 sec. | ||
| 1981 | 2025.01.25 03:54:08.780273 [ 258 ] {} <Trace> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1982 | 2025.01.25 03:54:08.780414 [ 258 ] {99d433ff-b7c2-400c-a3ef-158738f565ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54392) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1983 | 2025.01.25 03:54:08.780473 [ 258 ] {99d433ff-b7c2-400c-a3ef-158738f565ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1984 | 2025.01.25 03:54:08.780960 [ 258 ] {99d433ff-b7c2-400c-a3ef-158738f565ab} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1985 | 2025.01.25 03:54:08.780999 [ 258 ] {99d433ff-b7c2-400c-a3ef-158738f565ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1986 | 2025.01.25 03:54:08.781356 [ 258 ] {99d433ff-b7c2-400c-a3ef-158738f565ab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1987 | 2025.01.25 03:54:08.781586 [ 258 ] {99d433ff-b7c2-400c-a3ef-158738f565ab} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1988 | 2025.01.25 03:54:08.781816 [ 258 ] {99d433ff-b7c2-400c-a3ef-158738f565ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 1989 | 2025.01.25 03:54:08.781871 [ 258 ] {99d433ff-b7c2-400c-a3ef-158738f565ab} <Debug> TCPHandler: Processed in 0.00166511 sec. | ||
| 1990 | 2025.01.25 03:54:08.782025 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1991 | 2025.01.25 03:54:08.782165 [ 259 ] {f7c8be6b-c5bb-452e-8707-79df06f0d9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1992 | 2025.01.25 03:54:08.782223 [ 259 ] {f7c8be6b-c5bb-452e-8707-79df06f0d9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1993 | 2025.01.25 03:54:08.782756 [ 259 ] {f7c8be6b-c5bb-452e-8707-79df06f0d9c2} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1994 | 2025.01.25 03:54:08.782794 [ 259 ] {f7c8be6b-c5bb-452e-8707-79df06f0d9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 1995 | 2025.01.25 03:54:08.783154 [ 259 ] {f7c8be6b-c5bb-452e-8707-79df06f0d9c2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1996 | 2025.01.25 03:54:08.783399 [ 259 ] {f7c8be6b-c5bb-452e-8707-79df06f0d9c2} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1997 | 2025.01.25 03:54:08.783569 [ 259 ] {f7c8be6b-c5bb-452e-8707-79df06f0d9c2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec. | ||
| 1998 | 2025.01.25 03:54:08.783619 [ 259 ] {f7c8be6b-c5bb-452e-8707-79df06f0d9c2} <Debug> TCPHandler: Processed in 0.001660001 sec. | ||
| 1999 | 2025.01.25 03:54:12.142574 [ 52 ] {} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2000 | 2025.01.25 03:54:12.142657 [ 52 ] {} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2001 | 2025.01.25 03:54:12.142681 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2002 | 2025.01.25 03:54:12.142855 [ 193 ] {77314207-6d1d-4abb-8898-e52572804836::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 | ||
| 2003 | 2025.01.25 03:54:12.143213 [ 193 ] {77314207-6d1d-4abb-8898-e52572804836::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2004 | 2025.01.25 03:54:12.143257 [ 193 ] {77314207-6d1d-4abb-8898-e52572804836::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 | ||
| 2005 | 2025.01.25 03:54:12.143353 [ 193 ] {77314207-6d1d-4abb-8898-e52572804836::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 | ||
| 2006 | 2025.01.25 03:54:12.143492 [ 193 ] {77314207-6d1d-4abb-8898-e52572804836::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 2007 | 2025.01.25 03:54:12.143630 [ 193 ] {77314207-6d1d-4abb-8898-e52572804836::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 2008 | 2025.01.25 03:54:12.143777 [ 193 ] {77314207-6d1d-4abb-8898-e52572804836::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2009 | 2025.01.25 03:54:12.146013 [ 196 ] {77314207-6d1d-4abb-8898-e52572804836::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 6 columns (6 merged, 0 gathered) in 0.003265489 sec., 11330.615414720429 rows/sec., 1.94 MiB/sec. | ||
| 2010 | 2025.01.25 03:54:12.146227 [ 196 ] {77314207-6d1d-4abb-8898-e52572804836::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2011 | 2025.01.25 03:54:12.146700 [ 196 ] {77314207-6d1d-4abb-8898-e52572804836::all_1_5_1} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2012 | 2025.01.25 03:54:12.146792 [ 196 ] {77314207-6d1d-4abb-8898-e52572804836::all_1_5_1} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2013 | 2025.01.25 03:54:12.146895 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2014 | 2025.01.25 03:54:12.309785 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2015 | 2025.01.25 03:54:12.309820 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2016 | 2025.01.25 03:54:12.371599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 2017 | 2025.01.25 03:54:12.372223 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2018 | 2025.01.25 03:54:12.372262 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2019 | 2025.01.25 03:54:12.372870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2020 | 2025.01.25 03:54:12.373122 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2021 | 2025.01.25 03:54:12.373408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 2022 | 2025.01.25 03:54:12.376537 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 284 | ||
| 2023 | 2025.01.25 03:54:12.379423 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2024 | 2025.01.25 03:54:12.379471 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2025 | 2025.01.25 03:54:12.380970 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2026 | 2025.01.25 03:54:12.381281 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2027 | 2025.01.25 03:54:12.381829 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 2028 | 2025.01.25 03:54:12.607158 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 2029 | 2025.01.25 03:54:12.627718 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2030 | 2025.01.25 03:54:12.627786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2031 | 2025.01.25 03:54:12.634887 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2032 | 2025.01.25 03:54:12.635698 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2033 | 2025.01.25 03:54:12.638529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 2034 | 2025.01.25 03:54:13.514032 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 2035 | 2025.01.25 03:54:13.514134 [ 258 ] {} <Debug> TCP-Session: bd0fa122-669b-4935-9c46-402302cf8a66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2036 | 2025.01.25 03:54:13.759578 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2037 | 2025.01.25 03:54:13.759915 [ 259 ] {5f261a2a-00c8-49b7-b9bc-6edc31246d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2038 | 2025.01.25 03:54:13.759989 [ 259 ] {5f261a2a-00c8-49b7-b9bc-6edc31246d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2039 | 2025.01.25 03:54:13.760747 [ 259 ] {5f261a2a-00c8-49b7-b9bc-6edc31246d17} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2025.01.25 03:54:13.760795 [ 259 ] {5f261a2a-00c8-49b7-b9bc-6edc31246d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2041 | 2025.01.25 03:54:13.761227 [ 259 ] {5f261a2a-00c8-49b7-b9bc-6edc31246d17} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2042 | 2025.01.25 03:54:13.761486 [ 259 ] {5f261a2a-00c8-49b7-b9bc-6edc31246d17} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2025.01.25 03:54:13.761795 [ 259 ] {5f261a2a-00c8-49b7-b9bc-6edc31246d17} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.00193 sec., 37305.69948186528 rows/sec., 3.02 MiB/sec. | ||
| 2044 | 2025.01.25 03:54:13.762211 [ 259 ] {5f261a2a-00c8-49b7-b9bc-6edc31246d17} <Debug> TCPHandler: Processed in 0.002816578 sec. | ||
| 2045 | 2025.01.25 03:54:13.762504 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2046 | 2025.01.25 03:54:13.762717 [ 260 ] {58c526ad-26cb-479a-9253-7d40590d721a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2047 | 2025.01.25 03:54:13.762819 [ 260 ] {58c526ad-26cb-479a-9253-7d40590d721a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2048 | 2025.01.25 03:54:13.763576 [ 260 ] {58c526ad-26cb-479a-9253-7d40590d721a} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2049 | 2025.01.25 03:54:13.763621 [ 260 ] {58c526ad-26cb-479a-9253-7d40590d721a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2050 | 2025.01.25 03:54:13.764044 [ 260 ] {58c526ad-26cb-479a-9253-7d40590d721a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2051 | 2025.01.25 03:54:13.764303 [ 260 ] {58c526ad-26cb-479a-9253-7d40590d721a} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2052 | 2025.01.25 03:54:13.764478 [ 49 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2053 | 2025.01.25 03:54:13.764560 [ 260 ] {58c526ad-26cb-479a-9253-7d40590d721a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001895 sec., 4221.6358839050135 rows/sec., 317.45 KiB/sec. | ||
| 2054 | 2025.01.25 03:54:13.764567 [ 49 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2055 | 2025.01.25 03:54:13.764645 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2056 | 2025.01.25 03:54:13.764699 [ 260 ] {58c526ad-26cb-479a-9253-7d40590d721a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2057 | 2025.01.25 03:54:13.764735 [ 260 ] {58c526ad-26cb-479a-9253-7d40590d721a} <Debug> TCPHandler: Processed in 0.002387118 sec. | ||
| 2058 | 2025.01.25 03:54:13.765129 [ 196 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2059 | 2025.01.25 03:54:13.765197 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2060 | 2025.01.25 03:54:13.765406 [ 196 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2061 | 2025.01.25 03:54:13.765457 [ 259 ] {5371098b-9719-467e-b105-d89ca3af4d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2062 | 2025.01.25 03:54:13.765481 [ 196 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2063 | 2025.01.25 03:54:13.765542 [ 259 ] {5371098b-9719-467e-b105-d89ca3af4d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2064 | 2025.01.25 03:54:13.765805 [ 196 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2065 | 2025.01.25 03:54:13.766154 [ 196 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2066 | 2025.01.25 03:54:13.766440 [ 196 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2067 | 2025.01.25 03:54:13.766715 [ 196 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2068 | 2025.01.25 03:54:13.766998 [ 196 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2069 | 2025.01.25 03:54:13.768747 [ 259 ] {5371098b-9719-467e-b105-d89ca3af4d42} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2070 | 2025.01.25 03:54:13.768838 [ 259 ] {5371098b-9719-467e-b105-d89ca3af4d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2071 | 2025.01.25 03:54:13.769925 [ 259 ] {5371098b-9719-467e-b105-d89ca3af4d42} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2072 | 2025.01.25 03:54:13.770028 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.005273378 sec., 8723.061384941493 rows/sec., 663.34 KiB/sec. | ||
| 2073 | 2025.01.25 03:54:13.770179 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2074 | 2025.01.25 03:54:13.770285 [ 259 ] {5371098b-9719-467e-b105-d89ca3af4d42} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2075 | 2025.01.25 03:54:13.770592 [ 259 ] {5371098b-9719-467e-b105-d89ca3af4d42} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005209 sec., 13822.230754463428 rows/sec., 1.08 MiB/sec. | ||
| 2076 | 2025.01.25 03:54:13.770624 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_6_1} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2077 | 2025.01.25 03:54:13.770698 [ 259 ] {5371098b-9719-467e-b105-d89ca3af4d42} <Debug> TCPHandler: Processed in 0.005855782 sec. | ||
| 2078 | 2025.01.25 03:54:13.770756 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_6_1} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2079 | 2025.01.25 03:54:13.770856 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2080 | 2025.01.25 03:54:13.770928 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2081 | 2025.01.25 03:54:13.771067 [ 260 ] {3b2c6dd0-2e15-4620-88ec-e6df3d597ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2082 | 2025.01.25 03:54:13.771133 [ 260 ] {3b2c6dd0-2e15-4620-88ec-e6df3d597ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2083 | 2025.01.25 03:54:13.771859 [ 260 ] {3b2c6dd0-2e15-4620-88ec-e6df3d597ff9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2084 | 2025.01.25 03:54:13.771899 [ 260 ] {3b2c6dd0-2e15-4620-88ec-e6df3d597ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2085 | 2025.01.25 03:54:13.772302 [ 260 ] {3b2c6dd0-2e15-4620-88ec-e6df3d597ff9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2086 | 2025.01.25 03:54:13.772541 [ 260 ] {3b2c6dd0-2e15-4620-88ec-e6df3d597ff9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2087 | 2025.01.25 03:54:13.772832 [ 260 ] {3b2c6dd0-2e15-4620-88ec-e6df3d597ff9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec. | ||
| 2088 | 2025.01.25 03:54:13.772894 [ 260 ] {3b2c6dd0-2e15-4620-88ec-e6df3d597ff9} <Debug> TCPHandler: Processed in 0.00205219 sec. | ||
| 2089 | 2025.01.25 03:54:13.773054 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2090 | 2025.01.25 03:54:13.773198 [ 259 ] {bed4520e-47e6-44df-9e16-2fa85b34231d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2091 | 2025.01.25 03:54:13.773294 [ 259 ] {bed4520e-47e6-44df-9e16-2fa85b34231d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2092 | 2025.01.25 03:54:13.774493 [ 259 ] {bed4520e-47e6-44df-9e16-2fa85b34231d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2093 | 2025.01.25 03:54:13.774532 [ 259 ] {bed4520e-47e6-44df-9e16-2fa85b34231d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2094 | 2025.01.25 03:54:13.775174 [ 259 ] {bed4520e-47e6-44df-9e16-2fa85b34231d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2095 | 2025.01.25 03:54:13.775442 [ 259 ] {bed4520e-47e6-44df-9e16-2fa85b34231d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2025.01.25 03:54:13.775780 [ 259 ] {bed4520e-47e6-44df-9e16-2fa85b34231d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002617 sec., 3056.9354222392053 rows/sec., 5.48 MiB/sec. | ||
| 2097 | 2025.01.25 03:54:13.775886 [ 259 ] {bed4520e-47e6-44df-9e16-2fa85b34231d} <Debug> TCPHandler: Processed in 0.00290185 sec. | ||
| 2098 | 2025.01.25 03:54:13.776094 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2025.01.25 03:54:13.776234 [ 260 ] {8d64d456-01ca-47f4-9579-375dedd4f564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2100 | 2025.01.25 03:54:13.776292 [ 260 ] {8d64d456-01ca-47f4-9579-375dedd4f564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2101 | 2025.01.25 03:54:13.776871 [ 260 ] {8d64d456-01ca-47f4-9579-375dedd4f564} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2102 | 2025.01.25 03:54:13.776908 [ 260 ] {8d64d456-01ca-47f4-9579-375dedd4f564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2103 | 2025.01.25 03:54:13.777287 [ 260 ] {8d64d456-01ca-47f4-9579-375dedd4f564} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2104 | 2025.01.25 03:54:13.777519 [ 260 ] {8d64d456-01ca-47f4-9579-375dedd4f564} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2105 | 2025.01.25 03:54:13.777832 [ 260 ] {8d64d456-01ca-47f4-9579-375dedd4f564} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec. | ||
| 2106 | 2025.01.25 03:54:13.778215 [ 260 ] {8d64d456-01ca-47f4-9579-375dedd4f564} <Debug> TCPHandler: Processed in 0.002182643 sec. | ||
| 2107 | 2025.01.25 03:54:18.763635 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2108 | 2025.01.25 03:54:18.763866 [ 259 ] {2c905c65-0ed3-4334-9630-2660830310b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2109 | 2025.01.25 03:54:18.763945 [ 259 ] {2c905c65-0ed3-4334-9630-2660830310b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2110 | 2025.01.25 03:54:18.764704 [ 259 ] {2c905c65-0ed3-4334-9630-2660830310b8} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2111 | 2025.01.25 03:54:18.764758 [ 259 ] {2c905c65-0ed3-4334-9630-2660830310b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2112 | 2025.01.25 03:54:18.765197 [ 259 ] {2c905c65-0ed3-4334-9630-2660830310b8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2113 | 2025.01.25 03:54:18.765450 [ 259 ] {2c905c65-0ed3-4334-9630-2660830310b8} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.01.25 03:54:18.765689 [ 259 ] {2c905c65-0ed3-4334-9630-2660830310b8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001882 sec., 7438.894792773645 rows/sec., 535.50 KiB/sec. | ||
| 2115 | 2025.01.25 03:54:18.765757 [ 259 ] {2c905c65-0ed3-4334-9630-2660830310b8} <Debug> TCPHandler: Processed in 0.002269025 sec. | ||
| 2116 | 2025.01.25 03:54:18.766018 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2117 | 2025.01.25 03:54:18.766239 [ 260 ] {40aa7f15-887c-4300-8889-549767f3ab34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2118 | 2025.01.25 03:54:18.766322 [ 260 ] {40aa7f15-887c-4300-8889-549767f3ab34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2119 | 2025.01.25 03:54:18.767228 [ 260 ] {40aa7f15-887c-4300-8889-549767f3ab34} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2025.01.25 03:54:18.767279 [ 260 ] {40aa7f15-887c-4300-8889-549767f3ab34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2121 | 2025.01.25 03:54:18.767724 [ 260 ] {40aa7f15-887c-4300-8889-549767f3ab34} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2122 | 2025.01.25 03:54:18.767970 [ 260 ] {40aa7f15-887c-4300-8889-549767f3ab34} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2123 | 2025.01.25 03:54:18.768163 [ 43 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2124 | 2025.01.25 03:54:18.768232 [ 260 ] {40aa7f15-887c-4300-8889-549767f3ab34} <Debug> executeQuery: Read 203 rows, 17.95 KiB in 0.002054 sec., 98831.54819863681 rows/sec., 8.53 MiB/sec. | ||
| 2125 | 2025.01.25 03:54:18.768250 [ 43 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2126 | 2025.01.25 03:54:18.768320 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2127 | 2025.01.25 03:54:18.768354 [ 260 ] {40aa7f15-887c-4300-8889-549767f3ab34} <Debug> TCPHandler: Processed in 0.0024816 sec. | ||
| 2128 | 2025.01.25 03:54:18.768544 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2129 | 2025.01.25 03:54:18.768545 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 2130 | 2025.01.25 03:54:18.768729 [ 259 ] {f75472ed-8cd1-461d-af46-0658f68c4b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2131 | 2025.01.25 03:54:18.768734 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2132 | 2025.01.25 03:54:18.768783 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part | ||
| 2133 | 2025.01.25 03:54:18.768796 [ 259 ] {f75472ed-8cd1-461d-af46-0658f68c4b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2134 | 2025.01.25 03:54:18.769023 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1212 rows starting from the beginning of the part | ||
| 2135 | 2025.01.25 03:54:18.769380 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2136 | 2025.01.25 03:54:18.769757 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 203 rows starting from the beginning of the part | ||
| 2137 | 2025.01.25 03:54:18.770124 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
| 2138 | 2025.01.25 03:54:18.770434 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 203 rows starting from the beginning of the part | ||
| 2139 | 2025.01.25 03:54:18.771316 [ 259 ] {f75472ed-8cd1-461d-af46-0658f68c4b01} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2025.01.25 03:54:18.771358 [ 259 ] {f75472ed-8cd1-461d-af46-0658f68c4b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2141 | 2025.01.25 03:54:18.771888 [ 259 ] {f75472ed-8cd1-461d-af46-0658f68c4b01} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2142 | 2025.01.25 03:54:18.772182 [ 259 ] {f75472ed-8cd1-461d-af46-0658f68c4b01} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2143 | 2025.01.25 03:54:18.772502 [ 259 ] {f75472ed-8cd1-461d-af46-0658f68c4b01} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003818 sec., 1833.4206390780512 rows/sec., 119.45 KiB/sec. | ||
| 2144 | 2025.01.25 03:54:18.772629 [ 259 ] {f75472ed-8cd1-461d-af46-0658f68c4b01} <Debug> TCPHandler: Processed in 0.004178721 sec. | ||
| 2145 | 2025.01.25 03:54:18.772653 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.004201652 sec., 467673.1914018581 rows/sec., 40.80 MiB/sec. | ||
| 2146 | 2025.01.25 03:54:18.772809 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2147 | 2025.01.25 03:54:18.772956 [ 260 ] {09752718-91bf-450e-a752-959663475d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2148 | 2025.01.25 03:54:18.772963 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2149 | 2025.01.25 03:54:18.773050 [ 260 ] {09752718-91bf-450e-a752-959663475d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2150 | 2025.01.25 03:54:18.773631 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2151 | 2025.01.25 03:54:18.773816 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_11_2} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2152 | 2025.01.25 03:54:18.773984 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2153 | 2025.01.25 03:54:18.774206 [ 260 ] {09752718-91bf-450e-a752-959663475d0c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2025.01.25 03:54:18.774252 [ 260 ] {09752718-91bf-450e-a752-959663475d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2155 | 2025.01.25 03:54:18.774610 [ 260 ] {09752718-91bf-450e-a752-959663475d0c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2156 | 2025.01.25 03:54:18.774846 [ 260 ] {09752718-91bf-450e-a752-959663475d0c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2025.01.25 03:54:18.775058 [ 260 ] {09752718-91bf-450e-a752-959663475d0c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00214 sec., 6542.056074766355 rows/sec., 458.16 KiB/sec. | ||
| 2158 | 2025.01.25 03:54:18.775117 [ 260 ] {09752718-91bf-450e-a752-959663475d0c} <Debug> TCPHandler: Processed in 0.002375917 sec. | ||
| 2159 | 2025.01.25 03:54:18.775297 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2160 | 2025.01.25 03:54:18.775441 [ 259 ] {11c28f9f-f545-4ddc-9306-898f43dc16f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2161 | 2025.01.25 03:54:18.775501 [ 259 ] {11c28f9f-f545-4ddc-9306-898f43dc16f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2162 | 2025.01.25 03:54:18.776156 [ 259 ] {11c28f9f-f545-4ddc-9306-898f43dc16f6} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2163 | 2025.01.25 03:54:18.776197 [ 259 ] {11c28f9f-f545-4ddc-9306-898f43dc16f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2164 | 2025.01.25 03:54:18.776548 [ 259 ] {11c28f9f-f545-4ddc-9306-898f43dc16f6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2165 | 2025.01.25 03:54:18.776789 [ 259 ] {11c28f9f-f545-4ddc-9306-898f43dc16f6} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2166 | 2025.01.25 03:54:18.777005 [ 259 ] {11c28f9f-f545-4ddc-9306-898f43dc16f6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 2167 | 2025.01.25 03:54:18.777060 [ 259 ] {11c28f9f-f545-4ddc-9306-898f43dc16f6} <Debug> TCPHandler: Processed in 0.001835035 sec. | ||
| 2168 | 2025.01.25 03:54:18.777225 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2169 | 2025.01.25 03:54:18.777365 [ 260 ] {55db4173-6685-41cf-9f3e-64f2ebb4af80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2170 | 2025.01.25 03:54:18.777423 [ 260 ] {55db4173-6685-41cf-9f3e-64f2ebb4af80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2171 | 2025.01.25 03:54:18.778234 [ 260 ] {55db4173-6685-41cf-9f3e-64f2ebb4af80} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2172 | 2025.01.25 03:54:18.778274 [ 260 ] {55db4173-6685-41cf-9f3e-64f2ebb4af80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2173 | 2025.01.25 03:54:18.778653 [ 260 ] {55db4173-6685-41cf-9f3e-64f2ebb4af80} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2174 | 2025.01.25 03:54:18.778895 [ 260 ] {55db4173-6685-41cf-9f3e-64f2ebb4af80} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2025.01.25 03:54:18.779050 [ 43 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2176 | 2025.01.25 03:54:18.779112 [ 43 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2177 | 2025.01.25 03:54:18.779154 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2178 | 2025.01.25 03:54:18.779151 [ 260 ] {55db4173-6685-41cf-9f3e-64f2ebb4af80} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001808 sec., 211283.18584070797 rows/sec., 14.95 MiB/sec. | ||
| 2179 | 2025.01.25 03:54:18.779329 [ 260 ] {55db4173-6685-41cf-9f3e-64f2ebb4af80} <Debug> TCPHandler: Processed in 0.002171593 sec. | ||
| 2180 | 2025.01.25 03:54:18.779442 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 2181 | 2025.01.25 03:54:18.779538 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2182 | 2025.01.25 03:54:18.779736 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2183 | 2025.01.25 03:54:18.779762 [ 259 ] {d7f37e7c-15e7-4407-8442-df30ab87b148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2184 | 2025.01.25 03:54:18.779820 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2185 | 2025.01.25 03:54:18.779848 [ 259 ] {d7f37e7c-15e7-4407-8442-df30ab87b148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2186 | 2025.01.25 03:54:18.780146 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 528 rows starting from the beginning of the part | ||
| 2187 | 2025.01.25 03:54:18.780472 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2188 | 2025.01.25 03:54:18.780802 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 382 rows starting from the beginning of the part | ||
| 2189 | 2025.01.25 03:54:18.781135 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
| 2190 | 2025.01.25 03:54:18.781432 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part | ||
| 2191 | 2025.01.25 03:54:18.782363 [ 259 ] {d7f37e7c-15e7-4407-8442-df30ab87b148} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2025.01.25 03:54:18.782439 [ 259 ] {d7f37e7c-15e7-4407-8442-df30ab87b148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2193 | 2025.01.25 03:54:18.783365 [ 259 ] {d7f37e7c-15e7-4407-8442-df30ab87b148} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2194 | 2025.01.25 03:54:18.783780 [ 259 ] {d7f37e7c-15e7-4407-8442-df30ab87b148} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2025.01.25 03:54:18.784396 [ 259 ] {d7f37e7c-15e7-4407-8442-df30ab87b148} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004653 sec., 1289.4906511927788 rows/sec., 67.37 KiB/sec. | ||
| 2196 | 2025.01.25 03:54:18.784770 [ 259 ] {d7f37e7c-15e7-4407-8442-df30ab87b148} <Debug> TCPHandler: Processed in 0.005315399 sec. | ||
| 2197 | 2025.01.25 03:54:18.784793 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.005527294 sec., 328913.207801141 rows/sec., 25.04 MiB/sec. | ||
| 2198 | 2025.01.25 03:54:18.784956 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2199 | 2025.01.25 03:54:18.785022 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2200 | 2025.01.25 03:54:18.785181 [ 260 ] {d23d63c5-5901-45f0-ad0c-d347808a4fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2201 | 2025.01.25 03:54:18.785282 [ 260 ] {d23d63c5-5901-45f0-ad0c-d347808a4fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2202 | 2025.01.25 03:54:18.785693 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2203 | 2025.01.25 03:54:18.785925 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_11_2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2204 | 2025.01.25 03:54:18.786030 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 2205 | 2025.01.25 03:54:18.786338 [ 260 ] {d23d63c5-5901-45f0-ad0c-d347808a4fad} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2025.01.25 03:54:18.786383 [ 260 ] {d23d63c5-5901-45f0-ad0c-d347808a4fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2207 | 2025.01.25 03:54:18.786816 [ 260 ] {d23d63c5-5901-45f0-ad0c-d347808a4fad} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2208 | 2025.01.25 03:54:18.787056 [ 260 ] {d23d63c5-5901-45f0-ad0c-d347808a4fad} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2209 | 2025.01.25 03:54:18.787217 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2210 | 2025.01.25 03:54:18.787277 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2211 | 2025.01.25 03:54:18.787316 [ 260 ] {d23d63c5-5901-45f0-ad0c-d347808a4fad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002219 sec., 106804.86705723299 rows/sec., 7.16 MiB/sec. | ||
| 2212 | 2025.01.25 03:54:18.787324 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2213 | 2025.01.25 03:54:18.787477 [ 260 ] {d23d63c5-5901-45f0-ad0c-d347808a4fad} <Debug> TCPHandler: Processed in 0.002589183 sec. | ||
| 2214 | 2025.01.25 03:54:18.787559 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 2215 | 2025.01.25 03:54:18.787671 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2216 | 2025.01.25 03:54:18.787721 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2217 | 2025.01.25 03:54:18.787755 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 911 rows starting from the beginning of the part | ||
| 2218 | 2025.01.25 03:54:18.787875 [ 259 ] {fedae3db-8f05-4acd-bc2b-49fa5c845d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2219 | 2025.01.25 03:54:18.787958 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2208 rows starting from the beginning of the part | ||
| 2220 | 2025.01.25 03:54:18.788062 [ 259 ] {fedae3db-8f05-4acd-bc2b-49fa5c845d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2221 | 2025.01.25 03:54:18.788334 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2222 | 2025.01.25 03:54:18.788720 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2223 | 2025.01.25 03:54:18.789068 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2224 | 2025.01.25 03:54:18.789412 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2225 | 2025.01.25 03:54:18.790299 [ 259 ] {fedae3db-8f05-4acd-bc2b-49fa5c845d9e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2226 | 2025.01.25 03:54:18.790339 [ 259 ] {fedae3db-8f05-4acd-bc2b-49fa5c845d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2227 | 2025.01.25 03:54:18.790869 [ 259 ] {fedae3db-8f05-4acd-bc2b-49fa5c845d9e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2228 | 2025.01.25 03:54:18.791175 [ 259 ] {fedae3db-8f05-4acd-bc2b-49fa5c845d9e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2229 | 2025.01.25 03:54:18.791464 [ 259 ] {fedae3db-8f05-4acd-bc2b-49fa5c845d9e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00366 sec., 273.224043715847 rows/sec., 18.41 KiB/sec. | ||
| 2230 | 2025.01.25 03:54:18.791639 [ 259 ] {fedae3db-8f05-4acd-bc2b-49fa5c845d9e} <Debug> TCPHandler: Processed in 0.004035538 sec. | ||
| 2231 | 2025.01.25 03:54:18.791870 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3817 rows, containing 5 columns (5 merged, 0 gathered) in 0.004396387 sec., 868212.921200977 rows/sec., 58.62 MiB/sec. | ||
| 2232 | 2025.01.25 03:54:18.791900 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2233 | 2025.01.25 03:54:18.792036 [ 260 ] {29bdba5d-bdfa-4b7e-8b65-689a6a8687e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2234 | 2025.01.25 03:54:18.792092 [ 260 ] {29bdba5d-bdfa-4b7e-8b65-689a6a8687e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2235 | 2025.01.25 03:54:18.792299 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2236 | 2025.01.25 03:54:18.792993 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2237 | 2025.01.25 03:54:18.793210 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2238 | 2025.01.25 03:54:18.793231 [ 260 ] {29bdba5d-bdfa-4b7e-8b65-689a6a8687e6} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2239 | 2025.01.25 03:54:18.793323 [ 260 ] {29bdba5d-bdfa-4b7e-8b65-689a6a8687e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2240 | 2025.01.25 03:54:18.793358 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 2241 | 2025.01.25 03:54:18.793755 [ 260 ] {29bdba5d-bdfa-4b7e-8b65-689a6a8687e6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2242 | 2025.01.25 03:54:18.793997 [ 260 ] {29bdba5d-bdfa-4b7e-8b65-689a6a8687e6} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2243 | 2025.01.25 03:54:18.794157 [ 43 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2244 | 2025.01.25 03:54:18.794216 [ 43 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2025.01.25 03:54:18.794254 [ 260 ] {29bdba5d-bdfa-4b7e-8b65-689a6a8687e6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002236 sec., 36672.62969588551 rows/sec., 2.33 MiB/sec. | ||
| 2246 | 2025.01.25 03:54:18.794263 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2247 | 2025.01.25 03:54:18.794460 [ 260 ] {29bdba5d-bdfa-4b7e-8b65-689a6a8687e6} <Debug> TCPHandler: Processed in 0.002703145 sec. | ||
| 2248 | 2025.01.25 03:54:18.794609 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 2249 | 2025.01.25 03:54:18.794921 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2250 | 2025.01.25 03:54:18.794950 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 316 rows starting from the beginning of the part | ||
| 2251 | 2025.01.25 03:54:18.795050 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 2252 | 2025.01.25 03:54:18.795241 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 2253 | 2025.01.25 03:54:18.795450 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2254 | 2025.01.25 03:54:18.795617 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2255 | 2025.01.25 03:54:18.795739 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 2256 | 2025.01.25 03:54:18.796910 [ 197 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.002520331 sec., 238063.96858190454 rows/sec., 15.74 MiB/sec. | ||
| 2257 | 2025.01.25 03:54:18.797048 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2258 | 2025.01.25 03:54:18.797329 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2259 | 2025.01.25 03:54:18.797407 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_11_2} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2260 | 2025.01.25 03:54:18.797475 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2261 | 2025.01.25 03:54:19.874497 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2262 | 2025.01.25 03:54:19.875111 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2263 | 2025.01.25 03:54:19.875157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2264 | 2025.01.25 03:54:19.875677 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2265 | 2025.01.25 03:54:19.875948 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2266 | 2025.01.25 03:54:19.876257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2267 | 2025.01.25 03:54:20.139553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2268 | 2025.01.25 03:54:20.159819 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2269 | 2025.01.25 03:54:20.159883 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2270 | 2025.01.25 03:54:20.167442 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2271 | 2025.01.25 03:54:20.168190 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2272 | 2025.01.25 03:54:20.171490 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2273 | 2025.01.25 03:54:22.382936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 316 | ||
| 2274 | 2025.01.25 03:54:22.385959 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2275 | 2025.01.25 03:54:22.386001 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2276 | 2025.01.25 03:54:22.387472 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2277 | 2025.01.25 03:54:22.387769 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2278 | 2025.01.25 03:54:22.387976 [ 37 ] {} <Debug> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2279 | 2025.01.25 03:54:22.388155 [ 37 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2280 | 2025.01.25 03:54:22.388285 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2281 | 2025.01.25 03:54:22.388857 [ 194 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 2282 | 2025.01.25 03:54:22.389556 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316 | ||
| 2283 | 2025.01.25 03:54:22.389918 [ 194 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2284 | 2025.01.25 03:54:22.390050 [ 194 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 2285 | 2025.01.25 03:54:22.390514 [ 194 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2286 | 2025.01.25 03:54:22.391136 [ 194 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 34 rows starting from the beginning of the part | ||
| 2287 | 2025.01.25 03:54:22.391803 [ 194 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 86 rows starting from the beginning of the part | ||
| 2288 | 2025.01.25 03:54:22.392351 [ 194 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
| 2289 | 2025.01.25 03:54:22.392938 [ 194 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
| 2290 | 2025.01.25 03:54:22.400429 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 72 columns (72 merged, 0 gathered) in 0.01195377 sec., 26435.174844421465 rows/sec., 26.29 MiB/sec. | ||
| 2291 | 2025.01.25 03:54:22.401292 [ 190 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2292 | 2025.01.25 03:54:22.401947 [ 190 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2293 | 2025.01.25 03:54:22.402019 [ 190 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_6_1} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2294 | 2025.01.25 03:54:22.402193 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
| 2295 | 2025.01.25 03:54:23.760841 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2296 | 2025.01.25 03:54:23.761035 [ 259 ] {57910753-df41-460f-84ea-3a1e346ea530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2297 | 2025.01.25 03:54:23.761109 [ 259 ] {57910753-df41-460f-84ea-3a1e346ea530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2298 | 2025.01.25 03:54:23.761868 [ 259 ] {57910753-df41-460f-84ea-3a1e346ea530} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2025.01.25 03:54:23.761919 [ 259 ] {57910753-df41-460f-84ea-3a1e346ea530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2300 | 2025.01.25 03:54:23.762350 [ 259 ] {57910753-df41-460f-84ea-3a1e346ea530} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2301 | 2025.01.25 03:54:23.762603 [ 259 ] {57910753-df41-460f-84ea-3a1e346ea530} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2025.01.25 03:54:23.762869 [ 259 ] {57910753-df41-460f-84ea-3a1e346ea530} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001889 sec., 38115.40497617787 rows/sec., 3.08 MiB/sec. | ||
| 2303 | 2025.01.25 03:54:23.762935 [ 259 ] {57910753-df41-460f-84ea-3a1e346ea530} <Debug> TCPHandler: Processed in 0.002231054 sec. | ||
| 2304 | 2025.01.25 03:54:23.763186 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2305 | 2025.01.25 03:54:23.763379 [ 260 ] {5f3a51bd-da9f-4ec0-9def-44657fe5e144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2306 | 2025.01.25 03:54:23.763456 [ 260 ] {5f3a51bd-da9f-4ec0-9def-44657fe5e144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2307 | 2025.01.25 03:54:23.764205 [ 260 ] {5f3a51bd-da9f-4ec0-9def-44657fe5e144} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2025.01.25 03:54:23.764254 [ 260 ] {5f3a51bd-da9f-4ec0-9def-44657fe5e144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2309 | 2025.01.25 03:54:23.764679 [ 260 ] {5f3a51bd-da9f-4ec0-9def-44657fe5e144} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2310 | 2025.01.25 03:54:23.764932 [ 260 ] {5f3a51bd-da9f-4ec0-9def-44657fe5e144} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2025.01.25 03:54:23.765157 [ 260 ] {5f3a51bd-da9f-4ec0-9def-44657fe5e144} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001832 sec., 4366.812227074236 rows/sec., 328.36 KiB/sec. | ||
| 2312 | 2025.01.25 03:54:23.765222 [ 260 ] {5f3a51bd-da9f-4ec0-9def-44657fe5e144} <Debug> TCPHandler: Processed in 0.002175943 sec. | ||
| 2313 | 2025.01.25 03:54:23.765381 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2025.01.25 03:54:23.765528 [ 259 ] {1d9e544c-3f0d-40b2-9d75-4f16ed8d39dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2315 | 2025.01.25 03:54:23.765588 [ 259 ] {1d9e544c-3f0d-40b2-9d75-4f16ed8d39dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2316 | 2025.01.25 03:54:23.766268 [ 259 ] {1d9e544c-3f0d-40b2-9d75-4f16ed8d39dc} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2317 | 2025.01.25 03:54:23.766306 [ 259 ] {1d9e544c-3f0d-40b2-9d75-4f16ed8d39dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2318 | 2025.01.25 03:54:23.766672 [ 259 ] {1d9e544c-3f0d-40b2-9d75-4f16ed8d39dc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2319 | 2025.01.25 03:54:23.766923 [ 259 ] {1d9e544c-3f0d-40b2-9d75-4f16ed8d39dc} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2025.01.25 03:54:23.767110 [ 259 ] {1d9e544c-3f0d-40b2-9d75-4f16ed8d39dc} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001616 sec., 44554.455445544554 rows/sec., 3.48 MiB/sec. | ||
| 2321 | 2025.01.25 03:54:23.767234 [ 259 ] {1d9e544c-3f0d-40b2-9d75-4f16ed8d39dc} <Debug> TCPHandler: Processed in 0.001924627 sec. | ||
| 2322 | 2025.01.25 03:54:23.767398 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2323 | 2025.01.25 03:54:23.767546 [ 260 ] {6263390a-edc8-4a90-a8d8-ff3567e72080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2324 | 2025.01.25 03:54:23.767614 [ 260 ] {6263390a-edc8-4a90-a8d8-ff3567e72080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2325 | 2025.01.25 03:54:23.768266 [ 260 ] {6263390a-edc8-4a90-a8d8-ff3567e72080} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2025.01.25 03:54:23.768307 [ 260 ] {6263390a-edc8-4a90-a8d8-ff3567e72080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2327 | 2025.01.25 03:54:23.768717 [ 260 ] {6263390a-edc8-4a90-a8d8-ff3567e72080} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2328 | 2025.01.25 03:54:23.768962 [ 260 ] {6263390a-edc8-4a90-a8d8-ff3567e72080} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2329 | 2025.01.25 03:54:23.769184 [ 260 ] {6263390a-edc8-4a90-a8d8-ff3567e72080} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
| 2330 | 2025.01.25 03:54:23.769240 [ 260 ] {6263390a-edc8-4a90-a8d8-ff3567e72080} <Debug> TCPHandler: Processed in 0.001909426 sec. | ||
| 2331 | 2025.01.25 03:54:23.769430 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2332 | 2025.01.25 03:54:23.769555 [ 259 ] {34062b37-ccbd-441d-a75d-7017f8b832e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2333 | 2025.01.25 03:54:23.769638 [ 259 ] {34062b37-ccbd-441d-a75d-7017f8b832e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2334 | 2025.01.25 03:54:23.770736 [ 259 ] {34062b37-ccbd-441d-a75d-7017f8b832e7} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2335 | 2025.01.25 03:54:23.770773 [ 259 ] {34062b37-ccbd-441d-a75d-7017f8b832e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2336 | 2025.01.25 03:54:23.771387 [ 259 ] {34062b37-ccbd-441d-a75d-7017f8b832e7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2337 | 2025.01.25 03:54:23.771645 [ 259 ] {34062b37-ccbd-441d-a75d-7017f8b832e7} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2338 | 2025.01.25 03:54:23.771872 [ 259 ] {34062b37-ccbd-441d-a75d-7017f8b832e7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002345 sec., 3411.5138592750536 rows/sec., 6.11 MiB/sec. | ||
| 2339 | 2025.01.25 03:54:23.771981 [ 259 ] {34062b37-ccbd-441d-a75d-7017f8b832e7} <Debug> TCPHandler: Processed in 0.002609973 sec. | ||
| 2340 | 2025.01.25 03:54:23.772172 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2025.01.25 03:54:23.772319 [ 260 ] {72d52e7c-054d-47e2-af80-f8551b614ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2342 | 2025.01.25 03:54:23.772383 [ 260 ] {72d52e7c-054d-47e2-af80-f8551b614ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2343 | 2025.01.25 03:54:23.773020 [ 260 ] {72d52e7c-054d-47e2-af80-f8551b614ead} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2025.01.25 03:54:23.773063 [ 260 ] {72d52e7c-054d-47e2-af80-f8551b614ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2345 | 2025.01.25 03:54:23.773438 [ 260 ] {72d52e7c-054d-47e2-af80-f8551b614ead} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2346 | 2025.01.25 03:54:23.773677 [ 260 ] {72d52e7c-054d-47e2-af80-f8551b614ead} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2347 | 2025.01.25 03:54:23.773990 [ 260 ] {72d52e7c-054d-47e2-af80-f8551b614ead} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001703 sec., 35231.94362889019 rows/sec., 2.37 MiB/sec. | ||
| 2348 | 2025.01.25 03:54:23.774190 [ 260 ] {72d52e7c-054d-47e2-af80-f8551b614ead} <Debug> TCPHandler: Processed in 0.00208423 sec. | ||
| 2349 | 2025.01.25 03:54:27.310061 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2350 | 2025.01.25 03:54:27.310125 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2351 | 2025.01.25 03:54:27.377341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2352 | 2025.01.25 03:54:27.377988 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2353 | 2025.01.25 03:54:27.378034 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2354 | 2025.01.25 03:54:27.378564 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2355 | 2025.01.25 03:54:27.378814 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2356 | 2025.01.25 03:54:27.379098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2357 | 2025.01.25 03:54:27.672516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2358 | 2025.01.25 03:54:27.693812 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2359 | 2025.01.25 03:54:27.693887 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2360 | 2025.01.25 03:54:27.701325 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2361 | 2025.01.25 03:54:27.702103 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2362 | 2025.01.25 03:54:27.705570 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2363 | 2025.01.25 03:54:28.758531 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2364 | 2025.01.25 03:54:28.758837 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2365 | 2025.01.25 03:54:28.759325 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2366 | 2025.01.25 03:54:28.759380 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2367 | 2025.01.25 03:54:28.759762 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2368 | 2025.01.25 03:54:28.759849 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2369 | 2025.01.25 03:54:28.760029 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2370 | 2025.01.25 03:54:28.760070 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2371 | 2025.01.25 03:54:28.760096 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 2372 | 2025.01.25 03:54:28.760115 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2373 | 2025.01.25 03:54:28.760165 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2374 | 2025.01.25 03:54:28.760189 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 37 rows starting from 0 | ||
| 2375 | 2025.01.25 03:54:28.761190 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002501 sec., 14794.082367053177 rows/sec., 554.47 KiB/sec. | ||
| 2376 | 2025.01.25 03:54:28.761326 [ 259 ] {5029b132-37d9-45f6-8fa6-c6a3a8f4c028} <Debug> TCPHandler: Processed in 0.002936381 sec. | ||
| 2377 | 2025.01.25 03:54:28.761672 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2378 | 2025.01.25 03:54:28.761943 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2379 | 2025.01.25 03:54:28.762387 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2380 | 2025.01.25 03:54:28.762441 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2381 | 2025.01.25 03:54:28.762817 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2382 | 2025.01.25 03:54:28.762898 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2383 | 2025.01.25 03:54:28.763076 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2384 | 2025.01.25 03:54:28.763117 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2385 | 2025.01.25 03:54:28.763143 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 2386 | 2025.01.25 03:54:28.763162 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2387 | 2025.01.25 03:54:28.763208 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2388 | 2025.01.25 03:54:28.763237 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 37 rows starting from 0 | ||
| 2389 | 2025.01.25 03:54:28.763851 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.00204 sec., 18137.254901960783 rows/sec., 679.76 KiB/sec. | ||
| 2390 | 2025.01.25 03:54:28.763940 [ 260 ] {b1d7a679-c73b-416d-a510-3a59905c3b51} <Debug> TCPHandler: Processed in 0.002403798 sec. | ||
| 2391 | 2025.01.25 03:54:28.764215 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2392 | 2025.01.25 03:54:28.764460 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2393 | 2025.01.25 03:54:28.764889 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2394 | 2025.01.25 03:54:28.764952 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2395 | 2025.01.25 03:54:28.765334 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2396 | 2025.01.25 03:54:28.765402 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2397 | 2025.01.25 03:54:28.765552 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2398 | 2025.01.25 03:54:28.765587 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2399 | 2025.01.25 03:54:28.765610 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 2400 | 2025.01.25 03:54:28.765628 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2401 | 2025.01.25 03:54:28.765672 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2402 | 2025.01.25 03:54:28.765695 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 37 rows starting from 0 | ||
| 2403 | 2025.01.25 03:54:28.766312 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.001977 sec., 18715.225088517956 rows/sec., 701.43 KiB/sec. | ||
| 2404 | 2025.01.25 03:54:28.766447 [ 259 ] {2658f1e0-dcd8-441d-b9e6-4a962173fd03} <Debug> TCPHandler: Processed in 0.002303186 sec. | ||
| 2405 | 2025.01.25 03:54:28.774959 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2406 | 2025.01.25 03:54:28.775087 [ 259 ] {c321dd8b-c69c-4cc2-bc6d-654c431950f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2407 | 2025.01.25 03:54:28.775138 [ 259 ] {c321dd8b-c69c-4cc2-bc6d-654c431950f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2408 | 2025.01.25 03:54:28.775832 [ 259 ] {c321dd8b-c69c-4cc2-bc6d-654c431950f8} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2409 | 2025.01.25 03:54:28.775880 [ 259 ] {c321dd8b-c69c-4cc2-bc6d-654c431950f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2410 | 2025.01.25 03:54:28.776380 [ 259 ] {c321dd8b-c69c-4cc2-bc6d-654c431950f8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2411 | 2025.01.25 03:54:28.776602 [ 259 ] {c321dd8b-c69c-4cc2-bc6d-654c431950f8} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2412 | 2025.01.25 03:54:28.776877 [ 259 ] {c321dd8b-c69c-4cc2-bc6d-654c431950f8} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001827 sec., 1642.0361247947453 rows/sec., 149.66 KiB/sec. | ||
| 2413 | 2025.01.25 03:54:28.777015 [ 259 ] {c321dd8b-c69c-4cc2-bc6d-654c431950f8} <Debug> TCPHandler: Processed in 0.002112591 sec. | ||
| 2414 | 2025.01.25 03:54:28.777169 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2415 | 2025.01.25 03:54:28.777326 [ 260 ] {38f04b12-36f6-4940-a8c7-cc942c46340d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2416 | 2025.01.25 03:54:28.777389 [ 260 ] {38f04b12-36f6-4940-a8c7-cc942c46340d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2417 | 2025.01.25 03:54:28.778127 [ 260 ] {38f04b12-36f6-4940-a8c7-cc942c46340d} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2418 | 2025.01.25 03:54:28.778178 [ 260 ] {38f04b12-36f6-4940-a8c7-cc942c46340d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2419 | 2025.01.25 03:54:28.778588 [ 260 ] {38f04b12-36f6-4940-a8c7-cc942c46340d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2420 | 2025.01.25 03:54:28.778832 [ 260 ] {38f04b12-36f6-4940-a8c7-cc942c46340d} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2421 | 2025.01.25 03:54:28.779054 [ 260 ] {38f04b12-36f6-4940-a8c7-cc942c46340d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001772 sec., 7900.677200902935 rows/sec., 568.74 KiB/sec. | ||
| 2422 | 2025.01.25 03:54:28.779108 [ 260 ] {38f04b12-36f6-4940-a8c7-cc942c46340d} <Debug> TCPHandler: Processed in 0.002000778 sec. | ||
| 2423 | 2025.01.25 03:54:28.779309 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2424 | 2025.01.25 03:54:28.779516 [ 259 ] {2829bd44-93e3-4bc4-9ee8-14cfda6be59c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2425 | 2025.01.25 03:54:28.779599 [ 259 ] {2829bd44-93e3-4bc4-9ee8-14cfda6be59c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2426 | 2025.01.25 03:54:28.780528 [ 259 ] {2829bd44-93e3-4bc4-9ee8-14cfda6be59c} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2427 | 2025.01.25 03:54:28.780568 [ 259 ] {2829bd44-93e3-4bc4-9ee8-14cfda6be59c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2428 | 2025.01.25 03:54:28.780960 [ 259 ] {2829bd44-93e3-4bc4-9ee8-14cfda6be59c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2429 | 2025.01.25 03:54:28.781197 [ 259 ] {2829bd44-93e3-4bc4-9ee8-14cfda6be59c} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2430 | 2025.01.25 03:54:28.781417 [ 259 ] {2829bd44-93e3-4bc4-9ee8-14cfda6be59c} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.001953 sec., 131592.42191500255 rows/sec., 11.51 MiB/sec. | ||
| 2431 | 2025.01.25 03:54:28.781473 [ 259 ] {2829bd44-93e3-4bc4-9ee8-14cfda6be59c} <Debug> TCPHandler: Processed in 0.002269185 sec. | ||
| 2432 | 2025.01.25 03:54:28.781629 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2433 | 2025.01.25 03:54:28.781768 [ 260 ] {4a2da7bb-4360-4794-aa10-f51dc8691f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2434 | 2025.01.25 03:54:28.781826 [ 260 ] {4a2da7bb-4360-4794-aa10-f51dc8691f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2435 | 2025.01.25 03:54:28.782468 [ 260 ] {4a2da7bb-4360-4794-aa10-f51dc8691f7e} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2436 | 2025.01.25 03:54:28.782507 [ 260 ] {4a2da7bb-4360-4794-aa10-f51dc8691f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2437 | 2025.01.25 03:54:28.782862 [ 260 ] {4a2da7bb-4360-4794-aa10-f51dc8691f7e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2438 | 2025.01.25 03:54:28.783101 [ 260 ] {4a2da7bb-4360-4794-aa10-f51dc8691f7e} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2439 | 2025.01.25 03:54:28.783353 [ 260 ] {4a2da7bb-4360-4794-aa10-f51dc8691f7e} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001611 sec., 21104.903786468032 rows/sec., 1.51 MiB/sec. | ||
| 2440 | 2025.01.25 03:54:28.783539 [ 260 ] {4a2da7bb-4360-4794-aa10-f51dc8691f7e} <Debug> TCPHandler: Processed in 0.001974488 sec. | ||
| 2441 | 2025.01.25 03:54:28.783694 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2442 | 2025.01.25 03:54:28.783832 [ 259 ] {348b93cc-cade-45dd-9da1-03f0709f2f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2443 | 2025.01.25 03:54:28.783890 [ 259 ] {348b93cc-cade-45dd-9da1-03f0709f2f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2444 | 2025.01.25 03:54:28.784505 [ 259 ] {348b93cc-cade-45dd-9da1-03f0709f2f6c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2445 | 2025.01.25 03:54:28.784544 [ 259 ] {348b93cc-cade-45dd-9da1-03f0709f2f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2446 | 2025.01.25 03:54:28.784889 [ 259 ] {348b93cc-cade-45dd-9da1-03f0709f2f6c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2447 | 2025.01.25 03:54:28.785120 [ 259 ] {348b93cc-cade-45dd-9da1-03f0709f2f6c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2448 | 2025.01.25 03:54:28.785407 [ 259 ] {348b93cc-cade-45dd-9da1-03f0709f2f6c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001578 sec., 8871.989860583017 rows/sec., 621.34 KiB/sec. | ||
| 2449 | 2025.01.25 03:54:28.785511 [ 259 ] {348b93cc-cade-45dd-9da1-03f0709f2f6c} <Debug> TCPHandler: Processed in 0.001883156 sec. | ||
| 2450 | 2025.01.25 03:54:28.785655 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2451 | 2025.01.25 03:54:28.785775 [ 260 ] {0c2d2a1b-0982-4ed3-bfd7-b0312188352f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2452 | 2025.01.25 03:54:28.785823 [ 260 ] {0c2d2a1b-0982-4ed3-bfd7-b0312188352f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2453 | 2025.01.25 03:54:28.786396 [ 260 ] {0c2d2a1b-0982-4ed3-bfd7-b0312188352f} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2454 | 2025.01.25 03:54:28.786435 [ 260 ] {0c2d2a1b-0982-4ed3-bfd7-b0312188352f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2455 | 2025.01.25 03:54:28.786781 [ 260 ] {0c2d2a1b-0982-4ed3-bfd7-b0312188352f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2456 | 2025.01.25 03:54:28.787013 [ 260 ] {0c2d2a1b-0982-4ed3-bfd7-b0312188352f} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2457 | 2025.01.25 03:54:28.787296 [ 260 ] {0c2d2a1b-0982-4ed3-bfd7-b0312188352f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec. | ||
| 2458 | 2025.01.25 03:54:28.787368 [ 260 ] {0c2d2a1b-0982-4ed3-bfd7-b0312188352f} <Debug> TCPHandler: Processed in 0.001770983 sec. | ||
| 2459 | 2025.01.25 03:54:28.787525 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2460 | 2025.01.25 03:54:28.787661 [ 259 ] {4e6db49f-b0d3-462b-930f-a722aa5df00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2461 | 2025.01.25 03:54:28.787718 [ 259 ] {4e6db49f-b0d3-462b-930f-a722aa5df00f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2462 | 2025.01.25 03:54:28.788500 [ 259 ] {4e6db49f-b0d3-462b-930f-a722aa5df00f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2463 | 2025.01.25 03:54:28.788539 [ 259 ] {4e6db49f-b0d3-462b-930f-a722aa5df00f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2464 | 2025.01.25 03:54:28.788909 [ 259 ] {4e6db49f-b0d3-462b-930f-a722aa5df00f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2465 | 2025.01.25 03:54:28.789142 [ 259 ] {4e6db49f-b0d3-462b-930f-a722aa5df00f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2466 | 2025.01.25 03:54:28.789357 [ 259 ] {4e6db49f-b0d3-462b-930f-a722aa5df00f} <Debug> executeQuery: Read 422 rows, 30.90 KiB in 0.001727 sec., 244354.37174290678 rows/sec., 17.47 MiB/sec. | ||
| 2467 | 2025.01.25 03:54:28.789411 [ 259 ] {4e6db49f-b0d3-462b-930f-a722aa5df00f} <Debug> TCPHandler: Processed in 0.001953477 sec. | ||
| 2468 | 2025.01.25 03:54:28.789556 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2469 | 2025.01.25 03:54:28.789694 [ 260 ] {782b088f-b679-4860-9290-6a8d5c8ceb9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2470 | 2025.01.25 03:54:28.789752 [ 260 ] {782b088f-b679-4860-9290-6a8d5c8ceb9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2471 | 2025.01.25 03:54:28.790295 [ 260 ] {782b088f-b679-4860-9290-6a8d5c8ceb9f} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2472 | 2025.01.25 03:54:28.790334 [ 260 ] {782b088f-b679-4860-9290-6a8d5c8ceb9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2473 | 2025.01.25 03:54:28.790686 [ 260 ] {782b088f-b679-4860-9290-6a8d5c8ceb9f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2474 | 2025.01.25 03:54:28.790912 [ 260 ] {782b088f-b679-4860-9290-6a8d5c8ceb9f} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2475 | 2025.01.25 03:54:28.791136 [ 260 ] {782b088f-b679-4860-9290-6a8d5c8ceb9f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 2476 | 2025.01.25 03:54:28.791190 [ 260 ] {782b088f-b679-4860-9290-6a8d5c8ceb9f} <Debug> TCPHandler: Processed in 0.001699491 sec. | ||
| 2477 | 2025.01.25 03:54:28.791343 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2478 | 2025.01.25 03:54:28.791480 [ 259 ] {b71d4c72-b0b4-41cd-a783-10b8f3998482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2479 | 2025.01.25 03:54:28.791542 [ 259 ] {b71d4c72-b0b4-41cd-a783-10b8f3998482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2480 | 2025.01.25 03:54:28.792213 [ 259 ] {b71d4c72-b0b4-41cd-a783-10b8f3998482} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2481 | 2025.01.25 03:54:28.792253 [ 259 ] {b71d4c72-b0b4-41cd-a783-10b8f3998482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2482 | 2025.01.25 03:54:28.792679 [ 259 ] {b71d4c72-b0b4-41cd-a783-10b8f3998482} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2483 | 2025.01.25 03:54:28.792910 [ 259 ] {b71d4c72-b0b4-41cd-a783-10b8f3998482} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2484 | 2025.01.25 03:54:28.793117 [ 259 ] {b71d4c72-b0b4-41cd-a783-10b8f3998482} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001667 sec., 142171.56568686262 rows/sec., 9.53 MiB/sec. | ||
| 2485 | 2025.01.25 03:54:28.793171 [ 259 ] {b71d4c72-b0b4-41cd-a783-10b8f3998482} <Debug> TCPHandler: Processed in 0.001896626 sec. | ||
| 2486 | 2025.01.25 03:54:28.793320 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2487 | 2025.01.25 03:54:28.793459 [ 260 ] {0324b7ae-3e65-4b3a-97b5-fee80c6a4949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2488 | 2025.01.25 03:54:28.793519 [ 260 ] {0324b7ae-3e65-4b3a-97b5-fee80c6a4949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2489 | 2025.01.25 03:54:28.794070 [ 260 ] {0324b7ae-3e65-4b3a-97b5-fee80c6a4949} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2025.01.25 03:54:28.794115 [ 260 ] {0324b7ae-3e65-4b3a-97b5-fee80c6a4949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2491 | 2025.01.25 03:54:28.794474 [ 260 ] {0324b7ae-3e65-4b3a-97b5-fee80c6a4949} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2492 | 2025.01.25 03:54:28.794709 [ 260 ] {0324b7ae-3e65-4b3a-97b5-fee80c6a4949} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2493 | 2025.01.25 03:54:28.794989 [ 260 ] {0324b7ae-3e65-4b3a-97b5-fee80c6a4949} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 2494 | 2025.01.25 03:54:28.795099 [ 260 ] {0324b7ae-3e65-4b3a-97b5-fee80c6a4949} <Debug> TCPHandler: Processed in 0.001847205 sec. | ||
| 2495 | 2025.01.25 03:54:28.795255 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2496 | 2025.01.25 03:54:28.795393 [ 259 ] {8e3559ae-db68-4fb4-83c2-ddc6e91d2ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2497 | 2025.01.25 03:54:28.795487 [ 259 ] {8e3559ae-db68-4fb4-83c2-ddc6e91d2ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2498 | 2025.01.25 03:54:28.796711 [ 259 ] {8e3559ae-db68-4fb4-83c2-ddc6e91d2ed2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2499 | 2025.01.25 03:54:28.796749 [ 259 ] {8e3559ae-db68-4fb4-83c2-ddc6e91d2ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2500 | 2025.01.25 03:54:28.797376 [ 259 ] {8e3559ae-db68-4fb4-83c2-ddc6e91d2ed2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2501 | 2025.01.25 03:54:28.797627 [ 259 ] {8e3559ae-db68-4fb4-83c2-ddc6e91d2ed2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2502 | 2025.01.25 03:54:28.797819 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2503 | 2025.01.25 03:54:28.797896 [ 259 ] {8e3559ae-db68-4fb4-83c2-ddc6e91d2ed2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002525 sec., 10693.069306930693 rows/sec., 19.16 MiB/sec. | ||
| 2504 | 2025.01.25 03:54:28.797903 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2505 | 2025.01.25 03:54:28.797975 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2506 | 2025.01.25 03:54:28.798342 [ 259 ] {8e3559ae-db68-4fb4-83c2-ddc6e91d2ed2} <Debug> TCPHandler: Processed in 0.003152647 sec. | ||
| 2507 | 2025.01.25 03:54:28.798419 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 2508 | 2025.01.25 03:54:28.798637 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2509 | 2025.01.25 03:54:28.798967 [ 260 ] {965ae53f-ff0f-47b0-bf49-0d0038311d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2510 | 2025.01.25 03:54:28.799069 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2511 | 2025.01.25 03:54:28.799095 [ 260 ] {965ae53f-ff0f-47b0-bf49-0d0038311d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2512 | 2025.01.25 03:54:28.799265 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 2513 | 2025.01.25 03:54:28.799980 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 2514 | 2025.01.25 03:54:28.800675 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 2515 | 2025.01.25 03:54:28.800734 [ 260 ] {965ae53f-ff0f-47b0-bf49-0d0038311d26} <Trace> oximeter.measurements_i64 (d8ce0b11-c126-49cd-892c-93c4093ad5d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2516 | 2025.01.25 03:54:28.800788 [ 260 ] {965ae53f-ff0f-47b0-bf49-0d0038311d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2517 | 2025.01.25 03:54:28.801224 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 2518 | 2025.01.25 03:54:28.801851 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 2519 | 2025.01.25 03:54:28.801967 [ 260 ] {965ae53f-ff0f-47b0-bf49-0d0038311d26} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2520 | 2025.01.25 03:54:28.802332 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 2521 | 2025.01.25 03:54:28.802677 [ 260 ] {965ae53f-ff0f-47b0-bf49-0d0038311d26} <Trace> oximeter.measurements_i64 (d8ce0b11-c126-49cd-892c-93c4093ad5d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2522 | 2025.01.25 03:54:28.803226 [ 260 ] {965ae53f-ff0f-47b0-bf49-0d0038311d26} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.004347 sec., 4830.917874396135 rows/sec., 360.79 KiB/sec. | ||
| 2523 | 2025.01.25 03:54:28.803350 [ 260 ] {965ae53f-ff0f-47b0-bf49-0d0038311d26} <Debug> TCPHandler: Processed in 0.004860008 sec. | ||
| 2524 | 2025.01.25 03:54:28.803591 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2525 | 2025.01.25 03:54:28.803886 [ 259 ] {27b8173c-d960-4982-bebe-e89554152315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2526 | 2025.01.25 03:54:28.804022 [ 259 ] {27b8173c-d960-4982-bebe-e89554152315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2527 | 2025.01.25 03:54:28.805789 [ 259 ] {27b8173c-d960-4982-bebe-e89554152315} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2528 | 2025.01.25 03:54:28.805856 [ 259 ] {27b8173c-d960-4982-bebe-e89554152315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2529 | 2025.01.25 03:54:28.806991 [ 259 ] {27b8173c-d960-4982-bebe-e89554152315} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2530 | 2025.01.25 03:54:28.807536 [ 259 ] {27b8173c-d960-4982-bebe-e89554152315} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2531 | 2025.01.25 03:54:28.808155 [ 259 ] {27b8173c-d960-4982-bebe-e89554152315} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00435 sec., 18850.57471264368 rows/sec., 1.20 MiB/sec. | ||
| 2532 | 2025.01.25 03:54:28.808547 [ 259 ] {27b8173c-d960-4982-bebe-e89554152315} <Debug> TCPHandler: Processed in 0.005080163 sec. | ||
| 2533 | 2025.01.25 03:54:28.809198 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 67 rows, containing 19 columns (19 merged, 0 gathered) in 0.011087669 sec., 6042.7489312677 rows/sec., 10.83 MiB/sec. | ||
| 2534 | 2025.01.25 03:54:28.809500 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2535 | 2025.01.25 03:54:28.809923 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2536 | 2025.01.25 03:54:28.809999 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2537 | 2025.01.25 03:54:28.810141 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 2538 | 2025.01.25 03:54:29.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.61 MiB, peak 174.26 MiB, free memory in arenas 0.00 B, will set to 169.50 MiB (RSS), difference: -1.12 MiB | ||
| 2539 | 2025.01.25 03:54:32.079763 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2540 | 2025.01.25 03:54:32.080226 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2541 | 2025.01.25 03:54:32.080704 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2542 | 2025.01.25 03:54:32.080758 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2543 | 2025.01.25 03:54:32.081136 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2544 | 2025.01.25 03:54:32.081216 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2545 | 2025.01.25 03:54:32.081397 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2546 | 2025.01.25 03:54:32.081567 [ 299 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 2547 | 2025.01.25 03:54:32.081573 [ 296 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2548 | 2025.01.25 03:54:32.081759 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (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 | ||
| 2549 | 2025.01.25 03:54:32.081790 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2550 | 2025.01.25 03:54:32.081882 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2551 | 2025.01.25 03:54:32.081905 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Debug> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836) (SelectExecutor): Reading approx. 40 rows with 2 streams | ||
| 2552 | 2025.01.25 03:54:32.081951 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2553 | 2025.01.25 03:54:32.081999 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2554 | 2025.01.25 03:54:32.083292 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003287 sec., 12169.151201703682 rows/sec., 464.07 KiB/sec. | ||
| 2555 | 2025.01.25 03:54:32.083437 [ 259 ] {829bddf5-53fd-4903-afeb-b07175f28884} <Debug> TCPHandler: Processed in 0.003860324 sec. | ||
| 2556 | 2025.01.25 03:54:32.119685 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2557 | 2025.01.25 03:54:32.119834 [ 259 ] {56267c3b-15c6-4d3f-a471-2f23c541f173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2558 | 2025.01.25 03:54:32.119893 [ 259 ] {56267c3b-15c6-4d3f-a471-2f23c541f173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2559 | 2025.01.25 03:54:32.120630 [ 259 ] {56267c3b-15c6-4d3f-a471-2f23c541f173} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2560 | 2025.01.25 03:54:32.120669 [ 259 ] {56267c3b-15c6-4d3f-a471-2f23c541f173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2561 | 2025.01.25 03:54:32.121168 [ 259 ] {56267c3b-15c6-4d3f-a471-2f23c541f173} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2562 | 2025.01.25 03:54:32.121383 [ 259 ] {56267c3b-15c6-4d3f-a471-2f23c541f173} <Trace> oximeter.timeseries_schema (77314207-6d1d-4abb-8898-e52572804836): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2563 | 2025.01.25 03:54:32.121582 [ 259 ] {56267c3b-15c6-4d3f-a471-2f23c541f173} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001791 sec., 558.3472920156337 rows/sec., 126.50 KiB/sec. | ||
| 2564 | 2025.01.25 03:54:32.121637 [ 259 ] {56267c3b-15c6-4d3f-a471-2f23c541f173} <Debug> TCPHandler: Processed in 0.002016958 sec. | ||
| 2565 | 2025.01.25 03:54:32.121870 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2566 | 2025.01.25 03:54:32.122040 [ 260 ] {5160fc7b-0087-4c59-b74e-fa09cbc805a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2567 | 2025.01.25 03:54:32.122113 [ 260 ] {5160fc7b-0087-4c59-b74e-fa09cbc805a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2568 | 2025.01.25 03:54:32.122832 [ 260 ] {5160fc7b-0087-4c59-b74e-fa09cbc805a8} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2569 | 2025.01.25 03:54:32.122882 [ 260 ] {5160fc7b-0087-4c59-b74e-fa09cbc805a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2570 | 2025.01.25 03:54:32.123292 [ 260 ] {5160fc7b-0087-4c59-b74e-fa09cbc805a8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2571 | 2025.01.25 03:54:32.123542 [ 260 ] {5160fc7b-0087-4c59-b74e-fa09cbc805a8} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2572 | 2025.01.25 03:54:32.123814 [ 260 ] {5160fc7b-0087-4c59-b74e-fa09cbc805a8} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001821 sec., 4393.190554640308 rows/sec., 358.23 KiB/sec. | ||
| 2573 | 2025.01.25 03:54:32.123987 [ 260 ] {5160fc7b-0087-4c59-b74e-fa09cbc805a8} <Debug> TCPHandler: Processed in 0.002243344 sec. | ||
| 2574 | 2025.01.25 03:54:32.124193 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2575 | 2025.01.25 03:54:32.124387 [ 259 ] {31b2a5d3-f988-4b62-9ce4-7edaf900f68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2576 | 2025.01.25 03:54:32.124446 [ 259 ] {31b2a5d3-f988-4b62-9ce4-7edaf900f68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2577 | 2025.01.25 03:54:32.125618 [ 259 ] {31b2a5d3-f988-4b62-9ce4-7edaf900f68c} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2578 | 2025.01.25 03:54:32.125657 [ 259 ] {31b2a5d3-f988-4b62-9ce4-7edaf900f68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2579 | 2025.01.25 03:54:32.126083 [ 259 ] {31b2a5d3-f988-4b62-9ce4-7edaf900f68c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2580 | 2025.01.25 03:54:32.126323 [ 259 ] {31b2a5d3-f988-4b62-9ce4-7edaf900f68c} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2581 | 2025.01.25 03:54:32.126526 [ 259 ] {31b2a5d3-f988-4b62-9ce4-7edaf900f68c} <Debug> executeQuery: Read 1216 rows, 102.37 KiB in 0.00216 sec., 562962.9629629629 rows/sec., 46.28 MiB/sec. | ||
| 2582 | 2025.01.25 03:54:32.126703 [ 259 ] {31b2a5d3-f988-4b62-9ce4-7edaf900f68c} <Debug> TCPHandler: Processed in 0.002616743 sec. | ||
| 2583 | 2025.01.25 03:54:32.126879 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2584 | 2025.01.25 03:54:32.127018 [ 260 ] {51ee2f70-2051-4c51-838d-5b01f903d795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2585 | 2025.01.25 03:54:32.127075 [ 260 ] {51ee2f70-2051-4c51-838d-5b01f903d795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2586 | 2025.01.25 03:54:32.127690 [ 260 ] {51ee2f70-2051-4c51-838d-5b01f903d795} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2587 | 2025.01.25 03:54:32.127729 [ 260 ] {51ee2f70-2051-4c51-838d-5b01f903d795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2588 | 2025.01.25 03:54:32.128085 [ 260 ] {51ee2f70-2051-4c51-838d-5b01f903d795} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2589 | 2025.01.25 03:54:32.128325 [ 260 ] {51ee2f70-2051-4c51-838d-5b01f903d795} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2590 | 2025.01.25 03:54:32.128557 [ 260 ] {51ee2f70-2051-4c51-838d-5b01f903d795} <Debug> executeQuery: Read 16 rows, 1.16 KiB in 0.001568 sec., 10204.081632653062 rows/sec., 739.90 KiB/sec. | ||
| 2591 | 2025.01.25 03:54:32.128608 [ 260 ] {51ee2f70-2051-4c51-838d-5b01f903d795} <Debug> TCPHandler: Processed in 0.001795364 sec. | ||
| 2592 | 2025.01.25 03:54:32.128812 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2593 | 2025.01.25 03:54:32.129035 [ 259 ] {54152070-c340-4979-99e2-2b5fa66f1ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2594 | 2025.01.25 03:54:32.129123 [ 259 ] {54152070-c340-4979-99e2-2b5fa66f1ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2595 | 2025.01.25 03:54:32.129870 [ 259 ] {54152070-c340-4979-99e2-2b5fa66f1ce9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2025.01.25 03:54:32.129908 [ 259 ] {54152070-c340-4979-99e2-2b5fa66f1ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2597 | 2025.01.25 03:54:32.130274 [ 259 ] {54152070-c340-4979-99e2-2b5fa66f1ce9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2598 | 2025.01.25 03:54:32.130502 [ 259 ] {54152070-c340-4979-99e2-2b5fa66f1ce9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2599 | 2025.01.25 03:54:32.130618 [ 101 ] {} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2600 | 2025.01.25 03:54:32.130663 [ 101 ] {} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2601 | 2025.01.25 03:54:32.130684 [ 259 ] {54152070-c340-4979-99e2-2b5fa66f1ce9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001704 sec., 133802.81690140846 rows/sec., 9.06 MiB/sec. | ||
| 2602 | 2025.01.25 03:54:32.130687 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2603 | 2025.01.25 03:54:32.130785 [ 259 ] {54152070-c340-4979-99e2-2b5fa66f1ce9} <Debug> TCPHandler: Processed in 0.00207745 sec. | ||
| 2604 | 2025.01.25 03:54:32.131023 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2605 | 2025.01.25 03:54:32.131173 [ 188 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 2606 | 2025.01.25 03:54:32.131318 [ 260 ] {bdeead49-6b8d-4ac7-8cf5-c509aba7dae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2607 | 2025.01.25 03:54:32.131409 [ 260 ] {bdeead49-6b8d-4ac7-8cf5-c509aba7dae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2608 | 2025.01.25 03:54:32.131512 [ 188 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2609 | 2025.01.25 03:54:32.131613 [ 188 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2610 | 2025.01.25 03:54:32.131931 [ 188 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 2611 | 2025.01.25 03:54:32.132307 [ 188 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2612 | 2025.01.25 03:54:32.132686 [ 188 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 2613 | 2025.01.25 03:54:32.133031 [ 188 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 2614 | 2025.01.25 03:54:32.133169 [ 188 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 2615 | 2025.01.25 03:54:32.134239 [ 260 ] {bdeead49-6b8d-4ac7-8cf5-c509aba7dae5} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2616 | 2025.01.25 03:54:32.134316 [ 260 ] {bdeead49-6b8d-4ac7-8cf5-c509aba7dae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2617 | 2025.01.25 03:54:32.135368 [ 260 ] {bdeead49-6b8d-4ac7-8cf5-c509aba7dae5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2618 | 2025.01.25 03:54:32.135974 [ 260 ] {bdeead49-6b8d-4ac7-8cf5-c509aba7dae5} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2619 | 2025.01.25 03:54:32.136035 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.005219727 sec., 98089.42115171923 rows/sec., 7.02 MiB/sec. | ||
| 2620 | 2025.01.25 03:54:32.136299 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2621 | 2025.01.25 03:54:32.136336 [ 260 ] {bdeead49-6b8d-4ac7-8cf5-c509aba7dae5} <Debug> executeQuery: Read 536 rows, 40.70 KiB in 0.005081 sec., 105491.04506986814 rows/sec., 7.82 MiB/sec. | ||
| 2622 | 2025.01.25 03:54:32.136454 [ 260 ] {bdeead49-6b8d-4ac7-8cf5-c509aba7dae5} <Debug> TCPHandler: Processed in 0.005558785 sec. | ||
| 2623 | 2025.01.25 03:54:32.136630 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2624 | 2025.01.25 03:54:32.136727 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_6_1} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2625 | 2025.01.25 03:54:32.136798 [ 259 ] {551cbcf9-95dc-4da5-bc1e-abd19bf6475d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2626 | 2025.01.25 03:54:32.136832 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_6_1} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2627 | 2025.01.25 03:54:32.136867 [ 259 ] {551cbcf9-95dc-4da5-bc1e-abd19bf6475d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2628 | 2025.01.25 03:54:32.136946 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2629 | 2025.01.25 03:54:32.137708 [ 259 ] {551cbcf9-95dc-4da5-bc1e-abd19bf6475d} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2630 | 2025.01.25 03:54:32.137745 [ 259 ] {551cbcf9-95dc-4da5-bc1e-abd19bf6475d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2631 | 2025.01.25 03:54:32.138198 [ 259 ] {551cbcf9-95dc-4da5-bc1e-abd19bf6475d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2632 | 2025.01.25 03:54:32.138446 [ 259 ] {551cbcf9-95dc-4da5-bc1e-abd19bf6475d} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2633 | 2025.01.25 03:54:32.138623 [ 259 ] {551cbcf9-95dc-4da5-bc1e-abd19bf6475d} <Debug> executeQuery: Read 956 rows, 65.67 KiB in 0.001874 sec., 510138.7406616862 rows/sec., 34.22 MiB/sec. | ||
| 2634 | 2025.01.25 03:54:32.138674 [ 259 ] {551cbcf9-95dc-4da5-bc1e-abd19bf6475d} <Debug> TCPHandler: Processed in 0.002129882 sec. | ||
| 2635 | 2025.01.25 03:54:32.138821 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2636 | 2025.01.25 03:54:32.138945 [ 260 ] {f22cc45d-ae15-4584-9c2e-131518449b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2637 | 2025.01.25 03:54:32.139029 [ 260 ] {f22cc45d-ae15-4584-9c2e-131518449b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2638 | 2025.01.25 03:54:32.140138 [ 260 ] {f22cc45d-ae15-4584-9c2e-131518449b7f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2639 | 2025.01.25 03:54:32.140178 [ 260 ] {f22cc45d-ae15-4584-9c2e-131518449b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2640 | 2025.01.25 03:54:32.140818 [ 260 ] {f22cc45d-ae15-4584-9c2e-131518449b7f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2641 | 2025.01.25 03:54:32.141073 [ 260 ] {f22cc45d-ae15-4584-9c2e-131518449b7f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2025.01.25 03:54:32.141432 [ 260 ] {f22cc45d-ae15-4584-9c2e-131518449b7f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002488 sec., 3215.434083601286 rows/sec., 5.76 MiB/sec. | ||
| 2643 | 2025.01.25 03:54:32.141608 [ 260 ] {f22cc45d-ae15-4584-9c2e-131518449b7f} <Debug> TCPHandler: Processed in 0.002842809 sec. | ||
| 2644 | 2025.01.25 03:54:32.141844 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2645 | 2025.01.25 03:54:32.142068 [ 259 ] {678e2303-60f1-427e-8be1-f5036e1d7abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2646 | 2025.01.25 03:54:32.142162 [ 259 ] {678e2303-60f1-427e-8be1-f5036e1d7abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2647 | 2025.01.25 03:54:32.142739 [ 259 ] {678e2303-60f1-427e-8be1-f5036e1d7abb} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2025.01.25 03:54:32.142778 [ 259 ] {678e2303-60f1-427e-8be1-f5036e1d7abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2649 | 2025.01.25 03:54:32.143151 [ 259 ] {678e2303-60f1-427e-8be1-f5036e1d7abb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2650 | 2025.01.25 03:54:32.143390 [ 259 ] {678e2303-60f1-427e-8be1-f5036e1d7abb} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2025.01.25 03:54:32.143575 [ 259 ] {678e2303-60f1-427e-8be1-f5036e1d7abb} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001565 sec., 25559.105431309905 rows/sec., 1.73 MiB/sec. | ||
| 2652 | 2025.01.25 03:54:32.143624 [ 259 ] {678e2303-60f1-427e-8be1-f5036e1d7abb} <Debug> TCPHandler: Processed in 0.001889026 sec. | ||
| 2653 | 2025.01.25 03:54:32.390682 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 380 | ||
| 2654 | 2025.01.25 03:54:32.394406 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2655 | 2025.01.25 03:54:32.394452 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2656 | 2025.01.25 03:54:32.395949 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2657 | 2025.01.25 03:54:32.396249 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2658 | 2025.01.25 03:54:32.396861 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 2659 | 2025.01.25 03:54:33.754645 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2660 | 2025.01.25 03:54:33.754838 [ 259 ] {0ff4fd73-15ae-4de1-9f0b-97505cad1bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2661 | 2025.01.25 03:54:33.754913 [ 259 ] {0ff4fd73-15ae-4de1-9f0b-97505cad1bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2662 | 2025.01.25 03:54:33.755791 [ 259 ] {0ff4fd73-15ae-4de1-9f0b-97505cad1bbf} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2663 | 2025.01.25 03:54:33.755858 [ 259 ] {0ff4fd73-15ae-4de1-9f0b-97505cad1bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2664 | 2025.01.25 03:54:33.756319 [ 259 ] {0ff4fd73-15ae-4de1-9f0b-97505cad1bbf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2665 | 2025.01.25 03:54:33.756572 [ 259 ] {0ff4fd73-15ae-4de1-9f0b-97505cad1bbf} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2666 | 2025.01.25 03:54:33.756793 [ 259 ] {0ff4fd73-15ae-4de1-9f0b-97505cad1bbf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.13 MiB/sec. | ||
| 2667 | 2025.01.25 03:54:33.756902 [ 259 ] {0ff4fd73-15ae-4de1-9f0b-97505cad1bbf} <Debug> TCPHandler: Processed in 0.002394688 sec. | ||
| 2668 | 2025.01.25 03:54:33.757214 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2669 | 2025.01.25 03:54:33.757418 [ 260 ] {482c06fe-f041-4da2-a695-33197683c775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2670 | 2025.01.25 03:54:33.757491 [ 260 ] {482c06fe-f041-4da2-a695-33197683c775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2671 | 2025.01.25 03:54:33.758251 [ 260 ] {482c06fe-f041-4da2-a695-33197683c775} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2672 | 2025.01.25 03:54:33.758296 [ 260 ] {482c06fe-f041-4da2-a695-33197683c775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2673 | 2025.01.25 03:54:33.758723 [ 260 ] {482c06fe-f041-4da2-a695-33197683c775} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2674 | 2025.01.25 03:54:33.758982 [ 260 ] {482c06fe-f041-4da2-a695-33197683c775} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2675 | 2025.01.25 03:54:33.759174 [ 260 ] {482c06fe-f041-4da2-a695-33197683c775} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001811 sec., 35339.5913859746 rows/sec., 2.76 MiB/sec. | ||
| 2676 | 2025.01.25 03:54:33.759228 [ 260 ] {482c06fe-f041-4da2-a695-33197683c775} <Debug> TCPHandler: Processed in 0.002196603 sec. | ||
| 2677 | 2025.01.25 03:54:33.759396 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2678 | 2025.01.25 03:54:33.759540 [ 259 ] {e3b6715e-221b-4dda-ab58-3189cdbd78a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2679 | 2025.01.25 03:54:33.759604 [ 259 ] {e3b6715e-221b-4dda-ab58-3189cdbd78a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2680 | 2025.01.25 03:54:33.760259 [ 259 ] {e3b6715e-221b-4dda-ab58-3189cdbd78a9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2681 | 2025.01.25 03:54:33.760307 [ 259 ] {e3b6715e-221b-4dda-ab58-3189cdbd78a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2682 | 2025.01.25 03:54:33.760703 [ 259 ] {e3b6715e-221b-4dda-ab58-3189cdbd78a9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2683 | 2025.01.25 03:54:33.760953 [ 259 ] {e3b6715e-221b-4dda-ab58-3189cdbd78a9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2025.01.25 03:54:33.761168 [ 259 ] {e3b6715e-221b-4dda-ab58-3189cdbd78a9} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001663 sec., 32471.437161755865 rows/sec., 2.26 MiB/sec. | ||
| 2685 | 2025.01.25 03:54:33.761220 [ 259 ] {e3b6715e-221b-4dda-ab58-3189cdbd78a9} <Debug> TCPHandler: Processed in 0.001893776 sec. | ||
| 2686 | 2025.01.25 03:54:33.761368 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2687 | 2025.01.25 03:54:33.761508 [ 260 ] {7f619ef7-9765-42b7-b221-6fe95a63491b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2688 | 2025.01.25 03:54:33.761569 [ 260 ] {7f619ef7-9765-42b7-b221-6fe95a63491b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2689 | 2025.01.25 03:54:33.762140 [ 260 ] {7f619ef7-9765-42b7-b221-6fe95a63491b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2690 | 2025.01.25 03:54:33.762183 [ 260 ] {7f619ef7-9765-42b7-b221-6fe95a63491b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2691 | 2025.01.25 03:54:33.762574 [ 260 ] {7f619ef7-9765-42b7-b221-6fe95a63491b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2692 | 2025.01.25 03:54:33.762806 [ 260 ] {7f619ef7-9765-42b7-b221-6fe95a63491b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2693 | 2025.01.25 03:54:33.762976 [ 260 ] {7f619ef7-9765-42b7-b221-6fe95a63491b} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001501 sec., 13324.450366422385 rows/sec., 916.06 KiB/sec. | ||
| 2694 | 2025.01.25 03:54:33.763025 [ 260 ] {7f619ef7-9765-42b7-b221-6fe95a63491b} <Debug> TCPHandler: Processed in 0.001721542 sec. | ||
| 2695 | 2025.01.25 03:54:34.880196 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2696 | 2025.01.25 03:54:34.880822 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2697 | 2025.01.25 03:54:34.880873 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2698 | 2025.01.25 03:54:34.881421 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2699 | 2025.01.25 03:54:34.881682 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2700 | 2025.01.25 03:54:34.881906 [ 42 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2701 | 2025.01.25 03:54:34.881942 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2702 | 2025.01.25 03:54:34.881991 [ 42 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2703 | 2025.01.25 03:54:34.882020 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2704 | 2025.01.25 03:54:34.882135 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 2705 | 2025.01.25 03:54:34.882247 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2706 | 2025.01.25 03:54:34.882280 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 2707 | 2025.01.25 03:54:34.882348 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2708 | 2025.01.25 03:54:34.882482 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2709 | 2025.01.25 03:54:34.882732 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2710 | 2025.01.25 03:54:34.882927 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2711 | 2025.01.25 03:54:34.883167 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2712 | 2025.01.25 03:54:34.884972 [ 197 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.00288197 sec., 1756784.421767055 rows/sec., 25.13 MiB/sec. | ||
| 2713 | 2025.01.25 03:54:34.885694 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2714 | 2025.01.25 03:54:34.885974 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2025.01.25 03:54:34.886054 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_11_2} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2716 | 2025.01.25 03:54:34.886131 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2717 | 2025.01.25 03:54:35.206591 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2718 | 2025.01.25 03:54:35.227627 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2025.01.25 03:54:35.227688 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2720 | 2025.01.25 03:54:35.235156 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2721 | 2025.01.25 03:54:35.235920 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2722 | 2025.01.25 03:54:35.236279 [ 42 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2723 | 2025.01.25 03:54:35.236420 [ 42 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2724 | 2025.01.25 03:54:35.236494 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2725 | 2025.01.25 03:54:35.236963 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 2726 | 2025.01.25 03:54:35.246186 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2727 | 2025.01.25 03:54:35.247307 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2728 | 2025.01.25 03:54:35.248170 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 2729 | 2025.01.25 03:54:35.253091 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 2730 | 2025.01.25 03:54:35.257598 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 2731 | 2025.01.25 03:54:35.262532 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 2732 | 2025.01.25 03:54:35.267648 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 2733 | 2025.01.25 03:54:35.271994 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 2734 | 2025.01.25 03:54:35.327243 [ 188 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.090611568 sec., 915.997833742376 rows/sec., 4.74 MiB/sec. | ||
| 2735 | 2025.01.25 03:54:35.329878 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2736 | 2025.01.25 03:54:35.332992 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_11_2} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2025.01.25 03:54:35.333128 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_11_2} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2738 | 2025.01.25 03:54:35.336000 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2739 | 2025.01.25 03:54:36.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.12 MiB, peak 181.03 MiB, free memory in arenas 0.00 B, will set to 172.86 MiB (RSS), difference: 1.74 MiB | ||
| 2740 | 2025.01.25 03:54:38.765731 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2741 | 2025.01.25 03:54:38.765945 [ 259 ] {a5056e32-5f3d-469a-b926-3ae367649c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2742 | 2025.01.25 03:54:38.766022 [ 259 ] {a5056e32-5f3d-469a-b926-3ae367649c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2743 | 2025.01.25 03:54:38.766792 [ 259 ] {a5056e32-5f3d-469a-b926-3ae367649c57} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2744 | 2025.01.25 03:54:38.766846 [ 259 ] {a5056e32-5f3d-469a-b926-3ae367649c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2745 | 2025.01.25 03:54:38.767293 [ 259 ] {a5056e32-5f3d-469a-b926-3ae367649c57} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2746 | 2025.01.25 03:54:38.767550 [ 259 ] {a5056e32-5f3d-469a-b926-3ae367649c57} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2747 | 2025.01.25 03:54:38.767761 [ 115 ] {} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2748 | 2025.01.25 03:54:38.767812 [ 259 ] {a5056e32-5f3d-469a-b926-3ae367649c57} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec. | ||
| 2749 | 2025.01.25 03:54:38.767840 [ 115 ] {} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2750 | 2025.01.25 03:54:38.767908 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2751 | 2025.01.25 03:54:38.767955 [ 259 ] {a5056e32-5f3d-469a-b926-3ae367649c57} <Debug> TCPHandler: Processed in 0.002359627 sec. | ||
| 2752 | 2025.01.25 03:54:38.768286 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2753 | 2025.01.25 03:54:38.768320 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 2754 | 2025.01.25 03:54:38.768504 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2755 | 2025.01.25 03:54:38.768515 [ 260 ] {531cc0fe-3465-4c58-9b84-8290191b55e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2756 | 2025.01.25 03:54:38.768549 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 2757 | 2025.01.25 03:54:38.768603 [ 260 ] {531cc0fe-3465-4c58-9b84-8290191b55e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2758 | 2025.01.25 03:54:38.768718 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 2759 | 2025.01.25 03:54:38.768955 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 2760 | 2025.01.25 03:54:38.769151 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 2761 | 2025.01.25 03:54:38.769557 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 2762 | 2025.01.25 03:54:38.770677 [ 260 ] {531cc0fe-3465-4c58-9b84-8290191b55e4} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2763 | 2025.01.25 03:54:38.770732 [ 260 ] {531cc0fe-3465-4c58-9b84-8290191b55e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2764 | 2025.01.25 03:54:38.771161 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003104135 sec., 22550.565616508302 rows/sec., 1.67 MiB/sec. | ||
| 2765 | 2025.01.25 03:54:38.771362 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2766 | 2025.01.25 03:54:38.771468 [ 260 ] {531cc0fe-3465-4c58-9b84-8290191b55e4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2767 | 2025.01.25 03:54:38.771702 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_5_1} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2768 | 2025.01.25 03:54:38.771798 [ 260 ] {531cc0fe-3465-4c58-9b84-8290191b55e4} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2769 | 2025.01.25 03:54:38.771811 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_5_1} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2770 | 2025.01.25 03:54:38.771905 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2771 | 2025.01.25 03:54:38.772014 [ 115 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2772 | 2025.01.25 03:54:38.772080 [ 115 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2773 | 2025.01.25 03:54:38.772103 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2774 | 2025.01.25 03:54:38.772139 [ 260 ] {531cc0fe-3465-4c58-9b84-8290191b55e4} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.00368 sec., 69836.95652173914 rows/sec., 6.11 MiB/sec. | ||
| 2775 | 2025.01.25 03:54:38.772382 [ 260 ] {531cc0fe-3465-4c58-9b84-8290191b55e4} <Debug> TCPHandler: Processed in 0.004300144 sec. | ||
| 2776 | 2025.01.25 03:54:38.772440 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 2777 | 2025.01.25 03:54:38.772575 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2778 | 2025.01.25 03:54:38.772659 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2779 | 2025.01.25 03:54:38.772737 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1359 rows starting from the beginning of the part | ||
| 2780 | 2025.01.25 03:54:38.772830 [ 259 ] {bf60c9e0-bb3d-4c32-9834-2b31d7ed94b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2781 | 2025.01.25 03:54:38.772969 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part | ||
| 2782 | 2025.01.25 03:54:38.773047 [ 259 ] {bf60c9e0-bb3d-4c32-9834-2b31d7ed94b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2783 | 2025.01.25 03:54:38.773236 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 257 rows starting from the beginning of the part | ||
| 2784 | 2025.01.25 03:54:38.773561 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1216 rows starting from the beginning of the part | ||
| 2785 | 2025.01.25 03:54:38.773870 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2786 | 2025.01.25 03:54:38.774170 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 257 rows starting from the beginning of the part | ||
| 2787 | 2025.01.25 03:54:38.775869 [ 259 ] {bf60c9e0-bb3d-4c32-9834-2b31d7ed94b4} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2025.01.25 03:54:38.775950 [ 259 ] {bf60c9e0-bb3d-4c32-9834-2b31d7ed94b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2789 | 2025.01.25 03:54:38.777009 [ 259 ] {bf60c9e0-bb3d-4c32-9834-2b31d7ed94b4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2790 | 2025.01.25 03:54:38.777328 [ 259 ] {bf60c9e0-bb3d-4c32-9834-2b31d7ed94b4} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2791 | 2025.01.25 03:54:38.777551 [ 115 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2792 | 2025.01.25 03:54:38.777657 [ 115 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2025.01.25 03:54:38.777744 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2794 | 2025.01.25 03:54:38.778086 [ 259 ] {bf60c9e0-bb3d-4c32-9834-2b31d7ed94b4} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.005284 sec., 6434.519303557911 rows/sec., 470.54 KiB/sec. | ||
| 2795 | 2025.01.25 03:54:38.778159 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2796 | 2025.01.25 03:54:38.778554 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3217 rows, containing 5 columns (5 merged, 0 gathered) in 0.006338144 sec., 507561.8351365952 rows/sec., 44.21 MiB/sec. | ||
| 2797 | 2025.01.25 03:54:38.778591 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2798 | 2025.01.25 03:54:38.778579 [ 259 ] {bf60c9e0-bb3d-4c32-9834-2b31d7ed94b4} <Debug> TCPHandler: Processed in 0.006069807 sec. | ||
| 2799 | 2025.01.25 03:54:38.778647 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 15 rows starting from the beginning of the part | ||
| 2800 | 2025.01.25 03:54:38.778923 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2801 | 2025.01.25 03:54:38.779044 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2802 | 2025.01.25 03:54:38.779097 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2803 | 2025.01.25 03:54:38.779479 [ 260 ] {2add36d9-f9d8-4b0e-bc64-75f46bfc096c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2804 | 2025.01.25 03:54:38.779539 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 2805 | 2025.01.25 03:54:38.779747 [ 260 ] {2add36d9-f9d8-4b0e-bc64-75f46bfc096c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2806 | 2025.01.25 03:54:38.780030 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 2807 | 2025.01.25 03:54:38.780622 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part | ||
| 2808 | 2025.01.25 03:54:38.780643 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2809 | 2025.01.25 03:54:38.781091 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 2810 | 2025.01.25 03:54:38.781203 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_16_3} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2811 | 2025.01.25 03:54:38.781747 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 2812 | 2025.01.25 03:54:38.783303 [ 260 ] {2add36d9-f9d8-4b0e-bc64-75f46bfc096c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2813 | 2025.01.25 03:54:38.783372 [ 260 ] {2add36d9-f9d8-4b0e-bc64-75f46bfc096c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2814 | 2025.01.25 03:54:38.784447 [ 186 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 5 columns (5 merged, 0 gathered) in 0.00658751 sec., 17305.47657612664 rows/sec., 1.29 MiB/sec. | ||
| 2815 | 2025.01.25 03:54:38.784463 [ 260 ] {2add36d9-f9d8-4b0e-bc64-75f46bfc096c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2816 | 2025.01.25 03:54:38.784659 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2817 | 2025.01.25 03:54:38.784900 [ 260 ] {2add36d9-f9d8-4b0e-bc64-75f46bfc096c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2818 | 2025.01.25 03:54:38.785350 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_11_2} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2025.01.25 03:54:38.785465 [ 260 ] {2add36d9-f9d8-4b0e-bc64-75f46bfc096c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006168 sec., 2269.7795071335927 rows/sec., 158.96 KiB/sec. | ||
| 2820 | 2025.01.25 03:54:38.785654 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_11_2} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2821 | 2025.01.25 03:54:38.785673 [ 260 ] {2add36d9-f9d8-4b0e-bc64-75f46bfc096c} <Debug> TCPHandler: Processed in 0.006950179 sec. | ||
| 2822 | 2025.01.25 03:54:38.785874 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2823 | 2025.01.25 03:54:38.785915 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2824 | 2025.01.25 03:54:38.786043 [ 259 ] {ea002fd9-5997-4f38-90db-36b07f97bb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2825 | 2025.01.25 03:54:38.786094 [ 259 ] {ea002fd9-5997-4f38-90db-36b07f97bb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2826 | 2025.01.25 03:54:38.786697 [ 259 ] {ea002fd9-5997-4f38-90db-36b07f97bb19} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2827 | 2025.01.25 03:54:38.786738 [ 259 ] {ea002fd9-5997-4f38-90db-36b07f97bb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2828 | 2025.01.25 03:54:38.787103 [ 259 ] {ea002fd9-5997-4f38-90db-36b07f97bb19} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2829 | 2025.01.25 03:54:38.787354 [ 259 ] {ea002fd9-5997-4f38-90db-36b07f97bb19} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2830 | 2025.01.25 03:54:38.787514 [ 115 ] {} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2831 | 2025.01.25 03:54:38.787576 [ 115 ] {} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2832 | 2025.01.25 03:54:38.787611 [ 259 ] {ea002fd9-5997-4f38-90db-36b07f97bb19} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec. | ||
| 2833 | 2025.01.25 03:54:38.787617 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2834 | 2025.01.25 03:54:38.787798 [ 259 ] {ea002fd9-5997-4f38-90db-36b07f97bb19} <Debug> TCPHandler: Processed in 0.002001768 sec. | ||
| 2835 | 2025.01.25 03:54:38.787896 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 2836 | 2025.01.25 03:54:38.788060 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2837 | 2025.01.25 03:54:38.788272 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2838 | 2025.01.25 03:54:38.788324 [ 260 ] {8442d42a-f2d4-4670-9397-eb750860919a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2839 | 2025.01.25 03:54:38.788345 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 2840 | 2025.01.25 03:54:38.788419 [ 260 ] {8442d42a-f2d4-4670-9397-eb750860919a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2841 | 2025.01.25 03:54:38.788669 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 2842 | 2025.01.25 03:54:38.789017 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 2843 | 2025.01.25 03:54:38.789419 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 2844 | 2025.01.25 03:54:38.789770 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 2845 | 2025.01.25 03:54:38.791416 [ 260 ] {8442d42a-f2d4-4670-9397-eb750860919a} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2025.01.25 03:54:38.791485 [ 260 ] {8442d42a-f2d4-4670-9397-eb750860919a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2847 | 2025.01.25 03:54:38.792228 [ 188 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004486519 sec., 14487.846813977609 rows/sec., 959.91 KiB/sec. | ||
| 2848 | 2025.01.25 03:54:38.792441 [ 188 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2849 | 2025.01.25 03:54:38.792446 [ 260 ] {8442d42a-f2d4-4670-9397-eb750860919a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2850 | 2025.01.25 03:54:38.792938 [ 260 ] {8442d42a-f2d4-4670-9397-eb750860919a} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2851 | 2025.01.25 03:54:38.793006 [ 188 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_5_1} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2025.01.25 03:54:38.793215 [ 188 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_5_1} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2853 | 2025.01.25 03:54:38.793217 [ 115 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2854 | 2025.01.25 03:54:38.793322 [ 115 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2855 | 2025.01.25 03:54:38.793401 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2856 | 2025.01.25 03:54:38.793478 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2857 | 2025.01.25 03:54:38.793525 [ 260 ] {8442d42a-f2d4-4670-9397-eb750860919a} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.005253 sec., 77860.27032172092 rows/sec., 5.55 MiB/sec. | ||
| 2858 | 2025.01.25 03:54:38.793859 [ 260 ] {8442d42a-f2d4-4670-9397-eb750860919a} <Debug> TCPHandler: Processed in 0.005947414 sec. | ||
| 2859 | 2025.01.25 03:54:38.793900 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 2860 | 2025.01.25 03:54:38.794139 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2861 | 2025.01.25 03:54:38.794456 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2862 | 2025.01.25 03:54:38.794493 [ 259 ] {26295a0e-d3c7-424d-be95-d6338afdb5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2863 | 2025.01.25 03:54:38.794516 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 846 rows starting from the beginning of the part | ||
| 2864 | 2025.01.25 03:54:38.794598 [ 259 ] {26295a0e-d3c7-424d-be95-d6338afdb5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2865 | 2025.01.25 03:54:38.794768 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part | ||
| 2866 | 2025.01.25 03:54:38.795040 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 422 rows starting from the beginning of the part | ||
| 2867 | 2025.01.25 03:54:38.795391 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 536 rows starting from the beginning of the part | ||
| 2868 | 2025.01.25 03:54:38.795774 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 2869 | 2025.01.25 03:54:38.796101 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 409 rows starting from the beginning of the part | ||
| 2870 | 2025.01.25 03:54:38.797139 [ 259 ] {26295a0e-d3c7-424d-be95-d6338afdb5ec} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2871 | 2025.01.25 03:54:38.797201 [ 259 ] {26295a0e-d3c7-424d-be95-d6338afdb5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2872 | 2025.01.25 03:54:38.798266 [ 259 ] {26295a0e-d3c7-424d-be95-d6338afdb5ec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2873 | 2025.01.25 03:54:38.798646 [ 259 ] {26295a0e-d3c7-424d-be95-d6338afdb5ec} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2874 | 2025.01.25 03:54:38.799350 [ 259 ] {26295a0e-d3c7-424d-be95-d6338afdb5ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004922 sec., 1219.016659894352 rows/sec., 63.69 KiB/sec. | ||
| 2875 | 2025.01.25 03:54:38.799527 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2349 rows, containing 5 columns (5 merged, 0 gathered) in 0.005952044 sec., 394654.3405929123 rows/sec., 30.21 MiB/sec. | ||
| 2876 | 2025.01.25 03:54:38.799538 [ 259 ] {26295a0e-d3c7-424d-be95-d6338afdb5ec} <Debug> TCPHandler: Processed in 0.005554835 sec. | ||
| 2877 | 2025.01.25 03:54:38.799721 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2878 | 2025.01.25 03:54:38.799731 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2879 | 2025.01.25 03:54:38.799894 [ 260 ] {57aa119c-45ae-4602-b0b2-4eba71d3aed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2880 | 2025.01.25 03:54:38.799967 [ 260 ] {57aa119c-45ae-4602-b0b2-4eba71d3aed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2881 | 2025.01.25 03:54:38.800046 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2882 | 2025.01.25 03:54:38.800171 [ 186 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_16_3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2883 | 2025.01.25 03:54:38.800280 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 2884 | 2025.01.25 03:54:38.800727 [ 260 ] {57aa119c-45ae-4602-b0b2-4eba71d3aed9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2025.01.25 03:54:38.800765 [ 260 ] {57aa119c-45ae-4602-b0b2-4eba71d3aed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2886 | 2025.01.25 03:54:38.801170 [ 260 ] {57aa119c-45ae-4602-b0b2-4eba71d3aed9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2887 | 2025.01.25 03:54:38.801409 [ 260 ] {57aa119c-45ae-4602-b0b2-4eba71d3aed9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2025.01.25 03:54:38.801570 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2889 | 2025.01.25 03:54:38.801634 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2890 | 2025.01.25 03:54:38.801659 [ 260 ] {57aa119c-45ae-4602-b0b2-4eba71d3aed9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001796 sec., 131959.9109131403 rows/sec., 8.84 MiB/sec. | ||
| 2891 | 2025.01.25 03:54:38.801675 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2892 | 2025.01.25 03:54:38.801812 [ 260 ] {57aa119c-45ae-4602-b0b2-4eba71d3aed9} <Debug> TCPHandler: Processed in 0.002151262 sec. | ||
| 2893 | 2025.01.25 03:54:38.801922 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 2894 | 2025.01.25 03:54:38.801985 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2895 | 2025.01.25 03:54:38.802089 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2896 | 2025.01.25 03:54:38.802132 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3817 rows starting from the beginning of the part | ||
| 2897 | 2025.01.25 03:54:38.802138 [ 259 ] {c76aeeaa-75d4-4690-829a-a6e831a97902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2898 | 2025.01.25 03:54:38.802239 [ 259 ] {c76aeeaa-75d4-4690-829a-a6e831a97902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2899 | 2025.01.25 03:54:38.802363 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2900 | 2025.01.25 03:54:38.802735 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 2901 | 2025.01.25 03:54:38.803139 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 956 rows starting from the beginning of the part | ||
| 2902 | 2025.01.25 03:54:38.803449 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 54 rows starting from the beginning of the part | ||
| 2903 | 2025.01.25 03:54:38.803801 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2904 | 2025.01.25 03:54:38.804632 [ 259 ] {c76aeeaa-75d4-4690-829a-a6e831a97902} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2025.01.25 03:54:38.804678 [ 259 ] {c76aeeaa-75d4-4690-829a-a6e831a97902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2906 | 2025.01.25 03:54:38.805182 [ 259 ] {c76aeeaa-75d4-4690-829a-a6e831a97902} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2907 | 2025.01.25 03:54:38.805516 [ 259 ] {c76aeeaa-75d4-4690-829a-a6e831a97902} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2025.01.25 03:54:38.805775 [ 115 ] {} <Debug> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2909 | 2025.01.25 03:54:38.805899 [ 115 ] {} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.01.25 03:54:38.805974 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2911 | 2025.01.25 03:54:38.806020 [ 259 ] {c76aeeaa-75d4-4690-829a-a6e831a97902} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003908 sec., 255.88536335721597 rows/sec., 17.24 KiB/sec. | ||
| 2912 | 2025.01.25 03:54:38.806425 [ 259 ] {c76aeeaa-75d4-4690-829a-a6e831a97902} <Debug> TCPHandler: Processed in 0.004497589 sec. | ||
| 2913 | 2025.01.25 03:54:38.806465 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::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 | ||
| 2914 | 2025.01.25 03:54:38.806692 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2915 | 2025.01.25 03:54:38.806910 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2916 | 2025.01.25 03:54:38.806919 [ 260 ] {8b86a00d-f7db-4fc2-889b-d5cc24118487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2917 | 2025.01.25 03:54:38.806945 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2918 | 2025.01.25 03:54:38.807166 [ 260 ] {8b86a00d-f7db-4fc2-889b-d5cc24118487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2919 | 2025.01.25 03:54:38.807174 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::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 | ||
| 2920 | 2025.01.25 03:54:38.807498 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2921 | 2025.01.25 03:54:38.807760 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::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 | ||
| 2922 | 2025.01.25 03:54:38.808383 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2923 | 2025.01.25 03:54:38.808874 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5461 rows, containing 5 columns (5 merged, 0 gathered) in 0.007029601 sec., 776857.7476872443 rows/sec., 52.43 MiB/sec. | ||
| 2924 | 2025.01.25 03:54:38.809559 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2925 | 2025.01.25 03:54:38.810835 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2025.01.25 03:54:38.811252 [ 201 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2927 | 2025.01.25 03:54:38.811604 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
| 2928 | 2025.01.25 03:54:38.811986 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005869042 sec., 851.9277933264067 rows/sec., 57.41 KiB/sec. | ||
| 2929 | 2025.01.25 03:54:38.812121 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2930 | 2025.01.25 03:54:38.812628 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_5_1} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.01.25 03:54:38.812634 [ 260 ] {8b86a00d-f7db-4fc2-889b-d5cc24118487} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2932 | 2025.01.25 03:54:38.812686 [ 260 ] {8b86a00d-f7db-4fc2-889b-d5cc24118487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2933 | 2025.01.25 03:54:38.812713 [ 186 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_5_1} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2934 | 2025.01.25 03:54:38.812836 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2935 | 2025.01.25 03:54:38.813420 [ 260 ] {8b86a00d-f7db-4fc2-889b-d5cc24118487} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2936 | 2025.01.25 03:54:38.813680 [ 260 ] {8b86a00d-f7db-4fc2-889b-d5cc24118487} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2937 | 2025.01.25 03:54:38.814030 [ 260 ] {8b86a00d-f7db-4fc2-889b-d5cc24118487} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007151 sec., 3775.6957068941406 rows/sec., 6.77 MiB/sec. | ||
| 2938 | 2025.01.25 03:54:38.814166 [ 260 ] {8b86a00d-f7db-4fc2-889b-d5cc24118487} <Debug> TCPHandler: Processed in 0.007617645 sec. | ||
| 2939 | 2025.01.25 03:54:38.814318 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2940 | 2025.01.25 03:54:38.814444 [ 259 ] {48516fe1-a041-416a-9ac0-18535c8c7acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2941 | 2025.01.25 03:54:38.814501 [ 259 ] {48516fe1-a041-416a-9ac0-18535c8c7acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2942 | 2025.01.25 03:54:38.815080 [ 259 ] {48516fe1-a041-416a-9ac0-18535c8c7acd} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2943 | 2025.01.25 03:54:38.815126 [ 259 ] {48516fe1-a041-416a-9ac0-18535c8c7acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2944 | 2025.01.25 03:54:38.815550 [ 259 ] {48516fe1-a041-416a-9ac0-18535c8c7acd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2945 | 2025.01.25 03:54:38.815783 [ 259 ] {48516fe1-a041-416a-9ac0-18535c8c7acd} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2946 | 2025.01.25 03:54:38.815936 [ 115 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2947 | 2025.01.25 03:54:38.815997 [ 115 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2948 | 2025.01.25 03:54:38.816026 [ 259 ] {48516fe1-a041-416a-9ac0-18535c8c7acd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001598 sec., 51314.14267834793 rows/sec., 3.26 MiB/sec. | ||
| 2949 | 2025.01.25 03:54:38.816038 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2950 | 2025.01.25 03:54:38.816191 [ 259 ] {48516fe1-a041-416a-9ac0-18535c8c7acd} <Debug> TCPHandler: Processed in 0.001926627 sec. | ||
| 2951 | 2025.01.25 03:54:38.816417 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 2952 | 2025.01.25 03:54:38.816685 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2953 | 2025.01.25 03:54:38.816721 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part | ||
| 2954 | 2025.01.25 03:54:38.816804 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2955 | 2025.01.25 03:54:38.817011 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 2956 | 2025.01.25 03:54:38.817234 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 2957 | 2025.01.25 03:54:38.817436 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 2958 | 2025.01.25 03:54:38.817626 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 2959 | 2025.01.25 03:54:38.818878 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 884 rows, containing 4 columns (4 merged, 0 gathered) in 0.002705845 sec., 326700.1620565849 rows/sec., 21.49 MiB/sec. | ||
| 2960 | 2025.01.25 03:54:38.819111 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2961 | 2025.01.25 03:54:38.819442 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2025.01.25 03:54:38.819526 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_16_3} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2963 | 2025.01.25 03:54:38.819622 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2964 | 2025.01.25 03:54:42.310371 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2965 | 2025.01.25 03:54:42.310440 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2966 | 2025.01.25 03:54:42.383024 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2967 | 2025.01.25 03:54:42.383672 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2025.01.25 03:54:42.383712 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2969 | 2025.01.25 03:54:42.384254 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2970 | 2025.01.25 03:54:42.384520 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2025.01.25 03:54:42.384721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2972 | 2025.01.25 03:54:42.398093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 410 | ||
| 2973 | 2025.01.25 03:54:42.401150 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2025.01.25 03:54:42.401203 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2975 | 2025.01.25 03:54:42.402669 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2976 | 2025.01.25 03:54:42.402986 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.01.25 03:54:42.403602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 410 | ||
| 2978 | 2025.01.25 03:54:42.747213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2979 | 2025.01.25 03:54:42.765882 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2980 | 2025.01.25 03:54:42.765937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2981 | 2025.01.25 03:54:42.773184 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2982 | 2025.01.25 03:54:42.773910 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2983 | 2025.01.25 03:54:42.776422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2984 | 2025.01.25 03:54:43.760242 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2985 | 2025.01.25 03:54:43.760538 [ 259 ] {3af2ca8a-a112-4007-b791-c6be1897f737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2986 | 2025.01.25 03:54:43.760650 [ 259 ] {3af2ca8a-a112-4007-b791-c6be1897f737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2987 | 2025.01.25 03:54:43.761422 [ 259 ] {3af2ca8a-a112-4007-b791-c6be1897f737} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2988 | 2025.01.25 03:54:43.761468 [ 259 ] {3af2ca8a-a112-4007-b791-c6be1897f737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2989 | 2025.01.25 03:54:43.761894 [ 259 ] {3af2ca8a-a112-4007-b791-c6be1897f737} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2990 | 2025.01.25 03:54:43.762139 [ 259 ] {3af2ca8a-a112-4007-b791-c6be1897f737} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2991 | 2025.01.25 03:54:43.762371 [ 259 ] {3af2ca8a-a112-4007-b791-c6be1897f737} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001919 sec., 42730.58884835852 rows/sec., 3.53 MiB/sec. | ||
| 2992 | 2025.01.25 03:54:43.762426 [ 259 ] {3af2ca8a-a112-4007-b791-c6be1897f737} <Debug> TCPHandler: Processed in 0.002374097 sec. | ||
| 2993 | 2025.01.25 03:54:43.762696 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2994 | 2025.01.25 03:54:43.762980 [ 260 ] {8b489ba1-9ecf-4610-a711-3c2c8683020e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2995 | 2025.01.25 03:54:43.763088 [ 260 ] {8b489ba1-9ecf-4610-a711-3c2c8683020e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2996 | 2025.01.25 03:54:43.764037 [ 260 ] {8b489ba1-9ecf-4610-a711-3c2c8683020e} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2997 | 2025.01.25 03:54:43.764084 [ 260 ] {8b489ba1-9ecf-4610-a711-3c2c8683020e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2998 | 2025.01.25 03:54:43.764508 [ 260 ] {8b489ba1-9ecf-4610-a711-3c2c8683020e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2999 | 2025.01.25 03:54:43.764762 [ 260 ] {8b489ba1-9ecf-4610-a711-3c2c8683020e} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3000 | 2025.01.25 03:54:43.765004 [ 260 ] {8b489ba1-9ecf-4610-a711-3c2c8683020e} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.002106 sec., 6172.83950617284 rows/sec., 464.17 KiB/sec. | ||
| 3001 | 2025.01.25 03:54:43.765073 [ 260 ] {8b489ba1-9ecf-4610-a711-3c2c8683020e} <Debug> TCPHandler: Processed in 0.002547001 sec. | ||
| 3002 | 2025.01.25 03:54:43.765273 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3003 | 2025.01.25 03:54:43.765493 [ 259 ] {9d240412-b9a9-498a-82d8-3b28c88626e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3004 | 2025.01.25 03:54:43.765583 [ 259 ] {9d240412-b9a9-498a-82d8-3b28c88626e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3005 | 2025.01.25 03:54:43.766219 [ 259 ] {9d240412-b9a9-498a-82d8-3b28c88626e1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3006 | 2025.01.25 03:54:43.766257 [ 259 ] {9d240412-b9a9-498a-82d8-3b28c88626e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3007 | 2025.01.25 03:54:43.766614 [ 259 ] {9d240412-b9a9-498a-82d8-3b28c88626e1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3008 | 2025.01.25 03:54:43.766856 [ 259 ] {9d240412-b9a9-498a-82d8-3b28c88626e1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3009 | 2025.01.25 03:54:43.767064 [ 259 ] {9d240412-b9a9-498a-82d8-3b28c88626e1} <Debug> executeQuery: Read 83 rows, 6.64 KiB in 0.001626 sec., 51045.51045510455 rows/sec., 3.99 MiB/sec. | ||
| 3010 | 2025.01.25 03:54:43.767117 [ 259 ] {9d240412-b9a9-498a-82d8-3b28c88626e1} <Debug> TCPHandler: Processed in 0.001950287 sec. | ||
| 3011 | 2025.01.25 03:54:43.767274 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3012 | 2025.01.25 03:54:43.767422 [ 260 ] {f67aa029-7a87-4d0b-8606-f4c34f1bfab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3013 | 2025.01.25 03:54:43.767488 [ 260 ] {f67aa029-7a87-4d0b-8606-f4c34f1bfab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3014 | 2025.01.25 03:54:43.768089 [ 260 ] {f67aa029-7a87-4d0b-8606-f4c34f1bfab8} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3015 | 2025.01.25 03:54:43.768130 [ 260 ] {f67aa029-7a87-4d0b-8606-f4c34f1bfab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3016 | 2025.01.25 03:54:43.768533 [ 260 ] {f67aa029-7a87-4d0b-8606-f4c34f1bfab8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3017 | 2025.01.25 03:54:43.768782 [ 260 ] {f67aa029-7a87-4d0b-8606-f4c34f1bfab8} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3018 | 2025.01.25 03:54:43.768997 [ 260 ] {f67aa029-7a87-4d0b-8606-f4c34f1bfab8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
| 3019 | 2025.01.25 03:54:43.769052 [ 260 ] {f67aa029-7a87-4d0b-8606-f4c34f1bfab8} <Debug> TCPHandler: Processed in 0.001847425 sec. | ||
| 3020 | 2025.01.25 03:54:43.769205 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3021 | 2025.01.25 03:54:43.769343 [ 259 ] {53a33694-1120-4843-b589-11cced815875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3022 | 2025.01.25 03:54:43.769438 [ 259 ] {53a33694-1120-4843-b589-11cced815875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3023 | 2025.01.25 03:54:43.770568 [ 259 ] {53a33694-1120-4843-b589-11cced815875} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3024 | 2025.01.25 03:54:43.770606 [ 259 ] {53a33694-1120-4843-b589-11cced815875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3025 | 2025.01.25 03:54:43.771246 [ 259 ] {53a33694-1120-4843-b589-11cced815875} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3026 | 2025.01.25 03:54:43.771498 [ 259 ] {53a33694-1120-4843-b589-11cced815875} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3027 | 2025.01.25 03:54:43.771754 [ 259 ] {53a33694-1120-4843-b589-11cced815875} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002442 sec., 5323.505323505323 rows/sec., 9.54 MiB/sec. | ||
| 3028 | 2025.01.25 03:54:43.771846 [ 259 ] {53a33694-1120-4843-b589-11cced815875} <Debug> TCPHandler: Processed in 0.002707016 sec. | ||
| 3029 | 2025.01.25 03:54:43.772043 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3030 | 2025.01.25 03:54:43.772248 [ 260 ] {9456ae20-43b3-4dc6-ab07-0b5eb1083549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 3031 | 2025.01.25 03:54:43.772336 [ 260 ] {9456ae20-43b3-4dc6-ab07-0b5eb1083549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3032 | 2025.01.25 03:54:43.772939 [ 260 ] {9456ae20-43b3-4dc6-ab07-0b5eb1083549} <Trace> oximeter.measurements_i64 (d8ce0b11-c126-49cd-892c-93c4093ad5d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3033 | 2025.01.25 03:54:43.772978 [ 260 ] {9456ae20-43b3-4dc6-ab07-0b5eb1083549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3034 | 2025.01.25 03:54:43.773340 [ 260 ] {9456ae20-43b3-4dc6-ab07-0b5eb1083549} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3035 | 2025.01.25 03:54:43.773578 [ 260 ] {9456ae20-43b3-4dc6-ab07-0b5eb1083549} <Trace> oximeter.measurements_i64 (d8ce0b11-c126-49cd-892c-93c4093ad5d7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3036 | 2025.01.25 03:54:43.773811 [ 260 ] {9456ae20-43b3-4dc6-ab07-0b5eb1083549} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 263.41 KiB/sec. | ||
| 3037 | 2025.01.25 03:54:43.773868 [ 260 ] {9456ae20-43b3-4dc6-ab07-0b5eb1083549} <Debug> TCPHandler: Processed in 0.001930637 sec. | ||
| 3038 | 2025.01.25 03:54:43.774059 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3039 | 2025.01.25 03:54:43.774283 [ 259 ] {2d9dd54d-531b-454e-9c63-ea211f02a572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3040 | 2025.01.25 03:54:43.774377 [ 259 ] {2d9dd54d-531b-454e-9c63-ea211f02a572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3041 | 2025.01.25 03:54:43.775000 [ 259 ] {2d9dd54d-531b-454e-9c63-ea211f02a572} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3042 | 2025.01.25 03:54:43.775039 [ 259 ] {2d9dd54d-531b-454e-9c63-ea211f02a572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3043 | 2025.01.25 03:54:43.775400 [ 259 ] {2d9dd54d-531b-454e-9c63-ea211f02a572} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3044 | 2025.01.25 03:54:43.775637 [ 259 ] {2d9dd54d-531b-454e-9c63-ea211f02a572} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3045 | 2025.01.25 03:54:43.775838 [ 259 ] {2d9dd54d-531b-454e-9c63-ea211f02a572} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001612 sec., 37220.843672456576 rows/sec., 2.51 MiB/sec. | ||
| 3046 | 2025.01.25 03:54:43.775887 [ 259 ] {2d9dd54d-531b-454e-9c63-ea211f02a572} <Debug> TCPHandler: Processed in 0.001935677 sec. | ||
| 3047 | 2025.01.25 03:54:48.765049 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3048 | 2025.01.25 03:54:48.765287 [ 259 ] {c7bb9f05-8ae2-411f-9f71-45ba73f7dcb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3049 | 2025.01.25 03:54:48.765369 [ 259 ] {c7bb9f05-8ae2-411f-9f71-45ba73f7dcb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3050 | 2025.01.25 03:54:48.766169 [ 259 ] {c7bb9f05-8ae2-411f-9f71-45ba73f7dcb4} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3051 | 2025.01.25 03:54:48.766220 [ 259 ] {c7bb9f05-8ae2-411f-9f71-45ba73f7dcb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3052 | 2025.01.25 03:54:48.766642 [ 259 ] {c7bb9f05-8ae2-411f-9f71-45ba73f7dcb4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3053 | 2025.01.25 03:54:48.766901 [ 259 ] {c7bb9f05-8ae2-411f-9f71-45ba73f7dcb4} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3054 | 2025.01.25 03:54:48.767097 [ 259 ] {c7bb9f05-8ae2-411f-9f71-45ba73f7dcb4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec. | ||
| 3055 | 2025.01.25 03:54:48.767161 [ 259 ] {c7bb9f05-8ae2-411f-9f71-45ba73f7dcb4} <Debug> TCPHandler: Processed in 0.002254605 sec. | ||
| 3056 | 2025.01.25 03:54:48.767410 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3057 | 2025.01.25 03:54:48.767611 [ 260 ] {042af8c7-e9d0-4ae0-bdfc-ef32d16db445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3058 | 2025.01.25 03:54:48.767687 [ 260 ] {042af8c7-e9d0-4ae0-bdfc-ef32d16db445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3059 | 2025.01.25 03:54:48.768456 [ 260 ] {042af8c7-e9d0-4ae0-bdfc-ef32d16db445} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3060 | 2025.01.25 03:54:48.768510 [ 260 ] {042af8c7-e9d0-4ae0-bdfc-ef32d16db445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3061 | 2025.01.25 03:54:48.768942 [ 260 ] {042af8c7-e9d0-4ae0-bdfc-ef32d16db445} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3062 | 2025.01.25 03:54:48.769201 [ 260 ] {042af8c7-e9d0-4ae0-bdfc-ef32d16db445} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3063 | 2025.01.25 03:54:48.769495 [ 260 ] {042af8c7-e9d0-4ae0-bdfc-ef32d16db445} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001925 sec., 2077.9220779220777 rows/sec., 169.44 KiB/sec. | ||
| 3064 | 2025.01.25 03:54:48.769586 [ 260 ] {042af8c7-e9d0-4ae0-bdfc-ef32d16db445} <Debug> TCPHandler: Processed in 0.002319696 sec. | ||
| 3065 | 2025.01.25 03:54:48.769731 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3066 | 2025.01.25 03:54:48.769861 [ 259 ] {91c2a051-a043-4b3c-9b2e-da26f184c6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3067 | 2025.01.25 03:54:48.769912 [ 259 ] {91c2a051-a043-4b3c-9b2e-da26f184c6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3068 | 2025.01.25 03:54:48.770598 [ 259 ] {91c2a051-a043-4b3c-9b2e-da26f184c6bd} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3069 | 2025.01.25 03:54:48.770635 [ 259 ] {91c2a051-a043-4b3c-9b2e-da26f184c6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3070 | 2025.01.25 03:54:48.771013 [ 259 ] {91c2a051-a043-4b3c-9b2e-da26f184c6bd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3071 | 2025.01.25 03:54:48.771242 [ 259 ] {91c2a051-a043-4b3c-9b2e-da26f184c6bd} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2025.01.25 03:54:48.771422 [ 259 ] {91c2a051-a043-4b3c-9b2e-da26f184c6bd} <Debug> executeQuery: Read 259 rows, 23.16 KiB in 0.001592 sec., 162688.44221105526 rows/sec., 14.21 MiB/sec. | ||
| 3073 | 2025.01.25 03:54:48.771473 [ 259 ] {91c2a051-a043-4b3c-9b2e-da26f184c6bd} <Debug> TCPHandler: Processed in 0.001799634 sec. | ||
| 3074 | 2025.01.25 03:54:48.771615 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3075 | 2025.01.25 03:54:48.771743 [ 260 ] {5519c4df-60ab-485a-b21d-5f0b98e49bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3076 | 2025.01.25 03:54:48.771803 [ 260 ] {5519c4df-60ab-485a-b21d-5f0b98e49bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3077 | 2025.01.25 03:54:48.772530 [ 260 ] {5519c4df-60ab-485a-b21d-5f0b98e49bad} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3078 | 2025.01.25 03:54:48.772580 [ 260 ] {5519c4df-60ab-485a-b21d-5f0b98e49bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3079 | 2025.01.25 03:54:48.772990 [ 260 ] {5519c4df-60ab-485a-b21d-5f0b98e49bad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3080 | 2025.01.25 03:54:48.773250 [ 260 ] {5519c4df-60ab-485a-b21d-5f0b98e49bad} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2025.01.25 03:54:48.773464 [ 260 ] {5519c4df-60ab-485a-b21d-5f0b98e49bad} <Debug> executeQuery: Read 38 rows, 2.77 KiB in 0.001752 sec., 21689.497716894977 rows/sec., 1.54 MiB/sec. | ||
| 3082 | 2025.01.25 03:54:48.773522 [ 260 ] {5519c4df-60ab-485a-b21d-5f0b98e49bad} <Debug> TCPHandler: Processed in 0.001965298 sec. | ||
| 3083 | 2025.01.25 03:54:48.773661 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3084 | 2025.01.25 03:54:48.773780 [ 259 ] {05cd4a56-ecf6-4c3b-b763-249941ed0c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3085 | 2025.01.25 03:54:48.773837 [ 259 ] {05cd4a56-ecf6-4c3b-b763-249941ed0c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3086 | 2025.01.25 03:54:48.774503 [ 259 ] {05cd4a56-ecf6-4c3b-b763-249941ed0c4e} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3087 | 2025.01.25 03:54:48.774550 [ 259 ] {05cd4a56-ecf6-4c3b-b763-249941ed0c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3088 | 2025.01.25 03:54:48.774931 [ 259 ] {05cd4a56-ecf6-4c3b-b763-249941ed0c4e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3089 | 2025.01.25 03:54:48.775172 [ 259 ] {05cd4a56-ecf6-4c3b-b763-249941ed0c4e} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3090 | 2025.01.25 03:54:48.775346 [ 259 ] {05cd4a56-ecf6-4c3b-b763-249941ed0c4e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001593 sec., 8788.449466415568 rows/sec., 615.49 KiB/sec. | ||
| 3091 | 2025.01.25 03:54:48.775397 [ 259 ] {05cd4a56-ecf6-4c3b-b763-249941ed0c4e} <Debug> TCPHandler: Processed in 0.001790674 sec. | ||
| 3092 | 2025.01.25 03:54:48.775533 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3093 | 2025.01.25 03:54:48.775655 [ 260 ] {33234804-ce30-4b5f-8449-e2595c3ac8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3094 | 2025.01.25 03:54:48.775706 [ 260 ] {33234804-ce30-4b5f-8449-e2595c3ac8c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3095 | 2025.01.25 03:54:48.776392 [ 260 ] {33234804-ce30-4b5f-8449-e2595c3ac8c2} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3096 | 2025.01.25 03:54:48.776441 [ 260 ] {33234804-ce30-4b5f-8449-e2595c3ac8c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3097 | 2025.01.25 03:54:48.776848 [ 260 ] {33234804-ce30-4b5f-8449-e2595c3ac8c2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3098 | 2025.01.25 03:54:48.777082 [ 260 ] {33234804-ce30-4b5f-8449-e2595c3ac8c2} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3099 | 2025.01.25 03:54:48.777352 [ 260 ] {33234804-ce30-4b5f-8449-e2595c3ac8c2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001707 sec., 7615.700058582308 rows/sec., 474.84 KiB/sec. | ||
| 3100 | 2025.01.25 03:54:48.777502 [ 260 ] {33234804-ce30-4b5f-8449-e2595c3ac8c2} <Debug> TCPHandler: Processed in 0.002025389 sec. | ||
| 3101 | 2025.01.25 03:54:48.777636 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3102 | 2025.01.25 03:54:48.777753 [ 259 ] {99398621-a9b4-4bd9-bbd1-d33a1ebd3d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3103 | 2025.01.25 03:54:48.777806 [ 259 ] {99398621-a9b4-4bd9-bbd1-d33a1ebd3d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3104 | 2025.01.25 03:54:48.778641 [ 259 ] {99398621-a9b4-4bd9-bbd1-d33a1ebd3d1d} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3105 | 2025.01.25 03:54:48.778687 [ 259 ] {99398621-a9b4-4bd9-bbd1-d33a1ebd3d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3106 | 2025.01.25 03:54:48.779068 [ 259 ] {99398621-a9b4-4bd9-bbd1-d33a1ebd3d1d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3107 | 2025.01.25 03:54:48.779304 [ 259 ] {99398621-a9b4-4bd9-bbd1-d33a1ebd3d1d} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3108 | 2025.01.25 03:54:48.779480 [ 259 ] {99398621-a9b4-4bd9-bbd1-d33a1ebd3d1d} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.001751 sec., 235865.2198743575 rows/sec., 16.83 MiB/sec. | ||
| 3109 | 2025.01.25 03:54:48.779531 [ 259 ] {99398621-a9b4-4bd9-bbd1-d33a1ebd3d1d} <Debug> TCPHandler: Processed in 0.001948427 sec. | ||
| 3110 | 2025.01.25 03:54:48.779671 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3111 | 2025.01.25 03:54:48.779797 [ 260 ] {4c8a0b90-8541-462c-9b10-764f9be04c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3112 | 2025.01.25 03:54:48.779859 [ 260 ] {4c8a0b90-8541-462c-9b10-764f9be04c75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3113 | 2025.01.25 03:54:48.780433 [ 260 ] {4c8a0b90-8541-462c-9b10-764f9be04c75} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3114 | 2025.01.25 03:54:48.780480 [ 260 ] {4c8a0b90-8541-462c-9b10-764f9be04c75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3115 | 2025.01.25 03:54:48.780891 [ 260 ] {4c8a0b90-8541-462c-9b10-764f9be04c75} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3116 | 2025.01.25 03:54:48.781120 [ 260 ] {4c8a0b90-8541-462c-9b10-764f9be04c75} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3117 | 2025.01.25 03:54:48.781267 [ 149 ] {} <Debug> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3118 | 2025.01.25 03:54:48.781330 [ 149 ] {} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3119 | 2025.01.25 03:54:48.781366 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3120 | 2025.01.25 03:54:48.781362 [ 260 ] {4c8a0b90-8541-462c-9b10-764f9be04c75} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001591 sec., 3771.213073538655 rows/sec., 197.03 KiB/sec. | ||
| 3121 | 2025.01.25 03:54:48.781541 [ 260 ] {4c8a0b90-8541-462c-9b10-764f9be04c75} <Debug> TCPHandler: Processed in 0.001922037 sec. | ||
| 3122 | 2025.01.25 03:54:48.781650 [ 200 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 3123 | 2025.01.25 03:54:48.781713 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3124 | 2025.01.25 03:54:48.781941 [ 259 ] {c5cac4ad-6003-4ce3-9c30-fae0d11d66e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3125 | 2025.01.25 03:54:48.781946 [ 200 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3126 | 2025.01.25 03:54:48.782043 [ 200 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 3127 | 2025.01.25 03:54:48.782044 [ 259 ] {c5cac4ad-6003-4ce3-9c30-fae0d11d66e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3128 | 2025.01.25 03:54:48.782345 [ 200 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 3129 | 2025.01.25 03:54:48.782641 [ 200 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 3130 | 2025.01.25 03:54:48.782909 [ 200 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 3131 | 2025.01.25 03:54:48.783120 [ 200 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 3132 | 2025.01.25 03:54:48.783377 [ 200 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 3133 | 2025.01.25 03:54:48.785006 [ 259 ] {c5cac4ad-6003-4ce3-9c30-fae0d11d66e7} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2025.01.25 03:54:48.785085 [ 259 ] {c5cac4ad-6003-4ce3-9c30-fae0d11d66e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3135 | 2025.01.25 03:54:48.786289 [ 259 ] {c5cac4ad-6003-4ce3-9c30-fae0d11d66e7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3136 | 2025.01.25 03:54:48.786357 [ 199 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004868739 sec., 7394.111699148382 rows/sec., 386.31 KiB/sec. | ||
| 3137 | 2025.01.25 03:54:48.786585 [ 199 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3138 | 2025.01.25 03:54:48.786699 [ 259 ] {c5cac4ad-6003-4ce3-9c30-fae0d11d66e7} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3139 | 2025.01.25 03:54:48.787056 [ 259 ] {c5cac4ad-6003-4ce3-9c30-fae0d11d66e7} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.00519 sec., 46050.096339113676 rows/sec., 3.09 MiB/sec. | ||
| 3140 | 2025.01.25 03:54:48.787220 [ 259 ] {c5cac4ad-6003-4ce3-9c30-fae0d11d66e7} <Debug> TCPHandler: Processed in 0.005575826 sec. | ||
| 3141 | 2025.01.25 03:54:48.787256 [ 199 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_6_1} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2025.01.25 03:54:48.787387 [ 199 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_6_1} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3143 | 2025.01.25 03:54:48.787458 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3144 | 2025.01.25 03:54:48.787535 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3145 | 2025.01.25 03:54:48.787639 [ 260 ] {23bf6d9b-4396-47b1-b3f8-133a5d5a6c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3146 | 2025.01.25 03:54:48.787705 [ 260 ] {23bf6d9b-4396-47b1-b3f8-133a5d5a6c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3147 | 2025.01.25 03:54:48.788200 [ 260 ] {23bf6d9b-4396-47b1-b3f8-133a5d5a6c03} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2025.01.25 03:54:48.788240 [ 260 ] {23bf6d9b-4396-47b1-b3f8-133a5d5a6c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3149 | 2025.01.25 03:54:48.788604 [ 260 ] {23bf6d9b-4396-47b1-b3f8-133a5d5a6c03} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3150 | 2025.01.25 03:54:48.788849 [ 260 ] {23bf6d9b-4396-47b1-b3f8-133a5d5a6c03} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3151 | 2025.01.25 03:54:48.789061 [ 260 ] {23bf6d9b-4396-47b1-b3f8-133a5d5a6c03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001453 sec., 688.2312456985546 rows/sec., 46.37 KiB/sec. | ||
| 3152 | 2025.01.25 03:54:48.789113 [ 260 ] {23bf6d9b-4396-47b1-b3f8-133a5d5a6c03} <Debug> TCPHandler: Processed in 0.001747132 sec. | ||
| 3153 | 2025.01.25 03:54:48.789269 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3154 | 2025.01.25 03:54:48.789408 [ 259 ] {23c4fa96-1a5a-4e07-9eed-4ed760bea563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3155 | 2025.01.25 03:54:48.789500 [ 259 ] {23c4fa96-1a5a-4e07-9eed-4ed760bea563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3156 | 2025.01.25 03:54:48.790637 [ 259 ] {23c4fa96-1a5a-4e07-9eed-4ed760bea563} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2025.01.25 03:54:48.790675 [ 259 ] {23c4fa96-1a5a-4e07-9eed-4ed760bea563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3158 | 2025.01.25 03:54:48.791320 [ 259 ] {23c4fa96-1a5a-4e07-9eed-4ed760bea563} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3159 | 2025.01.25 03:54:48.791585 [ 259 ] {23c4fa96-1a5a-4e07-9eed-4ed760bea563} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2025.01.25 03:54:48.791815 [ 259 ] {23c4fa96-1a5a-4e07-9eed-4ed760bea563} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002433 sec., 11097.410604192355 rows/sec., 19.89 MiB/sec. | ||
| 3161 | 2025.01.25 03:54:48.791921 [ 259 ] {23c4fa96-1a5a-4e07-9eed-4ed760bea563} <Debug> TCPHandler: Processed in 0.002718176 sec. | ||
| 3162 | 2025.01.25 03:54:48.792088 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3163 | 2025.01.25 03:54:48.792231 [ 260 ] {7d1a3365-0f91-4947-a620-3fb78e2a5e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3164 | 2025.01.25 03:54:48.792291 [ 260 ] {7d1a3365-0f91-4947-a620-3fb78e2a5e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3165 | 2025.01.25 03:54:48.792864 [ 260 ] {7d1a3365-0f91-4947-a620-3fb78e2a5e2c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.01.25 03:54:48.792904 [ 260 ] {7d1a3365-0f91-4947-a620-3fb78e2a5e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3167 | 2025.01.25 03:54:48.793280 [ 260 ] {7d1a3365-0f91-4947-a620-3fb78e2a5e2c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3168 | 2025.01.25 03:54:48.793520 [ 260 ] {7d1a3365-0f91-4947-a620-3fb78e2a5e2c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3169 | 2025.01.25 03:54:48.793778 [ 260 ] {7d1a3365-0f91-4947-a620-3fb78e2a5e2c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001575 sec., 52063.49206349206 rows/sec., 3.31 MiB/sec. | ||
| 3170 | 2025.01.25 03:54:48.793988 [ 260 ] {7d1a3365-0f91-4947-a620-3fb78e2a5e2c} <Debug> TCPHandler: Processed in 0.001961318 sec. | ||
| 3171 | 2025.01.25 03:54:49.885803 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3172 | 2025.01.25 03:54:49.886428 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3173 | 2025.01.25 03:54:49.886470 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3174 | 2025.01.25 03:54:49.887008 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3175 | 2025.01.25 03:54:49.887341 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2025.01.25 03:54:49.887543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3177 | 2025.01.25 03:54:50.277442 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3178 | 2025.01.25 03:54:50.296704 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3179 | 2025.01.25 03:54:50.296788 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3180 | 2025.01.25 03:54:50.304335 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3181 | 2025.01.25 03:54:50.305083 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2025.01.25 03:54:50.307459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3183 | 2025.01.25 03:54:52.404798 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 448 | ||
| 3184 | 2025.01.25 03:54:52.408475 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3185 | 2025.01.25 03:54:52.408532 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3186 | 2025.01.25 03:54:52.410021 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3187 | 2025.01.25 03:54:52.410341 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3188 | 2025.01.25 03:54:52.410952 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448 | ||
| 3189 | 2025.01.25 03:54:53.759827 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3190 | 2025.01.25 03:54:53.760028 [ 259 ] {7d2728ae-62f2-465d-9764-16a9504d13c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3191 | 2025.01.25 03:54:53.760110 [ 259 ] {7d2728ae-62f2-465d-9764-16a9504d13c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3192 | 2025.01.25 03:54:53.760960 [ 259 ] {7d2728ae-62f2-465d-9764-16a9504d13c8} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2025.01.25 03:54:53.761007 [ 259 ] {7d2728ae-62f2-465d-9764-16a9504d13c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3194 | 2025.01.25 03:54:53.761442 [ 259 ] {7d2728ae-62f2-465d-9764-16a9504d13c8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3195 | 2025.01.25 03:54:53.761691 [ 259 ] {7d2728ae-62f2-465d-9764-16a9504d13c8} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2025.01.25 03:54:53.761912 [ 259 ] {7d2728ae-62f2-465d-9764-16a9504d13c8} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001945 sec., 42159.38303341903 rows/sec., 3.48 MiB/sec. | ||
| 3197 | 2025.01.25 03:54:53.761970 [ 259 ] {7d2728ae-62f2-465d-9764-16a9504d13c8} <Debug> TCPHandler: Processed in 0.002275816 sec. | ||
| 3198 | 2025.01.25 03:54:53.762244 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3199 | 2025.01.25 03:54:53.762461 [ 260 ] {b5c56414-80d8-43f2-a2c8-ea68001e595a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3200 | 2025.01.25 03:54:53.762545 [ 260 ] {b5c56414-80d8-43f2-a2c8-ea68001e595a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3201 | 2025.01.25 03:54:53.763347 [ 260 ] {b5c56414-80d8-43f2-a2c8-ea68001e595a} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3202 | 2025.01.25 03:54:53.763395 [ 260 ] {b5c56414-80d8-43f2-a2c8-ea68001e595a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3203 | 2025.01.25 03:54:53.763826 [ 260 ] {b5c56414-80d8-43f2-a2c8-ea68001e595a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3204 | 2025.01.25 03:54:53.764071 [ 260 ] {b5c56414-80d8-43f2-a2c8-ea68001e595a} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3205 | 2025.01.25 03:54:53.764278 [ 260 ] {b5c56414-80d8-43f2-a2c8-ea68001e595a} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001877 sec., 6925.945657964838 rows/sec., 520.80 KiB/sec. | ||
| 3206 | 2025.01.25 03:54:53.764344 [ 260 ] {b5c56414-80d8-43f2-a2c8-ea68001e595a} <Debug> TCPHandler: Processed in 0.002269185 sec. | ||
| 3207 | 2025.01.25 03:54:53.764533 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3208 | 2025.01.25 03:54:53.764737 [ 259 ] {9c0537a0-f1c0-4e7e-8370-61a9867d4c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3209 | 2025.01.25 03:54:53.764821 [ 259 ] {9c0537a0-f1c0-4e7e-8370-61a9867d4c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3210 | 2025.01.25 03:54:53.765481 [ 259 ] {9c0537a0-f1c0-4e7e-8370-61a9867d4c8a} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3211 | 2025.01.25 03:54:53.765521 [ 259 ] {9c0537a0-f1c0-4e7e-8370-61a9867d4c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3212 | 2025.01.25 03:54:53.765877 [ 259 ] {9c0537a0-f1c0-4e7e-8370-61a9867d4c8a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3213 | 2025.01.25 03:54:53.766112 [ 259 ] {9c0537a0-f1c0-4e7e-8370-61a9867d4c8a} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3214 | 2025.01.25 03:54:53.766331 [ 259 ] {9c0537a0-f1c0-4e7e-8370-61a9867d4c8a} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001643 sec., 46865.48995739501 rows/sec., 3.66 MiB/sec. | ||
| 3215 | 2025.01.25 03:54:53.766445 [ 259 ] {9c0537a0-f1c0-4e7e-8370-61a9867d4c8a} <Debug> TCPHandler: Processed in 0.002012309 sec. | ||
| 3216 | 2025.01.25 03:54:53.766605 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3217 | 2025.01.25 03:54:53.766752 [ 260 ] {88675b52-cec6-4608-a105-450c56059a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3218 | 2025.01.25 03:54:53.766820 [ 260 ] {88675b52-cec6-4608-a105-450c56059a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3219 | 2025.01.25 03:54:53.767412 [ 260 ] {88675b52-cec6-4608-a105-450c56059a12} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3220 | 2025.01.25 03:54:53.767450 [ 260 ] {88675b52-cec6-4608-a105-450c56059a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3221 | 2025.01.25 03:54:53.767848 [ 260 ] {88675b52-cec6-4608-a105-450c56059a12} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3222 | 2025.01.25 03:54:53.768084 [ 260 ] {88675b52-cec6-4608-a105-450c56059a12} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3223 | 2025.01.25 03:54:53.768262 [ 260 ] {88675b52-cec6-4608-a105-450c56059a12} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
| 3224 | 2025.01.25 03:54:53.768319 [ 260 ] {88675b52-cec6-4608-a105-450c56059a12} <Debug> TCPHandler: Processed in 0.001782763 sec. | ||
| 3225 | 2025.01.25 03:54:53.768469 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2025.01.25 03:54:53.768609 [ 259 ] {d8bf4bb2-d295-4870-9e10-fc1bde4a11ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3227 | 2025.01.25 03:54:53.768706 [ 259 ] {d8bf4bb2-d295-4870-9e10-fc1bde4a11ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3228 | 2025.01.25 03:54:53.769842 [ 259 ] {d8bf4bb2-d295-4870-9e10-fc1bde4a11ed} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3229 | 2025.01.25 03:54:53.769883 [ 259 ] {d8bf4bb2-d295-4870-9e10-fc1bde4a11ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3230 | 2025.01.25 03:54:53.770524 [ 259 ] {d8bf4bb2-d295-4870-9e10-fc1bde4a11ed} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3231 | 2025.01.25 03:54:53.770799 [ 259 ] {d8bf4bb2-d295-4870-9e10-fc1bde4a11ed} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3232 | 2025.01.25 03:54:53.770984 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3233 | 2025.01.25 03:54:53.771057 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3234 | 2025.01.25 03:54:53.771082 [ 259 ] {d8bf4bb2-d295-4870-9e10-fc1bde4a11ed} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.0025 sec., 5200 rows/sec., 9.32 MiB/sec. | ||
| 3235 | 2025.01.25 03:54:53.771097 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3236 | 2025.01.25 03:54:53.771454 [ 259 ] {d8bf4bb2-d295-4870-9e10-fc1bde4a11ed} <Debug> TCPHandler: Processed in 0.003049025 sec. | ||
| 3237 | 2025.01.25 03:54:53.771517 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 3238 | 2025.01.25 03:54:53.771684 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3239 | 2025.01.25 03:54:53.771961 [ 260 ] {bc21b2ff-2841-419d-a26d-350a13afaddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3240 | 2025.01.25 03:54:53.772099 [ 260 ] {bc21b2ff-2841-419d-a26d-350a13afaddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3241 | 2025.01.25 03:54:53.772423 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3242 | 2025.01.25 03:54:53.772757 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 67 rows starting from the beginning of the part | ||
| 3243 | 2025.01.25 03:54:53.773491 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 3244 | 2025.01.25 03:54:53.774332 [ 260 ] {bc21b2ff-2841-419d-a26d-350a13afaddb} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3245 | 2025.01.25 03:54:53.774348 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
| 3246 | 2025.01.25 03:54:53.774396 [ 260 ] {bc21b2ff-2841-419d-a26d-350a13afaddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3247 | 2025.01.25 03:54:53.775133 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3248 | 2025.01.25 03:54:53.775849 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
| 3249 | 2025.01.25 03:54:53.775903 [ 260 ] {bc21b2ff-2841-419d-a26d-350a13afaddb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3250 | 2025.01.25 03:54:53.776411 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 3251 | 2025.01.25 03:54:53.776677 [ 260 ] {bc21b2ff-2841-419d-a26d-350a13afaddb} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3252 | 2025.01.25 03:54:53.777552 [ 260 ] {bc21b2ff-2841-419d-a26d-350a13afaddb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005661 sec., 10598.834128245893 rows/sec., 731.43 KiB/sec. | ||
| 3253 | 2025.01.25 03:54:53.777769 [ 260 ] {bc21b2ff-2841-419d-a26d-350a13afaddb} <Debug> TCPHandler: Processed in 0.006197981 sec. | ||
| 3254 | 2025.01.25 03:54:53.780198 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 19 columns (19 merged, 0 gathered) in 0.008923987 sec., 17368.918175250594 rows/sec., 31.12 MiB/sec. | ||
| 3255 | 2025.01.25 03:54:53.780672 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3256 | 2025.01.25 03:54:53.781125 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3257 | 2025.01.25 03:54:53.781213 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3258 | 2025.01.25 03:54:53.781330 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 3259 | 2025.01.25 03:54:57.310489 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3260 | 2025.01.25 03:54:57.310557 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3261 | 2025.01.25 03:54:57.388613 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3262 | 2025.01.25 03:54:57.389278 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3263 | 2025.01.25 03:54:57.389329 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3264 | 2025.01.25 03:54:57.389900 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3265 | 2025.01.25 03:54:57.390165 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3266 | 2025.01.25 03:54:57.390486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3267 | 2025.01.25 03:54:57.808487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3268 | 2025.01.25 03:54:57.828309 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3269 | 2025.01.25 03:54:57.828364 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3270 | 2025.01.25 03:54:57.835891 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3271 | 2025.01.25 03:54:57.836639 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3272 | 2025.01.25 03:54:57.839195 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3273 | 2025.01.25 03:54:58.767401 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3274 | 2025.01.25 03:54:58.767603 [ 259 ] {a36536ce-15b8-4fab-a2b2-8806ba225097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3275 | 2025.01.25 03:54:58.767678 [ 259 ] {a36536ce-15b8-4fab-a2b2-8806ba225097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3276 | 2025.01.25 03:54:58.768417 [ 259 ] {a36536ce-15b8-4fab-a2b2-8806ba225097} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3277 | 2025.01.25 03:54:58.768471 [ 259 ] {a36536ce-15b8-4fab-a2b2-8806ba225097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3278 | 2025.01.25 03:54:58.768894 [ 259 ] {a36536ce-15b8-4fab-a2b2-8806ba225097} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3279 | 2025.01.25 03:54:58.769156 [ 259 ] {a36536ce-15b8-4fab-a2b2-8806ba225097} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2025.01.25 03:54:58.769409 [ 259 ] {a36536ce-15b8-4fab-a2b2-8806ba225097} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 3281 | 2025.01.25 03:54:58.769467 [ 259 ] {a36536ce-15b8-4fab-a2b2-8806ba225097} <Debug> TCPHandler: Processed in 0.002205644 sec. | ||
| 3282 | 2025.01.25 03:54:58.769730 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3283 | 2025.01.25 03:54:58.769925 [ 260 ] {d90e100b-89a3-4359-9ce2-8fcb2813924b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3284 | 2025.01.25 03:54:58.770004 [ 260 ] {d90e100b-89a3-4359-9ce2-8fcb2813924b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3285 | 2025.01.25 03:54:58.770921 [ 260 ] {d90e100b-89a3-4359-9ce2-8fcb2813924b} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3286 | 2025.01.25 03:54:58.770974 [ 260 ] {d90e100b-89a3-4359-9ce2-8fcb2813924b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3287 | 2025.01.25 03:54:58.771461 [ 260 ] {d90e100b-89a3-4359-9ce2-8fcb2813924b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3288 | 2025.01.25 03:54:58.771723 [ 260 ] {d90e100b-89a3-4359-9ce2-8fcb2813924b} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2025.01.25 03:54:58.771983 [ 260 ] {d90e100b-89a3-4359-9ce2-8fcb2813924b} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002112 sec., 121685.60606060605 rows/sec., 10.64 MiB/sec. | ||
| 3290 | 2025.01.25 03:54:58.772123 [ 260 ] {d90e100b-89a3-4359-9ce2-8fcb2813924b} <Debug> TCPHandler: Processed in 0.002539982 sec. | ||
| 3291 | 2025.01.25 03:54:58.772319 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3292 | 2025.01.25 03:54:58.772460 [ 259 ] {ee2234cf-1498-4bc9-b58c-0ad03c67799a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3293 | 2025.01.25 03:54:58.772522 [ 259 ] {ee2234cf-1498-4bc9-b58c-0ad03c67799a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3294 | 2025.01.25 03:54:58.773205 [ 259 ] {ee2234cf-1498-4bc9-b58c-0ad03c67799a} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3295 | 2025.01.25 03:54:58.773247 [ 259 ] {ee2234cf-1498-4bc9-b58c-0ad03c67799a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3296 | 2025.01.25 03:54:58.773613 [ 259 ] {ee2234cf-1498-4bc9-b58c-0ad03c67799a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3297 | 2025.01.25 03:54:58.773852 [ 259 ] {ee2234cf-1498-4bc9-b58c-0ad03c67799a} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3298 | 2025.01.25 03:54:58.774116 [ 259 ] {ee2234cf-1498-4bc9-b58c-0ad03c67799a} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001683 sec., 20202.0202020202 rows/sec., 1.44 MiB/sec. | ||
| 3299 | 2025.01.25 03:54:58.774320 [ 259 ] {ee2234cf-1498-4bc9-b58c-0ad03c67799a} <Debug> TCPHandler: Processed in 0.00206747 sec. | ||
| 3300 | 2025.01.25 03:54:58.774518 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3301 | 2025.01.25 03:54:58.774652 [ 260 ] {2300fbff-5043-414f-a5e7-6c509ec1fb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3302 | 2025.01.25 03:54:58.774708 [ 260 ] {2300fbff-5043-414f-a5e7-6c509ec1fb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3303 | 2025.01.25 03:54:58.775395 [ 260 ] {2300fbff-5043-414f-a5e7-6c509ec1fb0e} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3304 | 2025.01.25 03:54:58.775452 [ 260 ] {2300fbff-5043-414f-a5e7-6c509ec1fb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3305 | 2025.01.25 03:54:58.775966 [ 260 ] {2300fbff-5043-414f-a5e7-6c509ec1fb0e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3306 | 2025.01.25 03:54:58.776247 [ 260 ] {2300fbff-5043-414f-a5e7-6c509ec1fb0e} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3307 | 2025.01.25 03:54:58.776477 [ 260 ] {2300fbff-5043-414f-a5e7-6c509ec1fb0e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001855 sec., 7547.169811320754 rows/sec., 528.55 KiB/sec. | ||
| 3308 | 2025.01.25 03:54:58.776541 [ 260 ] {2300fbff-5043-414f-a5e7-6c509ec1fb0e} <Debug> TCPHandler: Processed in 0.002085431 sec. | ||
| 3309 | 2025.01.25 03:54:58.776725 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3310 | 2025.01.25 03:54:58.776858 [ 259 ] {a41692ad-2b14-4cc3-bd5b-715bc12503b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3311 | 2025.01.25 03:54:58.776911 [ 259 ] {a41692ad-2b14-4cc3-bd5b-715bc12503b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3312 | 2025.01.25 03:54:58.777543 [ 259 ] {a41692ad-2b14-4cc3-bd5b-715bc12503b6} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2025.01.25 03:54:58.777583 [ 259 ] {a41692ad-2b14-4cc3-bd5b-715bc12503b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3314 | 2025.01.25 03:54:58.777970 [ 259 ] {a41692ad-2b14-4cc3-bd5b-715bc12503b6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3315 | 2025.01.25 03:54:58.778216 [ 259 ] {a41692ad-2b14-4cc3-bd5b-715bc12503b6} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2025.01.25 03:54:58.778432 [ 259 ] {a41692ad-2b14-4cc3-bd5b-715bc12503b6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0016 sec., 8125 rows/sec., 506.59 KiB/sec. | ||
| 3317 | 2025.01.25 03:54:58.778488 [ 259 ] {a41692ad-2b14-4cc3-bd5b-715bc12503b6} <Debug> TCPHandler: Processed in 0.001830454 sec. | ||
| 3318 | 2025.01.25 03:54:58.778650 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3319 | 2025.01.25 03:54:58.778778 [ 260 ] {5b932e56-6008-4569-8a8c-6283e9e070c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3320 | 2025.01.25 03:54:58.778829 [ 260 ] {5b932e56-6008-4569-8a8c-6283e9e070c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3321 | 2025.01.25 03:54:58.779578 [ 260 ] {5b932e56-6008-4569-8a8c-6283e9e070c5} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3322 | 2025.01.25 03:54:58.779619 [ 260 ] {5b932e56-6008-4569-8a8c-6283e9e070c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3323 | 2025.01.25 03:54:58.780027 [ 260 ] {5b932e56-6008-4569-8a8c-6283e9e070c5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3324 | 2025.01.25 03:54:58.780272 [ 260 ] {5b932e56-6008-4569-8a8c-6283e9e070c5} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2025.01.25 03:54:58.780518 [ 260 ] {5b932e56-6008-4569-8a8c-6283e9e070c5} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.00177 sec., 231073.4463276836 rows/sec., 16.47 MiB/sec. | ||
| 3326 | 2025.01.25 03:54:58.780577 [ 260 ] {5b932e56-6008-4569-8a8c-6283e9e070c5} <Debug> TCPHandler: Processed in 0.001989958 sec. | ||
| 3327 | 2025.01.25 03:54:58.780739 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3328 | 2025.01.25 03:54:58.780868 [ 259 ] {250f508b-348d-4ef9-ba1b-b8b20c421f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3329 | 2025.01.25 03:54:58.780921 [ 259 ] {250f508b-348d-4ef9-ba1b-b8b20c421f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3330 | 2025.01.25 03:54:58.781438 [ 259 ] {250f508b-348d-4ef9-ba1b-b8b20c421f21} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2025.01.25 03:54:58.781478 [ 259 ] {250f508b-348d-4ef9-ba1b-b8b20c421f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3332 | 2025.01.25 03:54:58.781861 [ 259 ] {250f508b-348d-4ef9-ba1b-b8b20c421f21} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3333 | 2025.01.25 03:54:58.782162 [ 259 ] {250f508b-348d-4ef9-ba1b-b8b20c421f21} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2025.01.25 03:54:58.782434 [ 259 ] {250f508b-348d-4ef9-ba1b-b8b20c421f21} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00159 sec., 3773.5849056603774 rows/sec., 197.16 KiB/sec. | ||
| 3335 | 2025.01.25 03:54:58.782576 [ 259 ] {250f508b-348d-4ef9-ba1b-b8b20c421f21} <Debug> TCPHandler: Processed in 0.001903936 sec. | ||
| 3336 | 2025.01.25 03:54:58.782739 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3337 | 2025.01.25 03:54:58.782865 [ 260 ] {7468190a-10a7-4682-9c12-ff04bc4eec62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3338 | 2025.01.25 03:54:58.782925 [ 260 ] {7468190a-10a7-4682-9c12-ff04bc4eec62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3339 | 2025.01.25 03:54:58.783536 [ 260 ] {7468190a-10a7-4682-9c12-ff04bc4eec62} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3340 | 2025.01.25 03:54:58.783575 [ 260 ] {7468190a-10a7-4682-9c12-ff04bc4eec62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3341 | 2025.01.25 03:54:58.783979 [ 260 ] {7468190a-10a7-4682-9c12-ff04bc4eec62} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3342 | 2025.01.25 03:54:58.784218 [ 260 ] {7468190a-10a7-4682-9c12-ff04bc4eec62} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3343 | 2025.01.25 03:54:58.784443 [ 260 ] {7468190a-10a7-4682-9c12-ff04bc4eec62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001604 sec., 147755.6109725686 rows/sec., 9.90 MiB/sec. | ||
| 3344 | 2025.01.25 03:54:58.784501 [ 260 ] {7468190a-10a7-4682-9c12-ff04bc4eec62} <Debug> TCPHandler: Processed in 0.001822444 sec. | ||
| 3345 | 2025.01.25 03:54:58.784663 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3346 | 2025.01.25 03:54:58.784786 [ 259 ] {9e9c32c9-4e4b-4ce7-81b7-01970a08810a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3347 | 2025.01.25 03:54:58.784841 [ 259 ] {9e9c32c9-4e4b-4ce7-81b7-01970a08810a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3348 | 2025.01.25 03:54:58.785353 [ 259 ] {9e9c32c9-4e4b-4ce7-81b7-01970a08810a} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2025.01.25 03:54:58.785394 [ 259 ] {9e9c32c9-4e4b-4ce7-81b7-01970a08810a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3350 | 2025.01.25 03:54:58.785775 [ 259 ] {9e9c32c9-4e4b-4ce7-81b7-01970a08810a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3351 | 2025.01.25 03:54:58.786053 [ 259 ] {9e9c32c9-4e4b-4ce7-81b7-01970a08810a} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3352 | 2025.01.25 03:54:58.786335 [ 259 ] {9e9c32c9-4e4b-4ce7-81b7-01970a08810a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 43.28 KiB/sec. | ||
| 3353 | 2025.01.25 03:54:58.786466 [ 259 ] {9e9c32c9-4e4b-4ce7-81b7-01970a08810a} <Debug> TCPHandler: Processed in 0.001861855 sec. | ||
| 3354 | 2025.01.25 03:54:58.786632 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3355 | 2025.01.25 03:54:58.786756 [ 260 ] {b16142f4-8f48-492e-9d8f-edbe076dca63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3356 | 2025.01.25 03:54:58.786849 [ 260 ] {b16142f4-8f48-492e-9d8f-edbe076dca63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3357 | 2025.01.25 03:54:58.788054 [ 260 ] {b16142f4-8f48-492e-9d8f-edbe076dca63} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2025.01.25 03:54:58.788099 [ 260 ] {b16142f4-8f48-492e-9d8f-edbe076dca63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3359 | 2025.01.25 03:54:58.788750 [ 260 ] {b16142f4-8f48-492e-9d8f-edbe076dca63} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3360 | 2025.01.25 03:54:58.789015 [ 260 ] {b16142f4-8f48-492e-9d8f-edbe076dca63} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2025.01.25 03:54:58.789265 [ 260 ] {b16142f4-8f48-492e-9d8f-edbe076dca63} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002535 sec., 10650.887573964497 rows/sec., 19.09 MiB/sec. | ||
| 3362 | 2025.01.25 03:54:58.789401 [ 260 ] {b16142f4-8f48-492e-9d8f-edbe076dca63} <Debug> TCPHandler: Processed in 0.002838749 sec. | ||
| 3363 | 2025.01.25 03:54:58.789574 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3364 | 2025.01.25 03:54:58.789700 [ 259 ] {2b13831e-16a2-409e-b65c-2461091844c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3365 | 2025.01.25 03:54:58.789755 [ 259 ] {2b13831e-16a2-409e-b65c-2461091844c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3366 | 2025.01.25 03:54:58.790325 [ 259 ] {2b13831e-16a2-409e-b65c-2461091844c0} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3367 | 2025.01.25 03:54:58.790368 [ 259 ] {2b13831e-16a2-409e-b65c-2461091844c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3368 | 2025.01.25 03:54:58.790794 [ 259 ] {2b13831e-16a2-409e-b65c-2461091844c0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3369 | 2025.01.25 03:54:58.791059 [ 259 ] {2b13831e-16a2-409e-b65c-2461091844c0} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3370 | 2025.01.25 03:54:58.791334 [ 259 ] {2b13831e-16a2-409e-b65c-2461091844c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001656 sec., 49516.90821256039 rows/sec., 3.14 MiB/sec. | ||
| 3371 | 2025.01.25 03:54:58.791548 [ 259 ] {2b13831e-16a2-409e-b65c-2461091844c0} <Debug> TCPHandler: Processed in 0.00203159 sec. | ||
| 3372 | 2025.01.25 03:55:02.115506 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3373 | 2025.01.25 03:55:02.115736 [ 259 ] {0ce2f84f-8ee9-489d-8ce4-a33504ff464d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3374 | 2025.01.25 03:55:02.115820 [ 259 ] {0ce2f84f-8ee9-489d-8ce4-a33504ff464d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3375 | 2025.01.25 03:55:02.117033 [ 259 ] {0ce2f84f-8ee9-489d-8ce4-a33504ff464d} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3376 | 2025.01.25 03:55:02.117088 [ 259 ] {0ce2f84f-8ee9-489d-8ce4-a33504ff464d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3377 | 2025.01.25 03:55:02.117606 [ 259 ] {0ce2f84f-8ee9-489d-8ce4-a33504ff464d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3378 | 2025.01.25 03:55:02.117859 [ 259 ] {0ce2f84f-8ee9-489d-8ce4-a33504ff464d} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3379 | 2025.01.25 03:55:02.118061 [ 132 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3380 | 2025.01.25 03:55:02.118122 [ 259 ] {0ce2f84f-8ee9-489d-8ce4-a33504ff464d} <Debug> executeQuery: Read 1222 rows, 103.05 KiB in 0.002443 sec., 500204.66639377817 rows/sec., 41.19 MiB/sec. | ||
| 3381 | 2025.01.25 03:55:02.118151 [ 132 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3382 | 2025.01.25 03:55:02.118219 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3383 | 2025.01.25 03:55:02.118264 [ 259 ] {0ce2f84f-8ee9-489d-8ce4-a33504ff464d} <Debug> TCPHandler: Processed in 0.00289965 sec. | ||
| 3384 | 2025.01.25 03:55:02.118399 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 3385 | 2025.01.25 03:55:02.118513 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3386 | 2025.01.25 03:55:02.118562 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3387 | 2025.01.25 03:55:02.118576 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1417 rows starting from the beginning of the part | ||
| 3388 | 2025.01.25 03:55:02.118816 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3389 | 2025.01.25 03:55:02.118972 [ 260 ] {6bae62af-3aab-4a1b-af75-7bc32da69207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3390 | 2025.01.25 03:55:02.119111 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 259 rows starting from the beginning of the part | ||
| 3391 | 2025.01.25 03:55:02.119214 [ 260 ] {6bae62af-3aab-4a1b-af75-7bc32da69207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3392 | 2025.01.25 03:55:02.119487 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3393 | 2025.01.25 03:55:02.119749 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 257 rows starting from the beginning of the part | ||
| 3394 | 2025.01.25 03:55:02.120048 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1222 rows starting from the beginning of the part | ||
| 3395 | 2025.01.25 03:55:02.121817 [ 260 ] {6bae62af-3aab-4a1b-af75-7bc32da69207} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2025.01.25 03:55:02.121911 [ 260 ] {6bae62af-3aab-4a1b-af75-7bc32da69207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3397 | 2025.01.25 03:55:02.122744 [ 260 ] {6bae62af-3aab-4a1b-af75-7bc32da69207} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3398 | 2025.01.25 03:55:02.123073 [ 260 ] {6bae62af-3aab-4a1b-af75-7bc32da69207} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.01.25 03:55:02.123494 [ 132 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3400 | 2025.01.25 03:55:02.123593 [ 132 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3401 | 2025.01.25 03:55:02.123608 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.005254057 sec., 631702.3207018881 rows/sec., 55.22 MiB/sec. | ||
| 3402 | 2025.01.25 03:55:02.123674 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3403 | 2025.01.25 03:55:02.123792 [ 260 ] {6bae62af-3aab-4a1b-af75-7bc32da69207} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.004948 sec., 2627.324171382377 rows/sec., 197.56 KiB/sec. | ||
| 3404 | 2025.01.25 03:55:02.124056 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3405 | 2025.01.25 03:55:02.124086 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 3406 | 2025.01.25 03:55:02.124108 [ 260 ] {6bae62af-3aab-4a1b-af75-7bc32da69207} <Debug> TCPHandler: Processed in 0.005705399 sec. | ||
| 3407 | 2025.01.25 03:55:02.124467 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3408 | 2025.01.25 03:55:02.124577 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3409 | 2025.01.25 03:55:02.124705 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 50 rows starting from the beginning of the part | ||
| 3410 | 2025.01.25 03:55:02.124771 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2025.01.25 03:55:02.124790 [ 259 ] {7cef4da3-0a7f-4cce-96d3-db56336e57c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3412 | 2025.01.25 03:55:02.124987 [ 259 ] {7cef4da3-0a7f-4cce-96d3-db56336e57c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3413 | 2025.01.25 03:55:02.125100 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 3414 | 2025.01.25 03:55:02.125116 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_21_4} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3415 | 2025.01.25 03:55:02.125657 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part | ||
| 3416 | 2025.01.25 03:55:02.125736 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 3417 | 2025.01.25 03:55:02.126020 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 3418 | 2025.01.25 03:55:02.126317 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 3419 | 2025.01.25 03:55:02.126644 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 3420 | 2025.01.25 03:55:02.128362 [ 259 ] {7cef4da3-0a7f-4cce-96d3-db56336e57c3} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3421 | 2025.01.25 03:55:02.128440 [ 259 ] {7cef4da3-0a7f-4cce-96d3-db56336e57c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3422 | 2025.01.25 03:55:02.129515 [ 259 ] {7cef4da3-0a7f-4cce-96d3-db56336e57c3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3423 | 2025.01.25 03:55:02.129554 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 161 rows, containing 5 columns (5 merged, 0 gathered) in 0.00576308 sec., 27936.45064791743 rows/sec., 2.11 MiB/sec. | ||
| 3424 | 2025.01.25 03:55:02.129785 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3425 | 2025.01.25 03:55:02.129987 [ 259 ] {7cef4da3-0a7f-4cce-96d3-db56336e57c3} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3426 | 2025.01.25 03:55:02.130350 [ 259 ] {7cef4da3-0a7f-4cce-96d3-db56336e57c3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005642 sec., 40411.20170152428 rows/sec., 2.74 MiB/sec. | ||
| 3427 | 2025.01.25 03:55:02.130456 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3428 | 2025.01.25 03:55:02.130500 [ 259 ] {7cef4da3-0a7f-4cce-96d3-db56336e57c3} <Debug> TCPHandler: Processed in 0.006226151 sec. | ||
| 3429 | 2025.01.25 03:55:02.130652 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_16_3} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3430 | 2025.01.25 03:55:02.130715 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3431 | 2025.01.25 03:55:02.130762 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3432 | 2025.01.25 03:55:02.130868 [ 260 ] {43a64765-cf88-4422-973b-e2fa1b9b7cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3433 | 2025.01.25 03:55:02.130926 [ 260 ] {43a64765-cf88-4422-973b-e2fa1b9b7cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3434 | 2025.01.25 03:55:02.131736 [ 260 ] {43a64765-cf88-4422-973b-e2fa1b9b7cc3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3435 | 2025.01.25 03:55:02.131775 [ 260 ] {43a64765-cf88-4422-973b-e2fa1b9b7cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3436 | 2025.01.25 03:55:02.132196 [ 260 ] {43a64765-cf88-4422-973b-e2fa1b9b7cc3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3437 | 2025.01.25 03:55:02.132432 [ 260 ] {43a64765-cf88-4422-973b-e2fa1b9b7cc3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.01.25 03:55:02.132589 [ 132 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3439 | 2025.01.25 03:55:02.132656 [ 132 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3440 | 2025.01.25 03:55:02.132684 [ 260 ] {43a64765-cf88-4422-973b-e2fa1b9b7cc3} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001838 sec., 289989.1186071817 rows/sec., 21.49 MiB/sec. | ||
| 3441 | 2025.01.25 03:55:02.132698 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3442 | 2025.01.25 03:55:02.132844 [ 260 ] {43a64765-cf88-4422-973b-e2fa1b9b7cc3} <Debug> TCPHandler: Processed in 0.002232415 sec. | ||
| 3443 | 2025.01.25 03:55:02.132946 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 3444 | 2025.01.25 03:55:02.133047 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3445 | 2025.01.25 03:55:02.133139 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3446 | 2025.01.25 03:55:02.133218 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 894 rows starting from the beginning of the part | ||
| 3447 | 2025.01.25 03:55:02.133292 [ 259 ] {3dc3737b-5c91-47fc-9647-06780c41fc6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3448 | 2025.01.25 03:55:02.133436 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 83 rows starting from the beginning of the part | ||
| 3449 | 2025.01.25 03:55:02.133649 [ 259 ] {3dc3737b-5c91-47fc-9647-06780c41fc6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3450 | 2025.01.25 03:55:02.133736 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 413 rows starting from the beginning of the part | ||
| 3451 | 2025.01.25 03:55:02.134037 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part | ||
| 3452 | 2025.01.25 03:55:02.134358 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 409 rows starting from the beginning of the part | ||
| 3453 | 2025.01.25 03:55:02.134693 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 533 rows starting from the beginning of the part | ||
| 3454 | 2025.01.25 03:55:02.136571 [ 259 ] {3dc3737b-5c91-47fc-9647-06780c41fc6a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3455 | 2025.01.25 03:55:02.136643 [ 259 ] {3dc3737b-5c91-47fc-9647-06780c41fc6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3456 | 2025.01.25 03:55:02.137491 [ 259 ] {3dc3737b-5c91-47fc-9647-06780c41fc6a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3457 | 2025.01.25 03:55:02.137541 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.004701584 sec., 512380.50835633266 rows/sec., 39.29 MiB/sec. | ||
| 3458 | 2025.01.25 03:55:02.137854 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3459 | 2025.01.25 03:55:02.137874 [ 259 ] {3dc3737b-5c91-47fc-9647-06780c41fc6a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2025.01.25 03:55:02.138196 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3461 | 2025.01.25 03:55:02.138285 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2025.01.25 03:55:02.138378 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3463 | 2025.01.25 03:55:02.138511 [ 259 ] {3dc3737b-5c91-47fc-9647-06780c41fc6a} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.005222 sec., 182305.63002680964 rows/sec., 12.23 MiB/sec. | ||
| 3464 | 2025.01.25 03:55:02.138768 [ 199 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 3465 | 2025.01.25 03:55:02.138788 [ 194 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3466 | 2025.01.25 03:55:02.138845 [ 259 ] {3dc3737b-5c91-47fc-9647-06780c41fc6a} <Debug> TCPHandler: Processed in 0.005867482 sec. | ||
| 3467 | 2025.01.25 03:55:02.139170 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3468 | 2025.01.25 03:55:02.139225 [ 194 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_21_4} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3469 | 2025.01.25 03:55:02.139288 [ 199 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3470 | 2025.01.25 03:55:02.139457 [ 199 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5461 rows starting from the beginning of the part | ||
| 3471 | 2025.01.25 03:55:02.139487 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3472 | 2025.01.25 03:55:02.139602 [ 260 ] {f7840609-9455-44eb-af0f-bad6fa42a3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3473 | 2025.01.25 03:55:02.139772 [ 199 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3474 | 2025.01.25 03:55:02.140037 [ 260 ] {f7840609-9455-44eb-af0f-bad6fa42a3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3475 | 2025.01.25 03:55:02.140204 [ 199 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 239 rows starting from the beginning of the part | ||
| 3476 | 2025.01.25 03:55:02.140587 [ 199 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3477 | 2025.01.25 03:55:02.140973 [ 199 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 3478 | 2025.01.25 03:55:02.141361 [ 199 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 952 rows starting from the beginning of the part | ||
| 3479 | 2025.01.25 03:55:02.145031 [ 260 ] {f7840609-9455-44eb-af0f-bad6fa42a3c1} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3480 | 2025.01.25 03:55:02.145102 [ 260 ] {f7840609-9455-44eb-af0f-bad6fa42a3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3481 | 2025.01.25 03:55:02.146059 [ 260 ] {f7840609-9455-44eb-af0f-bad6fa42a3c1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3482 | 2025.01.25 03:55:02.146606 [ 260 ] {f7840609-9455-44eb-af0f-bad6fa42a3c1} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2025.01.25 03:55:02.146781 [ 190 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7209 rows, containing 5 columns (5 merged, 0 gathered) in 0.008270771 sec., 871623.6974763296 rows/sec., 58.83 MiB/sec. | ||
| 3484 | 2025.01.25 03:55:02.147128 [ 260 ] {f7840609-9455-44eb-af0f-bad6fa42a3c1} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00763 sec., 1703.8007863695939 rows/sec., 3.05 MiB/sec. | ||
| 3485 | 2025.01.25 03:55:02.147446 [ 260 ] {f7840609-9455-44eb-af0f-bad6fa42a3c1} <Debug> TCPHandler: Processed in 0.008460095 sec. | ||
| 3486 | 2025.01.25 03:55:02.147498 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3487 | 2025.01.25 03:55:02.147655 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3488 | 2025.01.25 03:55:02.147864 [ 259 ] {886500eb-635f-4441-afed-060d3477cb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3489 | 2025.01.25 03:55:02.147938 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3490 | 2025.01.25 03:55:02.147964 [ 259 ] {886500eb-635f-4441-afed-060d3477cb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3491 | 2025.01.25 03:55:02.148151 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3492 | 2025.01.25 03:55:02.148360 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 3493 | 2025.01.25 03:55:02.148780 [ 259 ] {886500eb-635f-4441-afed-060d3477cb1e} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3494 | 2025.01.25 03:55:02.148825 [ 259 ] {886500eb-635f-4441-afed-060d3477cb1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3495 | 2025.01.25 03:55:02.149202 [ 259 ] {886500eb-635f-4441-afed-060d3477cb1e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3496 | 2025.01.25 03:55:02.149442 [ 259 ] {886500eb-635f-4441-afed-060d3477cb1e} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3497 | 2025.01.25 03:55:02.149599 [ 132 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3498 | 2025.01.25 03:55:02.149660 [ 132 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3499 | 2025.01.25 03:55:02.149700 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3500 | 2025.01.25 03:55:02.149715 [ 259 ] {886500eb-635f-4441-afed-060d3477cb1e} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001914 sec., 20898.641588296763 rows/sec., 1.41 MiB/sec. | ||
| 3501 | 2025.01.25 03:55:02.149923 [ 259 ] {886500eb-635f-4441-afed-060d3477cb1e} <Debug> TCPHandler: Processed in 0.002367038 sec. | ||
| 3502 | 2025.01.25 03:55:02.149969 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 3503 | 2025.01.25 03:55:02.150109 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3504 | 2025.01.25 03:55:02.150137 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 884 rows starting from the beginning of the part | ||
| 3505 | 2025.01.25 03:55:02.150201 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 3506 | 2025.01.25 03:55:02.150453 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3507 | 2025.01.25 03:55:02.150617 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3508 | 2025.01.25 03:55:02.150732 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 3509 | 2025.01.25 03:55:02.150972 [ 199 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 3510 | 2025.01.25 03:55:02.152160 [ 187 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1208 rows, containing 4 columns (4 merged, 0 gathered) in 0.002374767 sec., 508681.483278149 rows/sec., 33.42 MiB/sec. | ||
| 3511 | 2025.01.25 03:55:02.152382 [ 187 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3512 | 2025.01.25 03:55:02.152729 [ 187 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3513 | 2025.01.25 03:55:02.152820 [ 187 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_21_4} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3514 | 2025.01.25 03:55:02.152906 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 3515 | 2025.01.25 03:55:02.412135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 496 | ||
| 3516 | 2025.01.25 03:55:02.415628 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2025.01.25 03:55:02.415679 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3518 | 2025.01.25 03:55:02.417172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3519 | 2025.01.25 03:55:02.417487 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2025.01.25 03:55:02.418411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 496 | ||
| 3521 | 2025.01.25 03:55:03.753743 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3522 | 2025.01.25 03:55:03.753936 [ 259 ] {23abb527-9692-4732-bec6-06aef1d5143a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3523 | 2025.01.25 03:55:03.754012 [ 259 ] {23abb527-9692-4732-bec6-06aef1d5143a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3524 | 2025.01.25 03:55:03.754788 [ 259 ] {23abb527-9692-4732-bec6-06aef1d5143a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3525 | 2025.01.25 03:55:03.754843 [ 259 ] {23abb527-9692-4732-bec6-06aef1d5143a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3526 | 2025.01.25 03:55:03.755280 [ 259 ] {23abb527-9692-4732-bec6-06aef1d5143a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3527 | 2025.01.25 03:55:03.755535 [ 259 ] {23abb527-9692-4732-bec6-06aef1d5143a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3528 | 2025.01.25 03:55:03.755766 [ 259 ] {23abb527-9692-4732-bec6-06aef1d5143a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.27 MiB/sec. | ||
| 3529 | 2025.01.25 03:55:03.755827 [ 259 ] {23abb527-9692-4732-bec6-06aef1d5143a} <Debug> TCPHandler: Processed in 0.002220034 sec. | ||
| 3530 | 2025.01.25 03:55:03.756080 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3531 | 2025.01.25 03:55:03.756295 [ 260 ] {66e48b80-35d6-4ca2-b3dc-08c4d0468174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3532 | 2025.01.25 03:55:03.756374 [ 260 ] {66e48b80-35d6-4ca2-b3dc-08c4d0468174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3533 | 2025.01.25 03:55:03.757235 [ 260 ] {66e48b80-35d6-4ca2-b3dc-08c4d0468174} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3534 | 2025.01.25 03:55:03.757274 [ 260 ] {66e48b80-35d6-4ca2-b3dc-08c4d0468174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3535 | 2025.01.25 03:55:03.757691 [ 260 ] {66e48b80-35d6-4ca2-b3dc-08c4d0468174} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3536 | 2025.01.25 03:55:03.757949 [ 260 ] {66e48b80-35d6-4ca2-b3dc-08c4d0468174} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3537 | 2025.01.25 03:55:03.758195 [ 260 ] {66e48b80-35d6-4ca2-b3dc-08c4d0468174} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001957 sec., 32703.117015840573 rows/sec., 2.55 MiB/sec. | ||
| 3538 | 2025.01.25 03:55:03.758410 [ 260 ] {66e48b80-35d6-4ca2-b3dc-08c4d0468174} <Debug> TCPHandler: Processed in 0.00247496 sec. | ||
| 3539 | 2025.01.25 03:55:03.758597 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2025.01.25 03:55:03.758736 [ 259 ] {65770472-c73f-4f10-b8df-91bbd34f7dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3541 | 2025.01.25 03:55:03.758799 [ 259 ] {65770472-c73f-4f10-b8df-91bbd34f7dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3542 | 2025.01.25 03:55:03.759417 [ 259 ] {65770472-c73f-4f10-b8df-91bbd34f7dc3} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3543 | 2025.01.25 03:55:03.759458 [ 259 ] {65770472-c73f-4f10-b8df-91bbd34f7dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3544 | 2025.01.25 03:55:03.759859 [ 259 ] {65770472-c73f-4f10-b8df-91bbd34f7dc3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3545 | 2025.01.25 03:55:03.760098 [ 259 ] {65770472-c73f-4f10-b8df-91bbd34f7dc3} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3546 | 2025.01.25 03:55:03.760312 [ 259 ] {65770472-c73f-4f10-b8df-91bbd34f7dc3} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001607 sec., 33602.98693217175 rows/sec., 2.34 MiB/sec. | ||
| 3547 | 2025.01.25 03:55:03.760365 [ 259 ] {65770472-c73f-4f10-b8df-91bbd34f7dc3} <Debug> TCPHandler: Processed in 0.001853715 sec. | ||
| 3548 | 2025.01.25 03:55:03.760517 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3549 | 2025.01.25 03:55:03.760656 [ 260 ] {d0a016ea-8385-444f-9a6c-4b41ac74a1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3550 | 2025.01.25 03:55:03.760718 [ 260 ] {d0a016ea-8385-444f-9a6c-4b41ac74a1e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3551 | 2025.01.25 03:55:03.761281 [ 260 ] {d0a016ea-8385-444f-9a6c-4b41ac74a1e1} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3552 | 2025.01.25 03:55:03.761318 [ 260 ] {d0a016ea-8385-444f-9a6c-4b41ac74a1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3553 | 2025.01.25 03:55:03.761702 [ 260 ] {d0a016ea-8385-444f-9a6c-4b41ac74a1e1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3554 | 2025.01.25 03:55:03.761933 [ 260 ] {d0a016ea-8385-444f-9a6c-4b41ac74a1e1} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3555 | 2025.01.25 03:55:03.762111 [ 260 ] {d0a016ea-8385-444f-9a6c-4b41ac74a1e1} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001487 sec., 13449.899125756556 rows/sec., 924.68 KiB/sec. | ||
| 3556 | 2025.01.25 03:55:03.762160 [ 260 ] {d0a016ea-8385-444f-9a6c-4b41ac74a1e1} <Debug> TCPHandler: Processed in 0.001708731 sec. | ||
| 3557 | 2025.01.25 03:55:04.891571 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3558 | 2025.01.25 03:55:04.892229 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2025.01.25 03:55:04.892282 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3560 | 2025.01.25 03:55:04.892787 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3561 | 2025.01.25 03:55:04.893046 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2025.01.25 03:55:04.893282 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3563 | 2025.01.25 03:55:05.340229 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3564 | 2025.01.25 03:55:05.361253 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3565 | 2025.01.25 03:55:05.361321 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3566 | 2025.01.25 03:55:05.368968 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3567 | 2025.01.25 03:55:05.369771 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3568 | 2025.01.25 03:55:05.372625 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3569 | 2025.01.25 03:55:08.765426 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3570 | 2025.01.25 03:55:08.765726 [ 259 ] {d0f933f4-e17e-4d39-a2f0-aab93cd21aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3571 | 2025.01.25 03:55:08.765833 [ 259 ] {d0f933f4-e17e-4d39-a2f0-aab93cd21aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3572 | 2025.01.25 03:55:08.766798 [ 259 ] {d0f933f4-e17e-4d39-a2f0-aab93cd21aef} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3573 | 2025.01.25 03:55:08.766849 [ 259 ] {d0f933f4-e17e-4d39-a2f0-aab93cd21aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3574 | 2025.01.25 03:55:08.767295 [ 259 ] {d0f933f4-e17e-4d39-a2f0-aab93cd21aef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3575 | 2025.01.25 03:55:08.767549 [ 259 ] {d0f933f4-e17e-4d39-a2f0-aab93cd21aef} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3576 | 2025.01.25 03:55:08.767786 [ 259 ] {d0f933f4-e17e-4d39-a2f0-aab93cd21aef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002141 sec., 6539.000467071462 rows/sec., 470.72 KiB/sec. | ||
| 3577 | 2025.01.25 03:55:08.767851 [ 259 ] {d0f933f4-e17e-4d39-a2f0-aab93cd21aef} <Debug> TCPHandler: Processed in 0.002601853 sec. | ||
| 3578 | 2025.01.25 03:55:08.768122 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3579 | 2025.01.25 03:55:08.768342 [ 260 ] {03116fb9-eb11-4e7a-88ae-8544daf442d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3580 | 2025.01.25 03:55:08.768423 [ 260 ] {03116fb9-eb11-4e7a-88ae-8544daf442d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3581 | 2025.01.25 03:55:08.769280 [ 260 ] {03116fb9-eb11-4e7a-88ae-8544daf442d8} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3582 | 2025.01.25 03:55:08.769334 [ 260 ] {03116fb9-eb11-4e7a-88ae-8544daf442d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3583 | 2025.01.25 03:55:08.769795 [ 260 ] {03116fb9-eb11-4e7a-88ae-8544daf442d8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3584 | 2025.01.25 03:55:08.770048 [ 260 ] {03116fb9-eb11-4e7a-88ae-8544daf442d8} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3585 | 2025.01.25 03:55:08.770341 [ 260 ] {03116fb9-eb11-4e7a-88ae-8544daf442d8} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002057 sec., 124939.23189110355 rows/sec., 10.92 MiB/sec. | ||
| 3586 | 2025.01.25 03:55:08.770574 [ 260 ] {03116fb9-eb11-4e7a-88ae-8544daf442d8} <Debug> TCPHandler: Processed in 0.002601053 sec. | ||
| 3587 | 2025.01.25 03:55:08.770737 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3588 | 2025.01.25 03:55:08.770880 [ 259 ] {10a34096-252f-4ae7-9791-2392a95afe69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3589 | 2025.01.25 03:55:08.770941 [ 259 ] {10a34096-252f-4ae7-9791-2392a95afe69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3590 | 2025.01.25 03:55:08.771590 [ 259 ] {10a34096-252f-4ae7-9791-2392a95afe69} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3591 | 2025.01.25 03:55:08.771631 [ 259 ] {10a34096-252f-4ae7-9791-2392a95afe69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3592 | 2025.01.25 03:55:08.771996 [ 259 ] {10a34096-252f-4ae7-9791-2392a95afe69} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3593 | 2025.01.25 03:55:08.772282 [ 259 ] {10a34096-252f-4ae7-9791-2392a95afe69} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3594 | 2025.01.25 03:55:08.772500 [ 259 ] {10a34096-252f-4ae7-9791-2392a95afe69} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001656 sec., 20531.400966183577 rows/sec., 1.47 MiB/sec. | ||
| 3595 | 2025.01.25 03:55:08.772556 [ 259 ] {10a34096-252f-4ae7-9791-2392a95afe69} <Debug> TCPHandler: Processed in 0.001890816 sec. | ||
| 3596 | 2025.01.25 03:55:08.772715 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3597 | 2025.01.25 03:55:08.772860 [ 260 ] {7a913dd9-c2c8-45e1-bb74-6b7b89a67779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3598 | 2025.01.25 03:55:08.772923 [ 260 ] {7a913dd9-c2c8-45e1-bb74-6b7b89a67779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3599 | 2025.01.25 03:55:08.773649 [ 260 ] {7a913dd9-c2c8-45e1-bb74-6b7b89a67779} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2025.01.25 03:55:08.773691 [ 260 ] {7a913dd9-c2c8-45e1-bb74-6b7b89a67779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3601 | 2025.01.25 03:55:08.774069 [ 260 ] {7a913dd9-c2c8-45e1-bb74-6b7b89a67779} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3602 | 2025.01.25 03:55:08.774303 [ 260 ] {7a913dd9-c2c8-45e1-bb74-6b7b89a67779} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2025.01.25 03:55:08.774495 [ 123 ] {} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3604 | 2025.01.25 03:55:08.774560 [ 260 ] {7a913dd9-c2c8-45e1-bb74-6b7b89a67779} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001726 sec., 8111.239860950173 rows/sec., 568.06 KiB/sec. | ||
| 3605 | 2025.01.25 03:55:08.774613 [ 123 ] {} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3606 | 2025.01.25 03:55:08.774686 [ 260 ] {7a913dd9-c2c8-45e1-bb74-6b7b89a67779} <Debug> TCPHandler: Processed in 0.002036799 sec. | ||
| 3607 | 2025.01.25 03:55:08.774712 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3608 | 2025.01.25 03:55:08.774934 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3609 | 2025.01.25 03:55:08.774983 [ 199 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 3610 | 2025.01.25 03:55:08.775210 [ 259 ] {d297efa1-e42d-4abe-b177-55ed1e670887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3611 | 2025.01.25 03:55:08.775356 [ 259 ] {d297efa1-e42d-4abe-b177-55ed1e670887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3612 | 2025.01.25 03:55:08.775407 [ 199 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3613 | 2025.01.25 03:55:08.775512 [ 199 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 3614 | 2025.01.25 03:55:08.775787 [ 199 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 3615 | 2025.01.25 03:55:08.776126 [ 199 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 3616 | 2025.01.25 03:55:08.776518 [ 199 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3617 | 2025.01.25 03:55:08.776937 [ 199 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
| 3618 | 2025.01.25 03:55:08.777313 [ 199 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 3619 | 2025.01.25 03:55:08.778226 [ 259 ] {d297efa1-e42d-4abe-b177-55ed1e670887} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3620 | 2025.01.25 03:55:08.778308 [ 259 ] {d297efa1-e42d-4abe-b177-55ed1e670887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3621 | 2025.01.25 03:55:08.779298 [ 259 ] {d297efa1-e42d-4abe-b177-55ed1e670887} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3622 | 2025.01.25 03:55:08.779817 [ 259 ] {d297efa1-e42d-4abe-b177-55ed1e670887} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3623 | 2025.01.25 03:55:08.780220 [ 194 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005357479 sec., 98180.50616717304 rows/sec., 7.03 MiB/sec. | ||
| 3624 | 2025.01.25 03:55:08.780316 [ 259 ] {d297efa1-e42d-4abe-b177-55ed1e670887} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005168 sec., 2515.479876160991 rows/sec., 156.84 KiB/sec. | ||
| 3625 | 2025.01.25 03:55:08.780434 [ 259 ] {d297efa1-e42d-4abe-b177-55ed1e670887} <Debug> TCPHandler: Processed in 0.005604286 sec. | ||
| 3626 | 2025.01.25 03:55:08.780440 [ 194 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3627 | 2025.01.25 03:55:08.780614 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3628 | 2025.01.25 03:55:08.780772 [ 260 ] {77108d4e-8ca7-48c0-968b-e1b0cd6aa17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3629 | 2025.01.25 03:55:08.780845 [ 260 ] {77108d4e-8ca7-48c0-968b-e1b0cd6aa17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3630 | 2025.01.25 03:55:08.780848 [ 194 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_11_2} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2025.01.25 03:55:08.780989 [ 194 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_11_2} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3632 | 2025.01.25 03:55:08.781097 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3633 | 2025.01.25 03:55:08.781740 [ 260 ] {77108d4e-8ca7-48c0-968b-e1b0cd6aa17f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2025.01.25 03:55:08.781779 [ 260 ] {77108d4e-8ca7-48c0-968b-e1b0cd6aa17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3635 | 2025.01.25 03:55:08.782176 [ 260 ] {77108d4e-8ca7-48c0-968b-e1b0cd6aa17f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3636 | 2025.01.25 03:55:08.782418 [ 260 ] {77108d4e-8ca7-48c0-968b-e1b0cd6aa17f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.01.25 03:55:08.782631 [ 260 ] {77108d4e-8ca7-48c0-968b-e1b0cd6aa17f} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001898 sec., 215489.9894625922 rows/sec., 15.36 MiB/sec. | ||
| 3638 | 2025.01.25 03:55:08.782685 [ 260 ] {77108d4e-8ca7-48c0-968b-e1b0cd6aa17f} <Debug> TCPHandler: Processed in 0.002145452 sec. | ||
| 3639 | 2025.01.25 03:55:08.782843 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2025.01.25 03:55:08.782984 [ 259 ] {7c4a8937-563a-4543-9153-40ed560495bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3641 | 2025.01.25 03:55:08.783047 [ 259 ] {7c4a8937-563a-4543-9153-40ed560495bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3642 | 2025.01.25 03:55:08.783580 [ 259 ] {7c4a8937-563a-4543-9153-40ed560495bb} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2025.01.25 03:55:08.783620 [ 259 ] {7c4a8937-563a-4543-9153-40ed560495bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3644 | 2025.01.25 03:55:08.783993 [ 259 ] {7c4a8937-563a-4543-9153-40ed560495bb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3645 | 2025.01.25 03:55:08.784233 [ 259 ] {7c4a8937-563a-4543-9153-40ed560495bb} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2025.01.25 03:55:08.784504 [ 259 ] {7c4a8937-563a-4543-9153-40ed560495bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec. | ||
| 3647 | 2025.01.25 03:55:08.784643 [ 259 ] {7c4a8937-563a-4543-9153-40ed560495bb} <Debug> TCPHandler: Processed in 0.001864095 sec. | ||
| 3648 | 2025.01.25 03:55:08.784801 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3649 | 2025.01.25 03:55:08.784941 [ 260 ] {0028b33e-8b41-48c0-8135-356c028fb541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3650 | 2025.01.25 03:55:08.785003 [ 260 ] {0028b33e-8b41-48c0-8135-356c028fb541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3651 | 2025.01.25 03:55:08.785637 [ 260 ] {0028b33e-8b41-48c0-8135-356c028fb541} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2025.01.25 03:55:08.785676 [ 260 ] {0028b33e-8b41-48c0-8135-356c028fb541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3653 | 2025.01.25 03:55:08.786068 [ 260 ] {0028b33e-8b41-48c0-8135-356c028fb541} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3654 | 2025.01.25 03:55:08.786303 [ 260 ] {0028b33e-8b41-48c0-8135-356c028fb541} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2025.01.25 03:55:08.786563 [ 260 ] {0028b33e-8b41-48c0-8135-356c028fb541} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
| 3656 | 2025.01.25 03:55:08.786773 [ 260 ] {0028b33e-8b41-48c0-8135-356c028fb541} <Debug> TCPHandler: Processed in 0.0020339 sec. | ||
| 3657 | 2025.01.25 03:55:08.787032 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3658 | 2025.01.25 03:55:08.787232 [ 259 ] {a999a1ec-c981-441e-8892-b04ee8535480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3659 | 2025.01.25 03:55:08.787319 [ 259 ] {a999a1ec-c981-441e-8892-b04ee8535480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3660 | 2025.01.25 03:55:08.787797 [ 259 ] {a999a1ec-c981-441e-8892-b04ee8535480} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3661 | 2025.01.25 03:55:08.787835 [ 259 ] {a999a1ec-c981-441e-8892-b04ee8535480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3662 | 2025.01.25 03:55:08.788192 [ 259 ] {a999a1ec-c981-441e-8892-b04ee8535480} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3663 | 2025.01.25 03:55:08.788432 [ 259 ] {a999a1ec-c981-441e-8892-b04ee8535480} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3664 | 2025.01.25 03:55:08.788661 [ 259 ] {a999a1ec-c981-441e-8892-b04ee8535480} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001476 sec., 677.5067750677506 rows/sec., 45.65 KiB/sec. | ||
| 3665 | 2025.01.25 03:55:08.788713 [ 259 ] {a999a1ec-c981-441e-8892-b04ee8535480} <Debug> TCPHandler: Processed in 0.001827635 sec. | ||
| 3666 | 2025.01.25 03:55:08.788865 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3667 | 2025.01.25 03:55:08.789003 [ 260 ] {5e7543f2-44a4-4683-82fa-f30aa0e9df9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3668 | 2025.01.25 03:55:08.789099 [ 260 ] {5e7543f2-44a4-4683-82fa-f30aa0e9df9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3669 | 2025.01.25 03:55:08.790278 [ 260 ] {5e7543f2-44a4-4683-82fa-f30aa0e9df9f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2025.01.25 03:55:08.790318 [ 260 ] {5e7543f2-44a4-4683-82fa-f30aa0e9df9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3671 | 2025.01.25 03:55:08.790950 [ 260 ] {5e7543f2-44a4-4683-82fa-f30aa0e9df9f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3672 | 2025.01.25 03:55:08.791207 [ 260 ] {5e7543f2-44a4-4683-82fa-f30aa0e9df9f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2025.01.25 03:55:08.791444 [ 260 ] {5e7543f2-44a4-4683-82fa-f30aa0e9df9f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00247 sec., 10931.174089068825 rows/sec., 19.59 MiB/sec. | ||
| 3674 | 2025.01.25 03:55:08.791539 [ 260 ] {5e7543f2-44a4-4683-82fa-f30aa0e9df9f} <Debug> TCPHandler: Processed in 0.002740117 sec. | ||
| 3675 | 2025.01.25 03:55:08.791730 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3676 | 2025.01.25 03:55:08.791932 [ 259 ] {24b7bd75-d224-4ca7-adda-52b31bc1e635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3677 | 2025.01.25 03:55:08.792018 [ 259 ] {24b7bd75-d224-4ca7-adda-52b31bc1e635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3678 | 2025.01.25 03:55:08.792699 [ 259 ] {24b7bd75-d224-4ca7-adda-52b31bc1e635} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2025.01.25 03:55:08.792738 [ 259 ] {24b7bd75-d224-4ca7-adda-52b31bc1e635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3680 | 2025.01.25 03:55:08.793119 [ 259 ] {24b7bd75-d224-4ca7-adda-52b31bc1e635} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3681 | 2025.01.25 03:55:08.793365 [ 259 ] {24b7bd75-d224-4ca7-adda-52b31bc1e635} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3682 | 2025.01.25 03:55:08.793573 [ 259 ] {24b7bd75-d224-4ca7-adda-52b31bc1e635} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001691 sec., 48492.016558249554 rows/sec., 3.08 MiB/sec. | ||
| 3683 | 2025.01.25 03:55:08.793623 [ 259 ] {24b7bd75-d224-4ca7-adda-52b31bc1e635} <Debug> TCPHandler: Processed in 0.001992528 sec. | ||
| 3684 | 2025.01.25 03:55:12.310615 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3685 | 2025.01.25 03:55:12.310700 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3686 | 2025.01.25 03:55:12.394348 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3687 | 2025.01.25 03:55:12.394990 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3688 | 2025.01.25 03:55:12.395027 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3689 | 2025.01.25 03:55:12.395549 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3690 | 2025.01.25 03:55:12.395803 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3691 | 2025.01.25 03:55:12.395958 [ 120 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3692 | 2025.01.25 03:55:12.395991 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3693 | 2025.01.25 03:55:12.396007 [ 120 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3694 | 2025.01.25 03:55:12.396033 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3695 | 2025.01.25 03:55:12.396236 [ 197 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 3696 | 2025.01.25 03:55:12.396486 [ 197 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3697 | 2025.01.25 03:55:12.396557 [ 197 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3698 | 2025.01.25 03:55:12.396634 [ 197 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3699 | 2025.01.25 03:55:12.396805 [ 197 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3700 | 2025.01.25 03:55:12.397082 [ 197 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3701 | 2025.01.25 03:55:12.397330 [ 197 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3702 | 2025.01.25 03:55:12.397593 [ 197 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3703 | 2025.01.25 03:55:12.399418 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00329378 sec., 2240890.4055522834 rows/sec., 32.06 MiB/sec. | ||
| 3704 | 2025.01.25 03:55:12.400192 [ 192 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3705 | 2025.01.25 03:55:12.400502 [ 192 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3706 | 2025.01.25 03:55:12.400578 [ 192 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_16_3} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3707 | 2025.01.25 03:55:12.400680 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3708 | 2025.01.25 03:55:12.419595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 526 | ||
| 3709 | 2025.01.25 03:55:12.422709 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3710 | 2025.01.25 03:55:12.422759 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3711 | 2025.01.25 03:55:12.424305 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3712 | 2025.01.25 03:55:12.424628 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2025.01.25 03:55:12.424844 [ 120 ] {} <Debug> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3714 | 2025.01.25 03:55:12.424947 [ 120 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3715 | 2025.01.25 03:55:12.425024 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3716 | 2025.01.25 03:55:12.425429 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 3717 | 2025.01.25 03:55:12.426398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 526 | ||
| 3718 | 2025.01.25 03:55:12.426783 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3719 | 2025.01.25 03:55:12.426937 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 316 rows starting from the beginning of the part | ||
| 3720 | 2025.01.25 03:55:12.427533 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
| 3721 | 2025.01.25 03:55:12.428138 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 3722 | 2025.01.25 03:55:12.428748 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
| 3723 | 2025.01.25 03:55:12.429330 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 48 rows starting from the beginning of the part | ||
| 3724 | 2025.01.25 03:55:12.429906 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 3725 | 2025.01.25 03:55:12.437498 [ 191 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 72 columns (72 merged, 0 gathered) in 0.01236319 sec., 42545.6536702906 rows/sec., 38.29 MiB/sec. | ||
| 3726 | 2025.01.25 03:55:12.438366 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3727 | 2025.01.25 03:55:12.439079 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3728 | 2025.01.25 03:55:12.439171 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_11_2} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3729 | 2025.01.25 03:55:12.439366 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 3730 | 2025.01.25 03:55:12.873651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3731 | 2025.01.25 03:55:12.895089 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3732 | 2025.01.25 03:55:12.895153 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3733 | 2025.01.25 03:55:12.902851 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3734 | 2025.01.25 03:55:12.903601 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3735 | 2025.01.25 03:55:12.903975 [ 120 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3736 | 2025.01.25 03:55:12.904112 [ 120 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3737 | 2025.01.25 03:55:12.904178 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3738 | 2025.01.25 03:55:12.905063 [ 198 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 3739 | 2025.01.25 03:55:12.920989 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3740 | 2025.01.25 03:55:12.922591 [ 198 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3741 | 2025.01.25 03:55:12.924324 [ 198 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 3742 | 2025.01.25 03:55:12.930017 [ 198 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 3743 | 2025.01.25 03:55:12.935796 [ 198 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 3744 | 2025.01.25 03:55:12.941474 [ 198 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 3745 | 2025.01.25 03:55:12.947387 [ 198 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 3746 | 2025.01.25 03:55:12.952267 [ 198 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3747 | 2025.01.25 03:55:13.000232 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.92 MiB, peak 187.92 MiB, free memory in arenas 0.00 B, will set to 180.56 MiB (RSS), difference: -7.36 MiB | ||
| 3748 | 2025.01.25 03:55:13.004452 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003410353 sec. | ||
| 3749 | 2025.01.25 03:55:13.015204 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.110817668 sec., 1091.8836516213282 rows/sec., 5.65 MiB/sec. | ||
| 3750 | 2025.01.25 03:55:13.017880 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3751 | 2025.01.25 03:55:13.020766 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_16_3} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3752 | 2025.01.25 03:55:13.020872 [ 191 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_16_3} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3753 | 2025.01.25 03:55:13.023350 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3754 | 2025.01.25 03:55:13.760379 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3755 | 2025.01.25 03:55:13.760656 [ 259 ] {0794a411-1a6c-446b-87be-9314e1e667fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3756 | 2025.01.25 03:55:13.760727 [ 259 ] {0794a411-1a6c-446b-87be-9314e1e667fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3757 | 2025.01.25 03:55:13.761493 [ 259 ] {0794a411-1a6c-446b-87be-9314e1e667fa} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3758 | 2025.01.25 03:55:13.761535 [ 259 ] {0794a411-1a6c-446b-87be-9314e1e667fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3759 | 2025.01.25 03:55:13.761999 [ 259 ] {0794a411-1a6c-446b-87be-9314e1e667fa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3760 | 2025.01.25 03:55:13.762258 [ 259 ] {0794a411-1a6c-446b-87be-9314e1e667fa} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3761 | 2025.01.25 03:55:13.762490 [ 259 ] {0794a411-1a6c-446b-87be-9314e1e667fa} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001884 sec., 43524.4161358811 rows/sec., 3.60 MiB/sec. | ||
| 3762 | 2025.01.25 03:55:13.762699 [ 259 ] {0794a411-1a6c-446b-87be-9314e1e667fa} <Debug> TCPHandler: Processed in 0.002501761 sec. | ||
| 3763 | 2025.01.25 03:55:13.762971 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3764 | 2025.01.25 03:55:13.763192 [ 260 ] {2fa5e428-a3d3-4eb9-a341-9ee9c21a19f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3765 | 2025.01.25 03:55:13.763278 [ 260 ] {2fa5e428-a3d3-4eb9-a341-9ee9c21a19f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3766 | 2025.01.25 03:55:13.764062 [ 260 ] {2fa5e428-a3d3-4eb9-a341-9ee9c21a19f4} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3767 | 2025.01.25 03:55:13.764112 [ 260 ] {2fa5e428-a3d3-4eb9-a341-9ee9c21a19f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3768 | 2025.01.25 03:55:13.764546 [ 260 ] {2fa5e428-a3d3-4eb9-a341-9ee9c21a19f4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3769 | 2025.01.25 03:55:13.764802 [ 260 ] {2fa5e428-a3d3-4eb9-a341-9ee9c21a19f4} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3770 | 2025.01.25 03:55:13.765078 [ 260 ] {2fa5e428-a3d3-4eb9-a341-9ee9c21a19f4} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001946 sec., 6680.369989722508 rows/sec., 502.33 KiB/sec. | ||
| 3771 | 2025.01.25 03:55:13.765197 [ 260 ] {2fa5e428-a3d3-4eb9-a341-9ee9c21a19f4} <Debug> TCPHandler: Processed in 0.002377108 sec. | ||
| 3772 | 2025.01.25 03:55:13.765408 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3773 | 2025.01.25 03:55:13.765606 [ 259 ] {fe117b25-5e38-4722-b76d-fb14689ee20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3774 | 2025.01.25 03:55:13.765665 [ 259 ] {fe117b25-5e38-4722-b76d-fb14689ee20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3775 | 2025.01.25 03:55:13.766395 [ 259 ] {fe117b25-5e38-4722-b76d-fb14689ee20b} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3776 | 2025.01.25 03:55:13.766442 [ 259 ] {fe117b25-5e38-4722-b76d-fb14689ee20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3777 | 2025.01.25 03:55:13.766824 [ 259 ] {fe117b25-5e38-4722-b76d-fb14689ee20b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3778 | 2025.01.25 03:55:13.767065 [ 259 ] {fe117b25-5e38-4722-b76d-fb14689ee20b} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3779 | 2025.01.25 03:55:13.767604 [ 259 ] {fe117b25-5e38-4722-b76d-fb14689ee20b} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001986 sec., 38771.39979859013 rows/sec., 3.03 MiB/sec. | ||
| 3780 | 2025.01.25 03:55:13.767859 [ 259 ] {fe117b25-5e38-4722-b76d-fb14689ee20b} <Debug> TCPHandler: Processed in 0.002553502 sec. | ||
| 3781 | 2025.01.25 03:55:13.768091 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3782 | 2025.01.25 03:55:13.768321 [ 260 ] {1521cc0c-028c-46a1-bbe8-2976246cad28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3783 | 2025.01.25 03:55:13.768422 [ 260 ] {1521cc0c-028c-46a1-bbe8-2976246cad28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3784 | 2025.01.25 03:55:13.769059 [ 260 ] {1521cc0c-028c-46a1-bbe8-2976246cad28} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3785 | 2025.01.25 03:55:13.769098 [ 260 ] {1521cc0c-028c-46a1-bbe8-2976246cad28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3786 | 2025.01.25 03:55:13.769496 [ 260 ] {1521cc0c-028c-46a1-bbe8-2976246cad28} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3787 | 2025.01.25 03:55:13.769756 [ 260 ] {1521cc0c-028c-46a1-bbe8-2976246cad28} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3788 | 2025.01.25 03:55:13.769971 [ 260 ] {1521cc0c-028c-46a1-bbe8-2976246cad28} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec. | ||
| 3789 | 2025.01.25 03:55:13.770023 [ 260 ] {1521cc0c-028c-46a1-bbe8-2976246cad28} <Debug> TCPHandler: Processed in 0.00204533 sec. | ||
| 3790 | 2025.01.25 03:55:13.770182 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3791 | 2025.01.25 03:55:13.770321 [ 259 ] {5df29749-a2e3-454e-8f6a-45ee12f49af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3792 | 2025.01.25 03:55:13.770418 [ 259 ] {5df29749-a2e3-454e-8f6a-45ee12f49af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3793 | 2025.01.25 03:55:13.771547 [ 259 ] {5df29749-a2e3-454e-8f6a-45ee12f49af7} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3794 | 2025.01.25 03:55:13.771586 [ 259 ] {5df29749-a2e3-454e-8f6a-45ee12f49af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3795 | 2025.01.25 03:55:13.772237 [ 259 ] {5df29749-a2e3-454e-8f6a-45ee12f49af7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3796 | 2025.01.25 03:55:13.772493 [ 259 ] {5df29749-a2e3-454e-8f6a-45ee12f49af7} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3797 | 2025.01.25 03:55:13.772692 [ 259 ] {5df29749-a2e3-454e-8f6a-45ee12f49af7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002401 sec., 5414.410662224073 rows/sec., 9.70 MiB/sec. | ||
| 3798 | 2025.01.25 03:55:13.772783 [ 259 ] {5df29749-a2e3-454e-8f6a-45ee12f49af7} <Debug> TCPHandler: Processed in 0.002668145 sec. | ||
| 3799 | 2025.01.25 03:55:13.772929 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3800 | 2025.01.25 03:55:13.773047 [ 260 ] {ffdb5347-69c8-44b7-ac9c-78e4315859e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3801 | 2025.01.25 03:55:13.773097 [ 260 ] {ffdb5347-69c8-44b7-ac9c-78e4315859e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3802 | 2025.01.25 03:55:13.773590 [ 260 ] {ffdb5347-69c8-44b7-ac9c-78e4315859e7} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3803 | 2025.01.25 03:55:13.773629 [ 260 ] {ffdb5347-69c8-44b7-ac9c-78e4315859e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3804 | 2025.01.25 03:55:13.774004 [ 260 ] {ffdb5347-69c8-44b7-ac9c-78e4315859e7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3805 | 2025.01.25 03:55:13.774242 [ 260 ] {ffdb5347-69c8-44b7-ac9c-78e4315859e7} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3806 | 2025.01.25 03:55:13.774466 [ 260 ] {ffdb5347-69c8-44b7-ac9c-78e4315859e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 3807 | 2025.01.25 03:55:13.774584 [ 260 ] {ffdb5347-69c8-44b7-ac9c-78e4315859e7} <Debug> TCPHandler: Processed in 0.001712302 sec. | ||
| 3808 | 2025.01.25 03:55:14.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.07 MiB, peak 187.92 MiB, free memory in arenas 0.00 B, will set to 180.57 MiB (RSS), difference: 9.50 MiB | ||
| 3809 | 2025.01.25 03:55:18.764625 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3810 | 2025.01.25 03:55:18.764831 [ 259 ] {cf13b09c-fb4c-4317-8fed-fced93fa3ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3811 | 2025.01.25 03:55:18.764906 [ 259 ] {cf13b09c-fb4c-4317-8fed-fced93fa3ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3812 | 2025.01.25 03:55:18.765652 [ 259 ] {cf13b09c-fb4c-4317-8fed-fced93fa3ba8} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3813 | 2025.01.25 03:55:18.765700 [ 259 ] {cf13b09c-fb4c-4317-8fed-fced93fa3ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3814 | 2025.01.25 03:55:18.766142 [ 259 ] {cf13b09c-fb4c-4317-8fed-fced93fa3ba8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3815 | 2025.01.25 03:55:18.766392 [ 259 ] {cf13b09c-fb4c-4317-8fed-fced93fa3ba8} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3816 | 2025.01.25 03:55:18.766582 [ 111 ] {} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3817 | 2025.01.25 03:55:18.766647 [ 259 ] {cf13b09c-fb4c-4317-8fed-fced93fa3ba8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec. | ||
| 3818 | 2025.01.25 03:55:18.766678 [ 111 ] {} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3819 | 2025.01.25 03:55:18.766750 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3820 | 2025.01.25 03:55:18.766766 [ 259 ] {cf13b09c-fb4c-4317-8fed-fced93fa3ba8} <Debug> TCPHandler: Processed in 0.002270805 sec. | ||
| 3821 | 2025.01.25 03:55:18.767117 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 3822 | 2025.01.25 03:55:18.767150 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3823 | 2025.01.25 03:55:18.767394 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3824 | 2025.01.25 03:55:18.767476 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 3825 | 2025.01.25 03:55:18.767498 [ 260 ] {5fb67c7f-4cec-4943-b421-c2f09903279e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3826 | 2025.01.25 03:55:18.767695 [ 260 ] {5fb67c7f-4cec-4943-b421-c2f09903279e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3827 | 2025.01.25 03:55:18.767711 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 3828 | 2025.01.25 03:55:18.768155 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 3829 | 2025.01.25 03:55:18.768420 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 3830 | 2025.01.25 03:55:18.768757 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 3831 | 2025.01.25 03:55:18.770468 [ 260 ] {5fb67c7f-4cec-4943-b421-c2f09903279e} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2025.01.25 03:55:18.770542 [ 260 ] {5fb67c7f-4cec-4943-b421-c2f09903279e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3833 | 2025.01.25 03:55:18.771592 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004706215 sec., 14873.948597758497 rows/sec., 1.10 MiB/sec. | ||
| 3834 | 2025.01.25 03:55:18.771689 [ 260 ] {5fb67c7f-4cec-4943-b421-c2f09903279e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3835 | 2025.01.25 03:55:18.771772 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3836 | 2025.01.25 03:55:18.772157 [ 260 ] {5fb67c7f-4cec-4943-b421-c2f09903279e} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3837 | 2025.01.25 03:55:18.772326 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_9_2} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3838 | 2025.01.25 03:55:18.772689 [ 188 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_9_2} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3839 | 2025.01.25 03:55:18.772979 [ 260 ] {5fb67c7f-4cec-4943-b421-c2f09903279e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005565 sec., 359.38903863432165 rows/sec., 29.31 KiB/sec. | ||
| 3840 | 2025.01.25 03:55:18.773034 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3841 | 2025.01.25 03:55:18.773230 [ 260 ] {5fb67c7f-4cec-4943-b421-c2f09903279e} <Debug> TCPHandler: Processed in 0.006334964 sec. | ||
| 3842 | 2025.01.25 03:55:18.773397 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3843 | 2025.01.25 03:55:18.773537 [ 259 ] {258049c3-7594-4720-9872-4c097e680ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3844 | 2025.01.25 03:55:18.773595 [ 259 ] {258049c3-7594-4720-9872-4c097e680ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3845 | 2025.01.25 03:55:18.774293 [ 259 ] {258049c3-7594-4720-9872-4c097e680ba5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3846 | 2025.01.25 03:55:18.774334 [ 259 ] {258049c3-7594-4720-9872-4c097e680ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3847 | 2025.01.25 03:55:18.774741 [ 259 ] {258049c3-7594-4720-9872-4c097e680ba5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3848 | 2025.01.25 03:55:18.774986 [ 259 ] {258049c3-7594-4720-9872-4c097e680ba5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3849 | 2025.01.25 03:55:18.775253 [ 259 ] {258049c3-7594-4720-9872-4c097e680ba5} <Debug> executeQuery: Read 258 rows, 23.08 KiB in 0.001738 sec., 148446.4902186421 rows/sec., 12.97 MiB/sec. | ||
| 3850 | 2025.01.25 03:55:18.775426 [ 259 ] {258049c3-7594-4720-9872-4c097e680ba5} <Debug> TCPHandler: Processed in 0.002092101 sec. | ||
| 3851 | 2025.01.25 03:55:18.775642 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3852 | 2025.01.25 03:55:18.775795 [ 260 ] {7d99f1e8-8845-45c0-bcf4-ac4901f4ab28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3853 | 2025.01.25 03:55:18.775859 [ 260 ] {7d99f1e8-8845-45c0-bcf4-ac4901f4ab28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3854 | 2025.01.25 03:55:18.776617 [ 260 ] {7d99f1e8-8845-45c0-bcf4-ac4901f4ab28} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3855 | 2025.01.25 03:55:18.776668 [ 260 ] {7d99f1e8-8845-45c0-bcf4-ac4901f4ab28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3856 | 2025.01.25 03:55:18.777053 [ 260 ] {7d99f1e8-8845-45c0-bcf4-ac4901f4ab28} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3857 | 2025.01.25 03:55:18.777310 [ 260 ] {7d99f1e8-8845-45c0-bcf4-ac4901f4ab28} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3858 | 2025.01.25 03:55:18.777591 [ 260 ] {7d99f1e8-8845-45c0-bcf4-ac4901f4ab28} <Debug> executeQuery: Read 36 rows, 2.63 KiB in 0.001828 sec., 19693.654266958423 rows/sec., 1.40 MiB/sec. | ||
| 3859 | 2025.01.25 03:55:18.777810 [ 260 ] {7d99f1e8-8845-45c0-bcf4-ac4901f4ab28} <Debug> TCPHandler: Processed in 0.002279106 sec. | ||
| 3860 | 2025.01.25 03:55:18.777972 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3861 | 2025.01.25 03:55:18.778111 [ 259 ] {e41ba947-4575-4871-9ad4-0087515b55d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3862 | 2025.01.25 03:55:18.778167 [ 259 ] {e41ba947-4575-4871-9ad4-0087515b55d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3863 | 2025.01.25 03:55:18.778810 [ 259 ] {e41ba947-4575-4871-9ad4-0087515b55d9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3864 | 2025.01.25 03:55:18.778849 [ 259 ] {e41ba947-4575-4871-9ad4-0087515b55d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3865 | 2025.01.25 03:55:18.779222 [ 259 ] {e41ba947-4575-4871-9ad4-0087515b55d9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3866 | 2025.01.25 03:55:18.779456 [ 259 ] {e41ba947-4575-4871-9ad4-0087515b55d9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3867 | 2025.01.25 03:55:18.779667 [ 259 ] {e41ba947-4575-4871-9ad4-0087515b55d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec. | ||
| 3868 | 2025.01.25 03:55:18.779719 [ 259 ] {e41ba947-4575-4871-9ad4-0087515b55d9} <Debug> TCPHandler: Processed in 0.001815184 sec. | ||
| 3869 | 2025.01.25 03:55:18.779879 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3870 | 2025.01.25 03:55:18.780024 [ 260 ] {305eece7-4dc0-4abc-9455-a759afe8ce65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3871 | 2025.01.25 03:55:18.780086 [ 260 ] {305eece7-4dc0-4abc-9455-a759afe8ce65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3872 | 2025.01.25 03:55:18.780757 [ 260 ] {305eece7-4dc0-4abc-9455-a759afe8ce65} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3873 | 2025.01.25 03:55:18.780797 [ 260 ] {305eece7-4dc0-4abc-9455-a759afe8ce65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3874 | 2025.01.25 03:55:18.781150 [ 260 ] {305eece7-4dc0-4abc-9455-a759afe8ce65} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3875 | 2025.01.25 03:55:18.781383 [ 260 ] {305eece7-4dc0-4abc-9455-a759afe8ce65} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2025.01.25 03:55:18.781544 [ 111 ] {} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3877 | 2025.01.25 03:55:18.781605 [ 111 ] {} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3878 | 2025.01.25 03:55:18.781626 [ 260 ] {305eece7-4dc0-4abc-9455-a759afe8ce65} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001634 sec., 7955.936352509179 rows/sec., 496.05 KiB/sec. | ||
| 3879 | 2025.01.25 03:55:18.781643 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3880 | 2025.01.25 03:55:18.781776 [ 260 ] {305eece7-4dc0-4abc-9455-a759afe8ce65} <Debug> TCPHandler: Processed in 0.001962688 sec. | ||
| 3881 | 2025.01.25 03:55:18.781871 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 3882 | 2025.01.25 03:55:18.781987 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3883 | 2025.01.25 03:55:18.782043 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3884 | 2025.01.25 03:55:18.782085 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 3885 | 2025.01.25 03:55:18.782159 [ 259 ] {bff5cdda-55da-4f4d-bb3c-8b5b00a330d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3886 | 2025.01.25 03:55:18.782217 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 3887 | 2025.01.25 03:55:18.782298 [ 259 ] {bff5cdda-55da-4f4d-bb3c-8b5b00a330d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3888 | 2025.01.25 03:55:18.782619 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 3889 | 2025.01.25 03:55:18.783058 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 3890 | 2025.01.25 03:55:18.783289 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 3891 | 2025.01.25 03:55:18.784722 [ 259 ] {bff5cdda-55da-4f4d-bb3c-8b5b00a330d2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3892 | 2025.01.25 03:55:18.784773 [ 259 ] {bff5cdda-55da-4f4d-bb3c-8b5b00a330d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3893 | 2025.01.25 03:55:18.785027 [ 186 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003236629 sec., 20082.62300065902 rows/sec., 1.30 MiB/sec. | ||
| 3894 | 2025.01.25 03:55:18.785210 [ 186 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3895 | 2025.01.25 03:55:18.785571 [ 259 ] {bff5cdda-55da-4f4d-bb3c-8b5b00a330d2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3896 | 2025.01.25 03:55:18.785753 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_9_2} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3897 | 2025.01.25 03:55:18.785860 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_9_2} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3898 | 2025.01.25 03:55:18.785904 [ 259 ] {bff5cdda-55da-4f4d-bb3c-8b5b00a330d2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3899 | 2025.01.25 03:55:18.785960 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3900 | 2025.01.25 03:55:18.786176 [ 259 ] {bff5cdda-55da-4f4d-bb3c-8b5b00a330d2} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.004063 sec., 101156.78070391338 rows/sec., 7.21 MiB/sec. | ||
| 3901 | 2025.01.25 03:55:18.786237 [ 259 ] {bff5cdda-55da-4f4d-bb3c-8b5b00a330d2} <Debug> TCPHandler: Processed in 0.004344865 sec. | ||
| 3902 | 2025.01.25 03:55:18.786421 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3903 | 2025.01.25 03:55:18.786565 [ 260 ] {0e6a8999-d57a-4a91-b47a-1535e638a911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3904 | 2025.01.25 03:55:18.786627 [ 260 ] {0e6a8999-d57a-4a91-b47a-1535e638a911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3905 | 2025.01.25 03:55:18.787195 [ 260 ] {0e6a8999-d57a-4a91-b47a-1535e638a911} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3906 | 2025.01.25 03:55:18.787241 [ 260 ] {0e6a8999-d57a-4a91-b47a-1535e638a911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3907 | 2025.01.25 03:55:18.787674 [ 260 ] {0e6a8999-d57a-4a91-b47a-1535e638a911} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3908 | 2025.01.25 03:55:18.787908 [ 260 ] {0e6a8999-d57a-4a91-b47a-1535e638a911} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3909 | 2025.01.25 03:55:18.788092 [ 260 ] {0e6a8999-d57a-4a91-b47a-1535e638a911} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 201.08 KiB/sec. | ||
| 3910 | 2025.01.25 03:55:18.788147 [ 260 ] {0e6a8999-d57a-4a91-b47a-1535e638a911} <Debug> TCPHandler: Processed in 0.001796803 sec. | ||
| 3911 | 2025.01.25 03:55:18.788310 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3912 | 2025.01.25 03:55:18.788429 [ 259 ] {2f39cd72-f073-4cd3-93be-f091e95c8b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3913 | 2025.01.25 03:55:18.788482 [ 259 ] {2f39cd72-f073-4cd3-93be-f091e95c8b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3914 | 2025.01.25 03:55:18.789064 [ 259 ] {2f39cd72-f073-4cd3-93be-f091e95c8b8f} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3915 | 2025.01.25 03:55:18.789104 [ 259 ] {2f39cd72-f073-4cd3-93be-f091e95c8b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3916 | 2025.01.25 03:55:18.789497 [ 259 ] {2f39cd72-f073-4cd3-93be-f091e95c8b8f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3917 | 2025.01.25 03:55:18.789728 [ 259 ] {2f39cd72-f073-4cd3-93be-f091e95c8b8f} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3918 | 2025.01.25 03:55:18.789978 [ 259 ] {2f39cd72-f073-4cd3-93be-f091e95c8b8f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001573 sec., 151303.24221233313 rows/sec., 10.14 MiB/sec. | ||
| 3919 | 2025.01.25 03:55:18.790187 [ 259 ] {2f39cd72-f073-4cd3-93be-f091e95c8b8f} <Debug> TCPHandler: Processed in 0.001932507 sec. | ||
| 3920 | 2025.01.25 03:55:18.790402 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3921 | 2025.01.25 03:55:18.790539 [ 260 ] {fc4948c5-20f5-46f8-a6eb-1185ec0b7a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3922 | 2025.01.25 03:55:18.790600 [ 260 ] {fc4948c5-20f5-46f8-a6eb-1185ec0b7a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3923 | 2025.01.25 03:55:18.791091 [ 260 ] {fc4948c5-20f5-46f8-a6eb-1185ec0b7a35} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3924 | 2025.01.25 03:55:18.791132 [ 260 ] {fc4948c5-20f5-46f8-a6eb-1185ec0b7a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3925 | 2025.01.25 03:55:18.791500 [ 260 ] {fc4948c5-20f5-46f8-a6eb-1185ec0b7a35} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3926 | 2025.01.25 03:55:18.791744 [ 260 ] {fc4948c5-20f5-46f8-a6eb-1185ec0b7a35} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3927 | 2025.01.25 03:55:18.791925 [ 260 ] {fc4948c5-20f5-46f8-a6eb-1185ec0b7a35} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
| 3928 | 2025.01.25 03:55:18.791978 [ 260 ] {fc4948c5-20f5-46f8-a6eb-1185ec0b7a35} <Debug> TCPHandler: Processed in 0.00166083 sec. | ||
| 3929 | 2025.01.25 03:55:18.792164 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3930 | 2025.01.25 03:55:18.792282 [ 259 ] {0900d057-24f1-4e0b-bbf0-793c4b06b873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3931 | 2025.01.25 03:55:18.792363 [ 259 ] {0900d057-24f1-4e0b-bbf0-793c4b06b873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3932 | 2025.01.25 03:55:18.793477 [ 259 ] {0900d057-24f1-4e0b-bbf0-793c4b06b873} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3933 | 2025.01.25 03:55:18.793516 [ 259 ] {0900d057-24f1-4e0b-bbf0-793c4b06b873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3934 | 2025.01.25 03:55:18.794137 [ 259 ] {0900d057-24f1-4e0b-bbf0-793c4b06b873} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3935 | 2025.01.25 03:55:18.794394 [ 259 ] {0900d057-24f1-4e0b-bbf0-793c4b06b873} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3936 | 2025.01.25 03:55:18.794564 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3937 | 2025.01.25 03:55:18.794634 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.01.25 03:55:18.794671 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3939 | 2025.01.25 03:55:18.794675 [ 259 ] {0900d057-24f1-4e0b-bbf0-793c4b06b873} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002407 sec., 11217.28292480266 rows/sec., 20.10 MiB/sec. | ||
| 3940 | 2025.01.25 03:55:18.795145 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 3941 | 2025.01.25 03:55:18.795522 [ 259 ] {0900d057-24f1-4e0b-bbf0-793c4b06b873} <Debug> TCPHandler: Processed in 0.003414553 sec. | ||
| 3942 | 2025.01.25 03:55:18.795749 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3943 | 2025.01.25 03:55:18.795901 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3944 | 2025.01.25 03:55:18.795916 [ 260 ] {b2ad65bd-a1dd-4b43-abd7-96d0350ec5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3945 | 2025.01.25 03:55:18.795994 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 155 rows starting from the beginning of the part | ||
| 3946 | 2025.01.25 03:55:18.795995 [ 260 ] {b2ad65bd-a1dd-4b43-abd7-96d0350ec5cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3947 | 2025.01.25 03:55:18.796745 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
| 3948 | 2025.01.25 03:55:18.797311 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 3949 | 2025.01.25 03:55:18.797883 [ 260 ] {b2ad65bd-a1dd-4b43-abd7-96d0350ec5cc} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2025.01.25 03:55:18.797899 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
| 3951 | 2025.01.25 03:55:18.797926 [ 260 ] {b2ad65bd-a1dd-4b43-abd7-96d0350ec5cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3952 | 2025.01.25 03:55:18.798507 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 3953 | 2025.01.25 03:55:18.799055 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part | ||
| 3954 | 2025.01.25 03:55:18.799096 [ 260 ] {b2ad65bd-a1dd-4b43-abd7-96d0350ec5cc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3955 | 2025.01.25 03:55:18.799662 [ 260 ] {b2ad65bd-a1dd-4b43-abd7-96d0350ec5cc} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3956 | 2025.01.25 03:55:18.800024 [ 260 ] {b2ad65bd-a1dd-4b43-abd7-96d0350ec5cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004136 sec., 19825.918762088975 rows/sec., 1.26 MiB/sec. | ||
| 3957 | 2025.01.25 03:55:18.800368 [ 260 ] {b2ad65bd-a1dd-4b43-abd7-96d0350ec5cc} <Debug> TCPHandler: Processed in 0.004723765 sec. | ||
| 3958 | 2025.01.25 03:55:18.803160 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 19 columns (19 merged, 0 gathered) in 0.008398214 sec., 31197.10929014193 rows/sec., 55.90 MiB/sec. | ||
| 3959 | 2025.01.25 03:55:18.803636 [ 200 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3960 | 2025.01.25 03:55:18.804066 [ 200 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2025.01.25 03:55:18.804152 [ 200 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3962 | 2025.01.25 03:55:18.804308 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 3963 | 2025.01.25 03:55:19.897078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3964 | 2025.01.25 03:55:19.897788 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.01.25 03:55:19.897838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3966 | 2025.01.25 03:55:19.898509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3967 | 2025.01.25 03:55:19.898864 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2025.01.25 03:55:19.899216 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3969 | 2025.01.25 03:55:20.422025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3970 | 2025.01.25 03:55:20.441320 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3971 | 2025.01.25 03:55:20.441396 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3972 | 2025.01.25 03:55:20.449211 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3973 | 2025.01.25 03:55:20.449964 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3974 | 2025.01.25 03:55:20.453430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3975 | 2025.01.25 03:55:22.427537 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 562 | ||
| 3976 | 2025.01.25 03:55:22.430740 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2025.01.25 03:55:22.430790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3978 | 2025.01.25 03:55:22.432293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3979 | 2025.01.25 03:55:22.432617 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2025.01.25 03:55:22.434141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 562 | ||
| 3981 | 2025.01.25 03:55:23.759143 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3982 | 2025.01.25 03:55:23.759328 [ 259 ] {6ed71508-77d8-480f-a789-e9dc75c89fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3983 | 2025.01.25 03:55:23.759400 [ 259 ] {6ed71508-77d8-480f-a789-e9dc75c89fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3984 | 2025.01.25 03:55:23.760171 [ 259 ] {6ed71508-77d8-480f-a789-e9dc75c89fcd} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3985 | 2025.01.25 03:55:23.760215 [ 259 ] {6ed71508-77d8-480f-a789-e9dc75c89fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3986 | 2025.01.25 03:55:23.760653 [ 259 ] {6ed71508-77d8-480f-a789-e9dc75c89fcd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3987 | 2025.01.25 03:55:23.760909 [ 259 ] {6ed71508-77d8-480f-a789-e9dc75c89fcd} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3988 | 2025.01.25 03:55:23.761056 [ 105 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3989 | 2025.01.25 03:55:23.761105 [ 105 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2025.01.25 03:55:23.761110 [ 259 ] {6ed71508-77d8-480f-a789-e9dc75c89fcd} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001835 sec., 44686.6485013624 rows/sec., 3.69 MiB/sec. | ||
| 3991 | 2025.01.25 03:55:23.761134 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3992 | 2025.01.25 03:55:23.761196 [ 259 ] {6ed71508-77d8-480f-a789-e9dc75c89fcd} <Debug> TCPHandler: Processed in 0.002186273 sec. | ||
| 3993 | 2025.01.25 03:55:23.761295 [ 189 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 3994 | 2025.01.25 03:55:23.761412 [ 189 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3995 | 2025.01.25 03:55:23.761463 [ 189 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1429 rows starting from the beginning of the part | ||
| 3996 | 2025.01.25 03:55:23.761473 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3997 | 2025.01.25 03:55:23.761594 [ 189 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3998 | 2025.01.25 03:55:23.761948 [ 260 ] {a020133c-a274-4599-9516-2b70ef7b884b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3999 | 2025.01.25 03:55:23.761982 [ 189 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 257 rows starting from the beginning of the part | ||
| 4000 | 2025.01.25 03:55:23.762132 [ 260 ] {a020133c-a274-4599-9516-2b70ef7b884b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4001 | 2025.01.25 03:55:23.762324 [ 189 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 4002 | 2025.01.25 03:55:23.762679 [ 189 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 258 rows starting from the beginning of the part | ||
| 4003 | 2025.01.25 03:55:23.762940 [ 189 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 4004 | 2025.01.25 03:55:23.764790 [ 260 ] {a020133c-a274-4599-9516-2b70ef7b884b} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4005 | 2025.01.25 03:55:23.764870 [ 260 ] {a020133c-a274-4599-9516-2b70ef7b884b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4006 | 2025.01.25 03:55:23.765819 [ 260 ] {a020133c-a274-4599-9516-2b70ef7b884b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4007 | 2025.01.25 03:55:23.766173 [ 200 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 5 columns (5 merged, 0 gathered) in 0.004952871 sec., 436918.3045550752 rows/sec., 38.43 MiB/sec. | ||
| 4008 | 2025.01.25 03:55:23.766321 [ 260 ] {a020133c-a274-4599-9516-2b70ef7b884b} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4009 | 2025.01.25 03:55:23.766658 [ 200 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4010 | 2025.01.25 03:55:23.766692 [ 260 ] {a020133c-a274-4599-9516-2b70ef7b884b} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.004944 sec., 2629.4498381877024 rows/sec., 197.72 KiB/sec. | ||
| 4011 | 2025.01.25 03:55:23.766905 [ 260 ] {a020133c-a274-4599-9516-2b70ef7b884b} <Debug> TCPHandler: Processed in 0.005593346 sec. | ||
| 4012 | 2025.01.25 03:55:23.767139 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4013 | 2025.01.25 03:55:23.767307 [ 200 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4014 | 2025.01.25 03:55:23.767347 [ 259 ] {9dec0f83-f1b6-452e-b873-581d5aa27d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4015 | 2025.01.25 03:55:23.767441 [ 259 ] {9dec0f83-f1b6-452e-b873-581d5aa27d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4016 | 2025.01.25 03:55:23.767462 [ 200 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_26_5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4017 | 2025.01.25 03:55:23.767674 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 4018 | 2025.01.25 03:55:23.768240 [ 259 ] {9dec0f83-f1b6-452e-b873-581d5aa27d32} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2025.01.25 03:55:23.768283 [ 259 ] {9dec0f83-f1b6-452e-b873-581d5aa27d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4020 | 2025.01.25 03:55:23.768663 [ 259 ] {9dec0f83-f1b6-452e-b873-581d5aa27d32} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4021 | 2025.01.25 03:55:23.768907 [ 259 ] {9dec0f83-f1b6-452e-b873-581d5aa27d32} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2025.01.25 03:55:23.769040 [ 105 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4023 | 2025.01.25 03:55:23.769081 [ 105 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2025.01.25 03:55:23.769103 [ 259 ] {9dec0f83-f1b6-452e-b873-581d5aa27d32} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001805 sec., 42659.27977839335 rows/sec., 3.33 MiB/sec. | ||
| 4025 | 2025.01.25 03:55:23.769108 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4026 | 2025.01.25 03:55:23.769231 [ 259 ] {9dec0f83-f1b6-452e-b873-581d5aa27d32} <Debug> TCPHandler: Processed in 0.002209873 sec. | ||
| 4027 | 2025.01.25 03:55:23.769508 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 4028 | 2025.01.25 03:55:23.769671 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4029 | 2025.01.25 03:55:23.769999 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4030 | 2025.01.25 03:55:23.770081 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 4031 | 2025.01.25 03:55:23.770158 [ 260 ] {b72a32ad-5137-4f31-b16a-c5d23b53ab88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4032 | 2025.01.25 03:55:23.770339 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 4033 | 2025.01.25 03:55:23.770363 [ 260 ] {b72a32ad-5137-4f31-b16a-c5d23b53ab88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4034 | 2025.01.25 03:55:23.770738 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 409 rows starting from the beginning of the part | ||
| 4035 | 2025.01.25 03:55:23.771130 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
| 4036 | 2025.01.25 03:55:23.771531 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 411 rows starting from the beginning of the part | ||
| 4037 | 2025.01.25 03:55:23.771846 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
| 4038 | 2025.01.25 03:55:23.772887 [ 260 ] {b72a32ad-5137-4f31-b16a-c5d23b53ab88} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4039 | 2025.01.25 03:55:23.772971 [ 260 ] {b72a32ad-5137-4f31-b16a-c5d23b53ab88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4040 | 2025.01.25 03:55:23.773926 [ 260 ] {b72a32ad-5137-4f31-b16a-c5d23b53ab88} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4041 | 2025.01.25 03:55:23.774372 [ 260 ] {b72a32ad-5137-4f31-b16a-c5d23b53ab88} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4042 | 2025.01.25 03:55:23.774885 [ 260 ] {b72a32ad-5137-4f31-b16a-c5d23b53ab88} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004782 sec., 33458.80384776244 rows/sec., 2.33 MiB/sec. | ||
| 4043 | 2025.01.25 03:55:23.774608 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4044 | 2025.01.25 03:55:23.775051 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4045 | 2025.01.25 03:55:23.775054 [ 189 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1946 rows, containing 5 columns (5 merged, 0 gathered) in 0.005811991 sec., 334825.0195156875 rows/sec., 25.62 MiB/sec. | ||
| 4046 | 2025.01.25 03:55:23.775113 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4047 | 2025.01.25 03:55:23.775124 [ 260 ] {b72a32ad-5137-4f31-b16a-c5d23b53ab88} <Debug> TCPHandler: Processed in 0.005745429 sec. | ||
| 4048 | 2025.01.25 03:55:23.775437 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4049 | 2025.01.25 03:55:23.775514 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 4050 | 2025.01.25 03:55:23.775551 [ 189 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4051 | 2025.01.25 03:55:23.775719 [ 259 ] {11355aaf-4399-42a4-b0c3-e2a9e0b98fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4052 | 2025.01.25 03:55:23.776042 [ 259 ] {11355aaf-4399-42a4-b0c3-e2a9e0b98fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4053 | 2025.01.25 03:55:23.776168 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4054 | 2025.01.25 03:55:23.776348 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7209 rows starting from the beginning of the part | ||
| 4055 | 2025.01.25 03:55:23.776513 [ 189 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4056 | 2025.01.25 03:55:23.776843 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part | ||
| 4057 | 2025.01.25 03:55:23.777015 [ 189 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_26_5} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4058 | 2025.01.25 03:55:23.777450 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4059 | 2025.01.25 03:55:23.777472 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 4060 | 2025.01.25 03:55:23.777899 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 4061 | 2025.01.25 03:55:23.778413 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 238 rows starting from the beginning of the part | ||
| 4062 | 2025.01.25 03:55:23.778890 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 4063 | 2025.01.25 03:55:23.782133 [ 259 ] {11355aaf-4399-42a4-b0c3-e2a9e0b98fb8} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2025.01.25 03:55:23.782212 [ 259 ] {11355aaf-4399-42a4-b0c3-e2a9e0b98fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4065 | 2025.01.25 03:55:23.783387 [ 259 ] {11355aaf-4399-42a4-b0c3-e2a9e0b98fb8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4066 | 2025.01.25 03:55:23.783727 [ 259 ] {11355aaf-4399-42a4-b0c3-e2a9e0b98fb8} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2025.01.25 03:55:23.784073 [ 193 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8058 rows, containing 5 columns (5 merged, 0 gathered) in 0.008839494 sec., 911590.6408217484 rows/sec., 61.60 MiB/sec. | ||
| 4068 | 2025.01.25 03:55:23.784167 [ 259 ] {11355aaf-4399-42a4-b0c3-e2a9e0b98fb8} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008551 sec., 1520.2900245585313 rows/sec., 2.72 MiB/sec. | ||
| 4069 | 2025.01.25 03:55:23.784276 [ 259 ] {11355aaf-4399-42a4-b0c3-e2a9e0b98fb8} <Debug> TCPHandler: Processed in 0.009027259 sec. | ||
| 4070 | 2025.01.25 03:55:23.784549 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4071 | 2025.01.25 03:55:23.784845 [ 260 ] {84e7184a-1a7d-4625-8698-ec778aa2a020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4072 | 2025.01.25 03:55:23.784856 [ 193 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4073 | 2025.01.25 03:55:23.784959 [ 260 ] {84e7184a-1a7d-4625-8698-ec778aa2a020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4074 | 2025.01.25 03:55:23.785506 [ 193 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4075 | 2025.01.25 03:55:23.785658 [ 193 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4076 | 2025.01.25 03:55:23.785826 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 4077 | 2025.01.25 03:55:23.785985 [ 260 ] {84e7184a-1a7d-4625-8698-ec778aa2a020} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4078 | 2025.01.25 03:55:23.786028 [ 260 ] {84e7184a-1a7d-4625-8698-ec778aa2a020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4079 | 2025.01.25 03:55:23.786394 [ 260 ] {84e7184a-1a7d-4625-8698-ec778aa2a020} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4080 | 2025.01.25 03:55:23.786638 [ 260 ] {84e7184a-1a7d-4625-8698-ec778aa2a020} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4081 | 2025.01.25 03:55:23.786805 [ 105 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4082 | 2025.01.25 03:55:23.786856 [ 105 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2025.01.25 03:55:23.786889 [ 260 ] {84e7184a-1a7d-4625-8698-ec778aa2a020} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002132 sec., 28142.58911819887 rows/sec., 1.90 MiB/sec. | ||
| 4084 | 2025.01.25 03:55:23.786897 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4085 | 2025.01.25 03:55:23.787106 [ 260 ] {84e7184a-1a7d-4625-8698-ec778aa2a020} <Debug> TCPHandler: Processed in 0.002664915 sec. | ||
| 4086 | 2025.01.25 03:55:23.787194 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 4087 | 2025.01.25 03:55:23.787445 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4088 | 2025.01.25 03:55:23.787477 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1208 rows starting from the beginning of the part | ||
| 4089 | 2025.01.25 03:55:23.787542 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part | ||
| 4090 | 2025.01.25 03:55:23.787787 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 4091 | 2025.01.25 03:55:23.787910 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 4092 | 2025.01.25 03:55:23.788101 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 4093 | 2025.01.25 03:55:23.788257 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 4094 | 2025.01.25 03:55:23.789507 [ 190 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1512 rows, containing 4 columns (4 merged, 0 gathered) in 0.00248585 sec., 608242.6534183478 rows/sec., 39.91 MiB/sec. | ||
| 4095 | 2025.01.25 03:55:23.789740 [ 190 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4096 | 2025.01.25 03:55:23.790244 [ 190 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4097 | 2025.01.25 03:55:23.790385 [ 190 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_26_5} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4098 | 2025.01.25 03:55:23.790532 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4099 | 2025.01.25 03:55:27.310951 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4100 | 2025.01.25 03:55:27.311024 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4101 | 2025.01.25 03:55:27.400305 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 4102 | 2025.01.25 03:55:27.400941 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4103 | 2025.01.25 03:55:27.400981 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4104 | 2025.01.25 03:55:27.401508 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4105 | 2025.01.25 03:55:27.401789 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4106 | 2025.01.25 03:55:27.402069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4107 | 2025.01.25 03:55:27.954460 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4108 | 2025.01.25 03:55:27.973977 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4109 | 2025.01.25 03:55:27.974038 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4110 | 2025.01.25 03:55:27.981602 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4111 | 2025.01.25 03:55:27.982376 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2025.01.25 03:55:27.984955 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4113 | 2025.01.25 03:55:28.764654 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4114 | 2025.01.25 03:55:28.764871 [ 259 ] {4c888972-32af-46bd-bdc0-d19ba74da9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4115 | 2025.01.25 03:55:28.764956 [ 259 ] {4c888972-32af-46bd-bdc0-d19ba74da9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4116 | 2025.01.25 03:55:28.765720 [ 259 ] {4c888972-32af-46bd-bdc0-d19ba74da9f7} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4117 | 2025.01.25 03:55:28.765774 [ 259 ] {4c888972-32af-46bd-bdc0-d19ba74da9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4118 | 2025.01.25 03:55:28.766210 [ 259 ] {4c888972-32af-46bd-bdc0-d19ba74da9f7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4119 | 2025.01.25 03:55:28.766469 [ 259 ] {4c888972-32af-46bd-bdc0-d19ba74da9f7} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4120 | 2025.01.25 03:55:28.766739 [ 259 ] {4c888972-32af-46bd-bdc0-d19ba74da9f7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001923 sec., 7280.291211648466 rows/sec., 524.08 KiB/sec. | ||
| 4121 | 2025.01.25 03:55:28.766960 [ 259 ] {4c888972-32af-46bd-bdc0-d19ba74da9f7} <Debug> TCPHandler: Processed in 0.00244969 sec. | ||
| 4122 | 2025.01.25 03:55:28.767285 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4123 | 2025.01.25 03:55:28.767562 [ 260 ] {28945b48-38be-4826-8d18-08aab32972b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4124 | 2025.01.25 03:55:28.767673 [ 260 ] {28945b48-38be-4826-8d18-08aab32972b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4125 | 2025.01.25 03:55:28.768622 [ 260 ] {28945b48-38be-4826-8d18-08aab32972b5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4126 | 2025.01.25 03:55:28.768671 [ 260 ] {28945b48-38be-4826-8d18-08aab32972b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4127 | 2025.01.25 03:55:28.769130 [ 260 ] {28945b48-38be-4826-8d18-08aab32972b5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4128 | 2025.01.25 03:55:28.769382 [ 260 ] {28945b48-38be-4826-8d18-08aab32972b5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4129 | 2025.01.25 03:55:28.769620 [ 260 ] {28945b48-38be-4826-8d18-08aab32972b5} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.00214 sec., 120093.45794392524 rows/sec., 10.50 MiB/sec. | ||
| 4130 | 2025.01.25 03:55:28.769682 [ 260 ] {28945b48-38be-4826-8d18-08aab32972b5} <Debug> TCPHandler: Processed in 0.002575283 sec. | ||
| 4131 | 2025.01.25 03:55:28.769853 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4132 | 2025.01.25 03:55:28.770007 [ 259 ] {9619d187-1176-47e2-9e1d-a23eb1cf3480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4133 | 2025.01.25 03:55:28.770069 [ 259 ] {9619d187-1176-47e2-9e1d-a23eb1cf3480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4134 | 2025.01.25 03:55:28.770793 [ 259 ] {9619d187-1176-47e2-9e1d-a23eb1cf3480} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2025.01.25 03:55:28.770842 [ 259 ] {9619d187-1176-47e2-9e1d-a23eb1cf3480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4136 | 2025.01.25 03:55:28.771231 [ 259 ] {9619d187-1176-47e2-9e1d-a23eb1cf3480} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4137 | 2025.01.25 03:55:28.771471 [ 259 ] {9619d187-1176-47e2-9e1d-a23eb1cf3480} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2025.01.25 03:55:28.771638 [ 99 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4139 | 2025.01.25 03:55:28.771704 [ 259 ] {9619d187-1176-47e2-9e1d-a23eb1cf3480} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.00173 sec., 19653.179190751445 rows/sec., 1.40 MiB/sec. | ||
| 4140 | 2025.01.25 03:55:28.771727 [ 99 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4141 | 2025.01.25 03:55:28.771791 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4142 | 2025.01.25 03:55:28.771817 [ 259 ] {9619d187-1176-47e2-9e1d-a23eb1cf3480} <Debug> TCPHandler: Processed in 0.002033149 sec. | ||
| 4143 | 2025.01.25 03:55:28.771989 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 4144 | 2025.01.25 03:55:28.772039 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4145 | 2025.01.25 03:55:28.772174 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4146 | 2025.01.25 03:55:28.772255 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 59 rows starting from the beginning of the part | ||
| 4147 | 2025.01.25 03:55:28.772284 [ 260 ] {4437649c-9306-4101-ae7e-b563d112c323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4148 | 2025.01.25 03:55:28.772448 [ 260 ] {4437649c-9306-4101-ae7e-b563d112c323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4149 | 2025.01.25 03:55:28.772504 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 4150 | 2025.01.25 03:55:28.772948 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 4151 | 2025.01.25 03:55:28.773259 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 4152 | 2025.01.25 03:55:28.773610 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 4153 | 2025.01.25 03:55:28.774017 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 4154 | 2025.01.25 03:55:28.775349 [ 260 ] {4437649c-9306-4101-ae7e-b563d112c323} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4155 | 2025.01.25 03:55:28.775423 [ 260 ] {4437649c-9306-4101-ae7e-b563d112c323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4156 | 2025.01.25 03:55:28.776486 [ 260 ] {4437649c-9306-4101-ae7e-b563d112c323} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4157 | 2025.01.25 03:55:28.776791 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.004910429 sec., 38489.50875778878 rows/sec., 2.90 MiB/sec. | ||
| 4158 | 2025.01.25 03:55:28.776959 [ 260 ] {4437649c-9306-4101-ae7e-b563d112c323} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4159 | 2025.01.25 03:55:28.777052 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4160 | 2025.01.25 03:55:28.777374 [ 260 ] {4437649c-9306-4101-ae7e-b563d112c323} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005163 sec., 2711.6017819097424 rows/sec., 189.90 KiB/sec. | ||
| 4161 | 2025.01.25 03:55:28.777540 [ 260 ] {4437649c-9306-4101-ae7e-b563d112c323} <Debug> TCPHandler: Processed in 0.005620966 sec. | ||
| 4162 | 2025.01.25 03:55:28.777761 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4163 | 2025.01.25 03:55:28.777782 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_21_4} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4164 | 2025.01.25 03:55:28.777950 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_21_4} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4165 | 2025.01.25 03:55:28.777990 [ 259 ] {1bb83bd0-0203-4c6d-ba97-7ce1efff8d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4166 | 2025.01.25 03:55:28.778108 [ 259 ] {1bb83bd0-0203-4c6d-ba97-7ce1efff8d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4167 | 2025.01.25 03:55:28.778109 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4168 | 2025.01.25 03:55:28.778862 [ 259 ] {1bb83bd0-0203-4c6d-ba97-7ce1efff8d49} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2025.01.25 03:55:28.778914 [ 259 ] {1bb83bd0-0203-4c6d-ba97-7ce1efff8d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4170 | 2025.01.25 03:55:28.779276 [ 259 ] {1bb83bd0-0203-4c6d-ba97-7ce1efff8d49} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4171 | 2025.01.25 03:55:28.779523 [ 259 ] {1bb83bd0-0203-4c6d-ba97-7ce1efff8d49} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2025.01.25 03:55:28.779767 [ 259 ] {1bb83bd0-0203-4c6d-ba97-7ce1efff8d49} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001832 sec., 7096.0698689956325 rows/sec., 442.44 KiB/sec. | ||
| 4173 | 2025.01.25 03:55:28.779958 [ 259 ] {1bb83bd0-0203-4c6d-ba97-7ce1efff8d49} <Debug> TCPHandler: Processed in 0.002293626 sec. | ||
| 4174 | 2025.01.25 03:55:28.780121 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4175 | 2025.01.25 03:55:28.780241 [ 260 ] {4a7b57dd-0b22-415e-870d-11ad3ed70238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4176 | 2025.01.25 03:55:28.780291 [ 260 ] {4a7b57dd-0b22-415e-870d-11ad3ed70238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4177 | 2025.01.25 03:55:28.781018 [ 260 ] {4a7b57dd-0b22-415e-870d-11ad3ed70238} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4178 | 2025.01.25 03:55:28.781055 [ 260 ] {4a7b57dd-0b22-415e-870d-11ad3ed70238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4179 | 2025.01.25 03:55:28.781445 [ 260 ] {4a7b57dd-0b22-415e-870d-11ad3ed70238} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4180 | 2025.01.25 03:55:28.781696 [ 260 ] {4a7b57dd-0b22-415e-870d-11ad3ed70238} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4181 | 2025.01.25 03:55:28.781875 [ 260 ] {4a7b57dd-0b22-415e-870d-11ad3ed70238} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001661 sec., 246237.20650210718 rows/sec., 17.55 MiB/sec. | ||
| 4182 | 2025.01.25 03:55:28.781928 [ 260 ] {4a7b57dd-0b22-415e-870d-11ad3ed70238} <Debug> TCPHandler: Processed in 0.001866055 sec. | ||
| 4183 | 2025.01.25 03:55:28.782078 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4184 | 2025.01.25 03:55:28.782197 [ 259 ] {4bad16f0-9fa3-44a4-8cab-91747f43f63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4185 | 2025.01.25 03:55:28.782249 [ 259 ] {4bad16f0-9fa3-44a4-8cab-91747f43f63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4186 | 2025.01.25 03:55:28.782748 [ 259 ] {4bad16f0-9fa3-44a4-8cab-91747f43f63c} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2025.01.25 03:55:28.782787 [ 259 ] {4bad16f0-9fa3-44a4-8cab-91747f43f63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4188 | 2025.01.25 03:55:28.783164 [ 259 ] {4bad16f0-9fa3-44a4-8cab-91747f43f63c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4189 | 2025.01.25 03:55:28.783404 [ 259 ] {4bad16f0-9fa3-44a4-8cab-91747f43f63c} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2025.01.25 03:55:28.783608 [ 259 ] {4bad16f0-9fa3-44a4-8cab-91747f43f63c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. | ||
| 4191 | 2025.01.25 03:55:28.783661 [ 259 ] {4bad16f0-9fa3-44a4-8cab-91747f43f63c} <Debug> TCPHandler: Processed in 0.00164032 sec. | ||
| 4192 | 2025.01.25 03:55:28.783800 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4193 | 2025.01.25 03:55:28.783919 [ 260 ] {4c59515c-bd00-4d70-90cb-38dfcf780486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4194 | 2025.01.25 03:55:28.783979 [ 260 ] {4c59515c-bd00-4d70-90cb-38dfcf780486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4195 | 2025.01.25 03:55:28.784663 [ 260 ] {4c59515c-bd00-4d70-90cb-38dfcf780486} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4196 | 2025.01.25 03:55:28.784709 [ 260 ] {4c59515c-bd00-4d70-90cb-38dfcf780486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4197 | 2025.01.25 03:55:28.785146 [ 260 ] {4c59515c-bd00-4d70-90cb-38dfcf780486} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4198 | 2025.01.25 03:55:28.785386 [ 260 ] {4c59515c-bd00-4d70-90cb-38dfcf780486} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4199 | 2025.01.25 03:55:28.785582 [ 260 ] {4c59515c-bd00-4d70-90cb-38dfcf780486} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001686 sec., 140569.3950177936 rows/sec., 9.42 MiB/sec. | ||
| 4200 | 2025.01.25 03:55:28.785714 [ 260 ] {4c59515c-bd00-4d70-90cb-38dfcf780486} <Debug> TCPHandler: Processed in 0.001970618 sec. | ||
| 4201 | 2025.01.25 03:55:28.785867 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2025.01.25 03:55:28.785992 [ 259 ] {c96615c1-d973-48b5-9612-f716d68f71d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4203 | 2025.01.25 03:55:28.786052 [ 259 ] {c96615c1-d973-48b5-9612-f716d68f71d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4204 | 2025.01.25 03:55:28.786616 [ 259 ] {c96615c1-d973-48b5-9612-f716d68f71d7} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2025.01.25 03:55:28.786663 [ 259 ] {c96615c1-d973-48b5-9612-f716d68f71d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4206 | 2025.01.25 03:55:28.787069 [ 259 ] {c96615c1-d973-48b5-9612-f716d68f71d7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4207 | 2025.01.25 03:55:28.787300 [ 259 ] {c96615c1-d973-48b5-9612-f716d68f71d7} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4208 | 2025.01.25 03:55:28.787462 [ 98 ] {} <Debug> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 4209 | 2025.01.25 03:55:28.787520 [ 98 ] {} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2025.01.25 03:55:28.787550 [ 259 ] {c96615c1-d973-48b5-9612-f716d68f71d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001578 sec., 633.7135614702155 rows/sec., 42.70 KiB/sec. | ||
| 4211 | 2025.01.25 03:55:28.787558 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4212 | 2025.01.25 03:55:28.787696 [ 259 ] {c96615c1-d973-48b5-9612-f716d68f71d7} <Debug> TCPHandler: Processed in 0.001886726 sec. | ||
| 4213 | 2025.01.25 03:55:28.787762 [ 193 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 4214 | 2025.01.25 03:55:28.787874 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4215 | 2025.01.25 03:55:28.787948 [ 193 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4216 | 2025.01.25 03:55:28.787998 [ 193 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 4217 | 2025.01.25 03:55:28.788156 [ 260 ] {22ff6647-b4d6-4b46-833a-ed415f5cd5e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4218 | 2025.01.25 03:55:28.788303 [ 193 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 4219 | 2025.01.25 03:55:28.788491 [ 260 ] {22ff6647-b4d6-4b46-833a-ed415f5cd5e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4220 | 2025.01.25 03:55:28.788681 [ 193 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4221 | 2025.01.25 03:55:28.789104 [ 193 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4222 | 2025.01.25 03:55:28.789420 [ 193 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4223 | 2025.01.25 03:55:28.789846 [ 193 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4224 | 2025.01.25 03:55:28.793777 [ 190 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006087398 sec., 1642.7379974169587 rows/sec., 110.69 KiB/sec. | ||
| 4225 | 2025.01.25 03:55:28.793855 [ 260 ] {22ff6647-b4d6-4b46-833a-ed415f5cd5e6} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4226 | 2025.01.25 03:55:28.793899 [ 260 ] {22ff6647-b4d6-4b46-833a-ed415f5cd5e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4227 | 2025.01.25 03:55:28.793923 [ 190 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4228 | 2025.01.25 03:55:28.794317 [ 190 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4229 | 2025.01.25 03:55:28.794443 [ 190 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_10_2} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4230 | 2025.01.25 03:55:28.794558 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4231 | 2025.01.25 03:55:28.794802 [ 260 ] {22ff6647-b4d6-4b46-833a-ed415f5cd5e6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4232 | 2025.01.25 03:55:28.795058 [ 260 ] {22ff6647-b4d6-4b46-833a-ed415f5cd5e6} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4233 | 2025.01.25 03:55:28.795264 [ 260 ] {22ff6647-b4d6-4b46-833a-ed415f5cd5e6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007219 sec., 3740.1302119407123 rows/sec., 6.70 MiB/sec. | ||
| 4234 | 2025.01.25 03:55:28.795397 [ 260 ] {22ff6647-b4d6-4b46-833a-ed415f5cd5e6} <Debug> TCPHandler: Processed in 0.007609115 sec. | ||
| 4235 | 2025.01.25 03:55:28.795645 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4236 | 2025.01.25 03:55:28.795868 [ 259 ] {afeea420-c0c8-4538-8adf-657c36383d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4237 | 2025.01.25 03:55:28.795963 [ 259 ] {afeea420-c0c8-4538-8adf-657c36383d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4238 | 2025.01.25 03:55:28.796484 [ 259 ] {afeea420-c0c8-4538-8adf-657c36383d3d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4239 | 2025.01.25 03:55:28.796522 [ 259 ] {afeea420-c0c8-4538-8adf-657c36383d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4240 | 2025.01.25 03:55:28.796892 [ 259 ] {afeea420-c0c8-4538-8adf-657c36383d3d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4241 | 2025.01.25 03:55:28.797127 [ 259 ] {afeea420-c0c8-4538-8adf-657c36383d3d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4242 | 2025.01.25 03:55:28.797329 [ 259 ] {afeea420-c0c8-4538-8adf-657c36383d3d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001517 sec., 54054.05405405406 rows/sec., 3.43 MiB/sec. | ||
| 4243 | 2025.01.25 03:55:28.797378 [ 259 ] {afeea420-c0c8-4538-8adf-657c36383d3d} <Debug> TCPHandler: Processed in 0.001847975 sec. | ||
| 4244 | 2025.01.25 03:55:32.116258 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4245 | 2025.01.25 03:55:32.116491 [ 259 ] {9f550c81-0473-4d2b-84fa-bf12974685fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4246 | 2025.01.25 03:55:32.116573 [ 259 ] {9f550c81-0473-4d2b-84fa-bf12974685fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4247 | 2025.01.25 03:55:32.117384 [ 259 ] {9f550c81-0473-4d2b-84fa-bf12974685fc} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2025.01.25 03:55:32.117435 [ 259 ] {9f550c81-0473-4d2b-84fa-bf12974685fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4249 | 2025.01.25 03:55:32.117870 [ 259 ] {9f550c81-0473-4d2b-84fa-bf12974685fc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4250 | 2025.01.25 03:55:32.118115 [ 259 ] {9f550c81-0473-4d2b-84fa-bf12974685fc} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2025.01.25 03:55:32.118362 [ 259 ] {9f550c81-0473-4d2b-84fa-bf12974685fc} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001922 sec., 6243.496357960457 rows/sec., 509.11 KiB/sec. | ||
| 4252 | 2025.01.25 03:55:32.118526 [ 259 ] {9f550c81-0473-4d2b-84fa-bf12974685fc} <Debug> TCPHandler: Processed in 0.002409569 sec. | ||
| 4253 | 2025.01.25 03:55:32.118805 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4254 | 2025.01.25 03:55:32.119026 [ 260 ] {543f7b08-4968-4ed9-ac14-ae984925fa6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4255 | 2025.01.25 03:55:32.119109 [ 260 ] {543f7b08-4968-4ed9-ac14-ae984925fa6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4256 | 2025.01.25 03:55:32.120317 [ 260 ] {543f7b08-4968-4ed9-ac14-ae984925fa6a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4257 | 2025.01.25 03:55:32.120372 [ 260 ] {543f7b08-4968-4ed9-ac14-ae984925fa6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4258 | 2025.01.25 03:55:32.120884 [ 260 ] {543f7b08-4968-4ed9-ac14-ae984925fa6a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4259 | 2025.01.25 03:55:32.121146 [ 260 ] {543f7b08-4968-4ed9-ac14-ae984925fa6a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4260 | 2025.01.25 03:55:32.121388 [ 260 ] {543f7b08-4968-4ed9-ac14-ae984925fa6a} <Debug> executeQuery: Read 1228 rows, 103.49 KiB in 0.002423 sec., 506809.7399917458 rows/sec., 41.71 MiB/sec. | ||
| 4261 | 2025.01.25 03:55:32.121458 [ 260 ] {543f7b08-4968-4ed9-ac14-ae984925fa6a} <Debug> TCPHandler: Processed in 0.002803498 sec. | ||
| 4262 | 2025.01.25 03:55:32.121670 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4263 | 2025.01.25 03:55:32.121896 [ 259 ] {10d135ac-91cd-48b2-b53a-d42d7f3c64f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4264 | 2025.01.25 03:55:32.121985 [ 259 ] {10d135ac-91cd-48b2-b53a-d42d7f3c64f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4265 | 2025.01.25 03:55:32.122624 [ 259 ] {10d135ac-91cd-48b2-b53a-d42d7f3c64f8} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4266 | 2025.01.25 03:55:32.122663 [ 259 ] {10d135ac-91cd-48b2-b53a-d42d7f3c64f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4267 | 2025.01.25 03:55:32.123013 [ 259 ] {10d135ac-91cd-48b2-b53a-d42d7f3c64f8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4268 | 2025.01.25 03:55:32.123272 [ 259 ] {10d135ac-91cd-48b2-b53a-d42d7f3c64f8} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4269 | 2025.01.25 03:55:32.123546 [ 259 ] {10d135ac-91cd-48b2-b53a-d42d7f3c64f8} <Debug> executeQuery: Read 25 rows, 1.82 KiB in 0.001702 sec., 14688.601645123385 rows/sec., 1.04 MiB/sec. | ||
| 4270 | 2025.01.25 03:55:32.123605 [ 259 ] {10d135ac-91cd-48b2-b53a-d42d7f3c64f8} <Debug> TCPHandler: Processed in 0.002045579 sec. | ||
| 4271 | 2025.01.25 03:55:32.123760 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4272 | 2025.01.25 03:55:32.123908 [ 260 ] {fb0ae85c-15af-4806-bb98-daa4be904b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4273 | 2025.01.25 03:55:32.123972 [ 260 ] {fb0ae85c-15af-4806-bb98-daa4be904b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4274 | 2025.01.25 03:55:32.124655 [ 260 ] {fb0ae85c-15af-4806-bb98-daa4be904b79} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2025.01.25 03:55:32.124697 [ 260 ] {fb0ae85c-15af-4806-bb98-daa4be904b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4276 | 2025.01.25 03:55:32.125069 [ 260 ] {fb0ae85c-15af-4806-bb98-daa4be904b79} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4277 | 2025.01.25 03:55:32.125310 [ 260 ] {fb0ae85c-15af-4806-bb98-daa4be904b79} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4278 | 2025.01.25 03:55:32.125491 [ 260 ] {fb0ae85c-15af-4806-bb98-daa4be904b79} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001622 sec., 140567.2009864365 rows/sec., 9.52 MiB/sec. | ||
| 4279 | 2025.01.25 03:55:32.125546 [ 260 ] {fb0ae85c-15af-4806-bb98-daa4be904b79} <Debug> TCPHandler: Processed in 0.001857045 sec. | ||
| 4280 | 2025.01.25 03:55:32.125743 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2025.01.25 03:55:32.125970 [ 259 ] {12b609db-04dd-4c68-8429-126ef7c0fdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4282 | 2025.01.25 03:55:32.126061 [ 259 ] {12b609db-04dd-4c68-8429-126ef7c0fdbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4283 | 2025.01.25 03:55:32.126832 [ 259 ] {12b609db-04dd-4c68-8429-126ef7c0fdbf} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2025.01.25 03:55:32.126871 [ 259 ] {12b609db-04dd-4c68-8429-126ef7c0fdbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4285 | 2025.01.25 03:55:32.127252 [ 259 ] {12b609db-04dd-4c68-8429-126ef7c0fdbf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4286 | 2025.01.25 03:55:32.127486 [ 259 ] {12b609db-04dd-4c68-8429-126ef7c0fdbf} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2025.01.25 03:55:32.127813 [ 259 ] {12b609db-04dd-4c68-8429-126ef7c0fdbf} <Debug> executeQuery: Read 545 rows, 41.42 KiB in 0.001892 sec., 288054.9682875264 rows/sec., 21.38 MiB/sec. | ||
| 4288 | 2025.01.25 03:55:32.127984 [ 259 ] {12b609db-04dd-4c68-8429-126ef7c0fdbf} <Debug> TCPHandler: Processed in 0.002348127 sec. | ||
| 4289 | 2025.01.25 03:55:32.128224 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4290 | 2025.01.25 03:55:32.128364 [ 260 ] {7264e6a3-16b0-4413-8ae6-d04c2ca457e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4291 | 2025.01.25 03:55:32.128426 [ 260 ] {7264e6a3-16b0-4413-8ae6-d04c2ca457e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4292 | 2025.01.25 03:55:32.129317 [ 260 ] {7264e6a3-16b0-4413-8ae6-d04c2ca457e4} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4293 | 2025.01.25 03:55:32.129354 [ 260 ] {7264e6a3-16b0-4413-8ae6-d04c2ca457e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4294 | 2025.01.25 03:55:32.129883 [ 260 ] {7264e6a3-16b0-4413-8ae6-d04c2ca457e4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4295 | 2025.01.25 03:55:32.130131 [ 260 ] {7264e6a3-16b0-4413-8ae6-d04c2ca457e4} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4296 | 2025.01.25 03:55:32.130319 [ 260 ] {7264e6a3-16b0-4413-8ae6-d04c2ca457e4} <Debug> executeQuery: Read 958 rows, 65.81 KiB in 0.001988 sec., 481891.3480885311 rows/sec., 32.33 MiB/sec. | ||
| 4297 | 2025.01.25 03:55:32.130371 [ 260 ] {7264e6a3-16b0-4413-8ae6-d04c2ca457e4} <Debug> TCPHandler: Processed in 0.002233354 sec. | ||
| 4298 | 2025.01.25 03:55:32.130595 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4299 | 2025.01.25 03:55:32.130815 [ 259 ] {a3fa115f-f458-4381-a4fd-5b3d4fb5b26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4300 | 2025.01.25 03:55:32.130955 [ 259 ] {a3fa115f-f458-4381-a4fd-5b3d4fb5b26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4301 | 2025.01.25 03:55:32.132112 [ 259 ] {a3fa115f-f458-4381-a4fd-5b3d4fb5b26d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4302 | 2025.01.25 03:55:32.132151 [ 259 ] {a3fa115f-f458-4381-a4fd-5b3d4fb5b26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4303 | 2025.01.25 03:55:32.132804 [ 259 ] {a3fa115f-f458-4381-a4fd-5b3d4fb5b26d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4304 | 2025.01.25 03:55:32.133055 [ 259 ] {a3fa115f-f458-4381-a4fd-5b3d4fb5b26d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4305 | 2025.01.25 03:55:32.133332 [ 259 ] {a3fa115f-f458-4381-a4fd-5b3d4fb5b26d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002563 sec., 5072.181037846273 rows/sec., 9.09 MiB/sec. | ||
| 4306 | 2025.01.25 03:55:32.133450 [ 259 ] {a3fa115f-f458-4381-a4fd-5b3d4fb5b26d} <Debug> TCPHandler: Processed in 0.002965762 sec. | ||
| 4307 | 2025.01.25 03:55:32.133600 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4308 | 2025.01.25 03:55:32.133719 [ 260 ] {6b9a9bd0-e571-4811-8584-76ebbf950775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4309 | 2025.01.25 03:55:32.133771 [ 260 ] {6b9a9bd0-e571-4811-8584-76ebbf950775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4310 | 2025.01.25 03:55:32.134262 [ 260 ] {6b9a9bd0-e571-4811-8584-76ebbf950775} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4311 | 2025.01.25 03:55:32.134301 [ 260 ] {6b9a9bd0-e571-4811-8584-76ebbf950775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4312 | 2025.01.25 03:55:32.134666 [ 260 ] {6b9a9bd0-e571-4811-8584-76ebbf950775} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4313 | 2025.01.25 03:55:32.134904 [ 260 ] {6b9a9bd0-e571-4811-8584-76ebbf950775} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4314 | 2025.01.25 03:55:32.135080 [ 260 ] {6b9a9bd0-e571-4811-8584-76ebbf950775} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001387 sec., 28839.221341023793 rows/sec., 1.95 MiB/sec. | ||
| 4315 | 2025.01.25 03:55:32.135129 [ 260 ] {6b9a9bd0-e571-4811-8584-76ebbf950775} <Debug> TCPHandler: Processed in 0.001588369 sec. | ||
| 4316 | 2025.01.25 03:55:32.435263 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 612 | ||
| 4317 | 2025.01.25 03:55:32.438507 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2025.01.25 03:55:32.438547 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4319 | 2025.01.25 03:55:32.439946 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4320 | 2025.01.25 03:55:32.440248 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2025.01.25 03:55:32.440765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 612 | ||
| 4322 | 2025.01.25 03:55:33.753533 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4323 | 2025.01.25 03:55:33.753729 [ 259 ] {59b0db1a-5e56-4e00-b40f-d4553312a3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4324 | 2025.01.25 03:55:33.753802 [ 259 ] {59b0db1a-5e56-4e00-b40f-d4553312a3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4325 | 2025.01.25 03:55:33.754572 [ 259 ] {59b0db1a-5e56-4e00-b40f-d4553312a3e7} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4326 | 2025.01.25 03:55:33.754623 [ 259 ] {59b0db1a-5e56-4e00-b40f-d4553312a3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4327 | 2025.01.25 03:55:33.755074 [ 259 ] {59b0db1a-5e56-4e00-b40f-d4553312a3e7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4328 | 2025.01.25 03:55:33.755328 [ 259 ] {59b0db1a-5e56-4e00-b40f-d4553312a3e7} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4329 | 2025.01.25 03:55:33.755526 [ 259 ] {59b0db1a-5e56-4e00-b40f-d4553312a3e7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001853 sec., 30221.262817053426 rows/sec., 2.31 MiB/sec. | ||
| 4330 | 2025.01.25 03:55:33.755582 [ 259 ] {59b0db1a-5e56-4e00-b40f-d4553312a3e7} <Debug> TCPHandler: Processed in 0.002187253 sec. | ||
| 4331 | 2025.01.25 03:55:33.755843 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4332 | 2025.01.25 03:55:33.756044 [ 260 ] {bbe116bb-afcb-4520-bb32-cb348f3a762d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4333 | 2025.01.25 03:55:33.756122 [ 260 ] {bbe116bb-afcb-4520-bb32-cb348f3a762d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4334 | 2025.01.25 03:55:33.756935 [ 260 ] {bbe116bb-afcb-4520-bb32-cb348f3a762d} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4335 | 2025.01.25 03:55:33.756995 [ 260 ] {bbe116bb-afcb-4520-bb32-cb348f3a762d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4336 | 2025.01.25 03:55:33.757451 [ 260 ] {bbe116bb-afcb-4520-bb32-cb348f3a762d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4337 | 2025.01.25 03:55:33.757720 [ 260 ] {bbe116bb-afcb-4520-bb32-cb348f3a762d} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4338 | 2025.01.25 03:55:33.758000 [ 260 ] {bbe116bb-afcb-4520-bb32-cb348f3a762d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002004 sec., 31936.127744510977 rows/sec., 2.49 MiB/sec. | ||
| 4339 | 2025.01.25 03:55:33.758153 [ 260 ] {bbe116bb-afcb-4520-bb32-cb348f3a762d} <Debug> TCPHandler: Processed in 0.002446769 sec. | ||
| 4340 | 2025.01.25 03:55:33.758388 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4341 | 2025.01.25 03:55:33.758526 [ 259 ] {bf9d0dec-d753-4fcf-822b-6993ce80042a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4342 | 2025.01.25 03:55:33.758601 [ 259 ] {bf9d0dec-d753-4fcf-822b-6993ce80042a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4343 | 2025.01.25 03:55:33.759218 [ 259 ] {bf9d0dec-d753-4fcf-822b-6993ce80042a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4344 | 2025.01.25 03:55:33.759256 [ 259 ] {bf9d0dec-d753-4fcf-822b-6993ce80042a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4345 | 2025.01.25 03:55:33.759646 [ 259 ] {bf9d0dec-d753-4fcf-822b-6993ce80042a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4346 | 2025.01.25 03:55:33.759896 [ 259 ] {bf9d0dec-d753-4fcf-822b-6993ce80042a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4347 | 2025.01.25 03:55:33.760077 [ 259 ] {bf9d0dec-d753-4fcf-822b-6993ce80042a} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001583 sec., 34112.44472520531 rows/sec., 2.38 MiB/sec. | ||
| 4348 | 2025.01.25 03:55:33.760129 [ 259 ] {bf9d0dec-d753-4fcf-822b-6993ce80042a} <Debug> TCPHandler: Processed in 0.001853324 sec. | ||
| 4349 | 2025.01.25 03:55:33.760274 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4350 | 2025.01.25 03:55:33.760400 [ 260 ] {dc154094-e0f0-405d-b31d-3b3de988bb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4351 | 2025.01.25 03:55:33.760457 [ 260 ] {dc154094-e0f0-405d-b31d-3b3de988bb2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4352 | 2025.01.25 03:55:33.760962 [ 260 ] {dc154094-e0f0-405d-b31d-3b3de988bb2d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4353 | 2025.01.25 03:55:33.761004 [ 260 ] {dc154094-e0f0-405d-b31d-3b3de988bb2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4354 | 2025.01.25 03:55:33.761388 [ 260 ] {dc154094-e0f0-405d-b31d-3b3de988bb2d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4355 | 2025.01.25 03:55:33.761634 [ 260 ] {dc154094-e0f0-405d-b31d-3b3de988bb2d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4356 | 2025.01.25 03:55:33.761855 [ 260 ] {dc154094-e0f0-405d-b31d-3b3de988bb2d} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001479 sec., 13522.650439486139 rows/sec., 929.68 KiB/sec. | ||
| 4357 | 2025.01.25 03:55:33.761953 [ 260 ] {dc154094-e0f0-405d-b31d-3b3de988bb2d} <Debug> TCPHandler: Processed in 0.001736402 sec. | ||
| 4358 | 2025.01.25 03:55:34.903154 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4359 | 2025.01.25 03:55:34.903777 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4360 | 2025.01.25 03:55:34.903823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4361 | 2025.01.25 03:55:34.904358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4362 | 2025.01.25 03:55:34.904634 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4363 | 2025.01.25 03:55:34.904904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4364 | 2025.01.25 03:55:35.485988 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4365 | 2025.01.25 03:55:35.505991 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4366 | 2025.01.25 03:55:35.506034 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4367 | 2025.01.25 03:55:35.513675 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4368 | 2025.01.25 03:55:35.514473 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4369 | 2025.01.25 03:55:35.516962 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4370 | 2025.01.25 03:55:38.764340 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4371 | 2025.01.25 03:55:38.764573 [ 259 ] {1f750bbe-ba89-4c11-86da-511c1486de5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4372 | 2025.01.25 03:55:38.764658 [ 259 ] {1f750bbe-ba89-4c11-86da-511c1486de5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4373 | 2025.01.25 03:55:38.765500 [ 259 ] {1f750bbe-ba89-4c11-86da-511c1486de5e} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4374 | 2025.01.25 03:55:38.765550 [ 259 ] {1f750bbe-ba89-4c11-86da-511c1486de5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4375 | 2025.01.25 03:55:38.766011 [ 259 ] {1f750bbe-ba89-4c11-86da-511c1486de5e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4376 | 2025.01.25 03:55:38.766283 [ 259 ] {1f750bbe-ba89-4c11-86da-511c1486de5e} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4377 | 2025.01.25 03:55:38.766527 [ 259 ] {1f750bbe-ba89-4c11-86da-511c1486de5e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec. | ||
| 4378 | 2025.01.25 03:55:38.766593 [ 259 ] {1f750bbe-ba89-4c11-86da-511c1486de5e} <Debug> TCPHandler: Processed in 0.002403689 sec. | ||
| 4379 | 2025.01.25 03:55:38.766866 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4380 | 2025.01.25 03:55:38.767089 [ 260 ] {6838bc20-ccc6-46da-b716-a10fceee961f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4381 | 2025.01.25 03:55:38.767175 [ 260 ] {6838bc20-ccc6-46da-b716-a10fceee961f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4382 | 2025.01.25 03:55:38.768063 [ 260 ] {6838bc20-ccc6-46da-b716-a10fceee961f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4383 | 2025.01.25 03:55:38.768114 [ 260 ] {6838bc20-ccc6-46da-b716-a10fceee961f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4384 | 2025.01.25 03:55:38.768574 [ 260 ] {6838bc20-ccc6-46da-b716-a10fceee961f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4385 | 2025.01.25 03:55:38.768823 [ 260 ] {6838bc20-ccc6-46da-b716-a10fceee961f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4386 | 2025.01.25 03:55:38.769053 [ 260 ] {6838bc20-ccc6-46da-b716-a10fceee961f} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002027 sec., 126788.3571780957 rows/sec., 11.09 MiB/sec. | ||
| 4387 | 2025.01.25 03:55:38.769109 [ 260 ] {6838bc20-ccc6-46da-b716-a10fceee961f} <Debug> TCPHandler: Processed in 0.002393368 sec. | ||
| 4388 | 2025.01.25 03:55:38.769277 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4389 | 2025.01.25 03:55:38.769404 [ 259 ] {e222a7cd-80dd-4c80-994a-d7f8f2f9b84f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4390 | 2025.01.25 03:55:38.769459 [ 259 ] {e222a7cd-80dd-4c80-994a-d7f8f2f9b84f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4391 | 2025.01.25 03:55:38.770082 [ 259 ] {e222a7cd-80dd-4c80-994a-d7f8f2f9b84f} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2025.01.25 03:55:38.770125 [ 259 ] {e222a7cd-80dd-4c80-994a-d7f8f2f9b84f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4393 | 2025.01.25 03:55:38.770488 [ 259 ] {e222a7cd-80dd-4c80-994a-d7f8f2f9b84f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4394 | 2025.01.25 03:55:38.770720 [ 259 ] {e222a7cd-80dd-4c80-994a-d7f8f2f9b84f} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2025.01.25 03:55:38.770932 [ 259 ] {e222a7cd-80dd-4c80-994a-d7f8f2f9b84f} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001557 sec., 21836.865767501604 rows/sec., 1.56 MiB/sec. | ||
| 4396 | 2025.01.25 03:55:38.770986 [ 259 ] {e222a7cd-80dd-4c80-994a-d7f8f2f9b84f} <Debug> TCPHandler: Processed in 0.001772894 sec. | ||
| 4397 | 2025.01.25 03:55:38.771152 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4398 | 2025.01.25 03:55:38.771298 [ 260 ] {70e30e26-1afa-4499-a382-e48f3959918a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4399 | 2025.01.25 03:55:38.771360 [ 260 ] {70e30e26-1afa-4499-a382-e48f3959918a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4400 | 2025.01.25 03:55:38.772070 [ 260 ] {70e30e26-1afa-4499-a382-e48f3959918a} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4401 | 2025.01.25 03:55:38.772118 [ 260 ] {70e30e26-1afa-4499-a382-e48f3959918a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4402 | 2025.01.25 03:55:38.772505 [ 260 ] {70e30e26-1afa-4499-a382-e48f3959918a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4403 | 2025.01.25 03:55:38.772755 [ 260 ] {70e30e26-1afa-4499-a382-e48f3959918a} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2025.01.25 03:55:38.773019 [ 260 ] {70e30e26-1afa-4499-a382-e48f3959918a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001749 sec., 8004.574042309891 rows/sec., 560.59 KiB/sec. | ||
| 4405 | 2025.01.25 03:55:38.773212 [ 260 ] {70e30e26-1afa-4499-a382-e48f3959918a} <Debug> TCPHandler: Processed in 0.002127211 sec. | ||
| 4406 | 2025.01.25 03:55:38.773388 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4407 | 2025.01.25 03:55:38.773527 [ 259 ] {f1550b65-1ef0-479a-9fd9-a4fef947ee78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4408 | 2025.01.25 03:55:38.773586 [ 259 ] {f1550b65-1ef0-479a-9fd9-a4fef947ee78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4409 | 2025.01.25 03:55:38.774253 [ 259 ] {f1550b65-1ef0-479a-9fd9-a4fef947ee78} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.01.25 03:55:38.774291 [ 259 ] {f1550b65-1ef0-479a-9fd9-a4fef947ee78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4411 | 2025.01.25 03:55:38.774645 [ 259 ] {f1550b65-1ef0-479a-9fd9-a4fef947ee78} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4412 | 2025.01.25 03:55:38.774871 [ 259 ] {f1550b65-1ef0-479a-9fd9-a4fef947ee78} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2025.01.25 03:55:38.775127 [ 259 ] {f1550b65-1ef0-479a-9fd9-a4fef947ee78} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001627 sec., 7990.165949600492 rows/sec., 498.18 KiB/sec. | ||
| 4414 | 2025.01.25 03:55:38.775331 [ 259 ] {f1550b65-1ef0-479a-9fd9-a4fef947ee78} <Debug> TCPHandler: Processed in 0.002010479 sec. | ||
| 4415 | 2025.01.25 03:55:38.775490 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2025.01.25 03:55:38.775631 [ 260 ] {0e54b5e7-bca2-4f63-80aa-26936c4593d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4417 | 2025.01.25 03:55:38.775689 [ 260 ] {0e54b5e7-bca2-4f63-80aa-26936c4593d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4418 | 2025.01.25 03:55:38.776500 [ 260 ] {0e54b5e7-bca2-4f63-80aa-26936c4593d8} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.01.25 03:55:38.776538 [ 260 ] {0e54b5e7-bca2-4f63-80aa-26936c4593d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4420 | 2025.01.25 03:55:38.776917 [ 260 ] {0e54b5e7-bca2-4f63-80aa-26936c4593d8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4421 | 2025.01.25 03:55:38.777150 [ 260 ] {0e54b5e7-bca2-4f63-80aa-26936c4593d8} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.01.25 03:55:38.777412 [ 260 ] {0e54b5e7-bca2-4f63-80aa-26936c4593d8} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001805 sec., 226592.79778393352 rows/sec., 16.15 MiB/sec. | ||
| 4423 | 2025.01.25 03:55:38.777596 [ 260 ] {0e54b5e7-bca2-4f63-80aa-26936c4593d8} <Debug> TCPHandler: Processed in 0.002167633 sec. | ||
| 4424 | 2025.01.25 03:55:38.777795 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2025.01.25 03:55:38.777939 [ 259 ] {1b5ffb9d-e013-483b-abe9-fc857c4fde5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4426 | 2025.01.25 03:55:38.777997 [ 259 ] {1b5ffb9d-e013-483b-abe9-fc857c4fde5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4427 | 2025.01.25 03:55:38.778512 [ 259 ] {1b5ffb9d-e013-483b-abe9-fc857c4fde5e} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2025.01.25 03:55:38.778551 [ 259 ] {1b5ffb9d-e013-483b-abe9-fc857c4fde5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4429 | 2025.01.25 03:55:38.778911 [ 259 ] {1b5ffb9d-e013-483b-abe9-fc857c4fde5e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4430 | 2025.01.25 03:55:38.779153 [ 259 ] {1b5ffb9d-e013-483b-abe9-fc857c4fde5e} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2025.01.25 03:55:38.779310 [ 88 ] {} <Debug> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4432 | 2025.01.25 03:55:38.779389 [ 259 ] {1b5ffb9d-e013-483b-abe9-fc857c4fde5e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec. | ||
| 4433 | 2025.01.25 03:55:38.779398 [ 88 ] {} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4434 | 2025.01.25 03:55:38.779474 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4435 | 2025.01.25 03:55:38.779503 [ 259 ] {1b5ffb9d-e013-483b-abe9-fc857c4fde5e} <Debug> TCPHandler: Processed in 0.001800964 sec. | ||
| 4436 | 2025.01.25 03:55:38.779713 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4437 | 2025.01.25 03:55:38.779726 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 4438 | 2025.01.25 03:55:38.779896 [ 260 ] {5425ee1e-f30c-48d0-962a-0630ed7dd0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4439 | 2025.01.25 03:55:38.779905 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4440 | 2025.01.25 03:55:38.779954 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 4441 | 2025.01.25 03:55:38.779971 [ 260 ] {5425ee1e-f30c-48d0-962a-0630ed7dd0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4442 | 2025.01.25 03:55:38.780202 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 4443 | 2025.01.25 03:55:38.780582 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 4444 | 2025.01.25 03:55:38.780963 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 4445 | 2025.01.25 03:55:38.781290 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 4446 | 2025.01.25 03:55:38.781602 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 4447 | 2025.01.25 03:55:38.782567 [ 260 ] {5425ee1e-f30c-48d0-962a-0630ed7dd0c7} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4448 | 2025.01.25 03:55:38.782615 [ 260 ] {5425ee1e-f30c-48d0-962a-0630ed7dd0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4449 | 2025.01.25 03:55:38.783338 [ 260 ] {5425ee1e-f30c-48d0-962a-0630ed7dd0c7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4450 | 2025.01.25 03:55:38.783359 [ 192 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003765381 sec., 17528.106717487553 rows/sec., 915.78 KiB/sec. | ||
| 4451 | 2025.01.25 03:55:38.783587 [ 192 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4452 | 2025.01.25 03:55:38.783775 [ 260 ] {5425ee1e-f30c-48d0-962a-0630ed7dd0c7} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4453 | 2025.01.25 03:55:38.784373 [ 192 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_11_2} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4454 | 2025.01.25 03:55:38.784425 [ 260 ] {5425ee1e-f30c-48d0-962a-0630ed7dd0c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004495 sec., 52725.250278086765 rows/sec., 3.53 MiB/sec. | ||
| 4455 | 2025.01.25 03:55:38.784721 [ 192 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_11_2} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4456 | 2025.01.25 03:55:38.784917 [ 260 ] {5425ee1e-f30c-48d0-962a-0630ed7dd0c7} <Debug> TCPHandler: Processed in 0.005306328 sec. | ||
| 4457 | 2025.01.25 03:55:38.785028 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4458 | 2025.01.25 03:55:38.785162 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4459 | 2025.01.25 03:55:38.785293 [ 259 ] {46273564-dcc6-4a37-80eb-23fa5a8a30d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4460 | 2025.01.25 03:55:38.785353 [ 259 ] {46273564-dcc6-4a37-80eb-23fa5a8a30d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4461 | 2025.01.25 03:55:38.785924 [ 259 ] {46273564-dcc6-4a37-80eb-23fa5a8a30d4} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4462 | 2025.01.25 03:55:38.785971 [ 259 ] {46273564-dcc6-4a37-80eb-23fa5a8a30d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4463 | 2025.01.25 03:55:38.786383 [ 259 ] {46273564-dcc6-4a37-80eb-23fa5a8a30d4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4464 | 2025.01.25 03:55:38.786620 [ 259 ] {46273564-dcc6-4a37-80eb-23fa5a8a30d4} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4465 | 2025.01.25 03:55:38.786838 [ 259 ] {46273564-dcc6-4a37-80eb-23fa5a8a30d4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001575 sec., 634.9206349206349 rows/sec., 42.78 KiB/sec. | ||
| 4466 | 2025.01.25 03:55:38.786891 [ 259 ] {46273564-dcc6-4a37-80eb-23fa5a8a30d4} <Debug> TCPHandler: Processed in 0.001827164 sec. | ||
| 4467 | 2025.01.25 03:55:38.787035 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4468 | 2025.01.25 03:55:38.787152 [ 260 ] {c7dfe6bc-be95-430b-9d43-a1a4bf26243d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4469 | 2025.01.25 03:55:38.787238 [ 260 ] {c7dfe6bc-be95-430b-9d43-a1a4bf26243d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4470 | 2025.01.25 03:55:38.788496 [ 260 ] {c7dfe6bc-be95-430b-9d43-a1a4bf26243d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4471 | 2025.01.25 03:55:38.788535 [ 260 ] {c7dfe6bc-be95-430b-9d43-a1a4bf26243d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4472 | 2025.01.25 03:55:38.789190 [ 260 ] {c7dfe6bc-be95-430b-9d43-a1a4bf26243d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4473 | 2025.01.25 03:55:38.789458 [ 260 ] {c7dfe6bc-be95-430b-9d43-a1a4bf26243d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4474 | 2025.01.25 03:55:38.789725 [ 260 ] {c7dfe6bc-be95-430b-9d43-a1a4bf26243d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002597 sec., 10396.61147477859 rows/sec., 18.63 MiB/sec. | ||
| 4475 | 2025.01.25 03:55:38.789828 [ 260 ] {c7dfe6bc-be95-430b-9d43-a1a4bf26243d} <Debug> TCPHandler: Processed in 0.002847498 sec. | ||
| 4476 | 2025.01.25 03:55:38.789981 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4477 | 2025.01.25 03:55:38.790119 [ 259 ] {5407faa8-fe50-4021-a51f-18091d11949f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4478 | 2025.01.25 03:55:38.790178 [ 259 ] {5407faa8-fe50-4021-a51f-18091d11949f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4479 | 2025.01.25 03:55:38.790681 [ 259 ] {5407faa8-fe50-4021-a51f-18091d11949f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4480 | 2025.01.25 03:55:38.790719 [ 259 ] {5407faa8-fe50-4021-a51f-18091d11949f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4481 | 2025.01.25 03:55:38.791091 [ 259 ] {5407faa8-fe50-4021-a51f-18091d11949f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4482 | 2025.01.25 03:55:38.791342 [ 259 ] {5407faa8-fe50-4021-a51f-18091d11949f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2025.01.25 03:55:38.791578 [ 259 ] {5407faa8-fe50-4021-a51f-18091d11949f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001489 sec., 55070.51712558764 rows/sec., 3.50 MiB/sec. | ||
| 4484 | 2025.01.25 03:55:38.791700 [ 259 ] {5407faa8-fe50-4021-a51f-18091d11949f} <Debug> TCPHandler: Processed in 0.001784143 sec. | ||
| 4485 | 2025.01.25 03:55:42.311070 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4486 | 2025.01.25 03:55:42.311175 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4487 | 2025.01.25 03:55:42.405984 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4488 | 2025.01.25 03:55:42.406631 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4489 | 2025.01.25 03:55:42.406674 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4490 | 2025.01.25 03:55:42.407184 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4491 | 2025.01.25 03:55:42.407445 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4492 | 2025.01.25 03:55:42.407743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4493 | 2025.01.25 03:55:42.441961 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 642 | ||
| 4494 | 2025.01.25 03:55:42.445008 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2025.01.25 03:55:42.445058 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4496 | 2025.01.25 03:55:42.446572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4497 | 2025.01.25 03:55:42.446872 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4498 | 2025.01.25 03:55:42.447418 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 642 | ||
| 4499 | 2025.01.25 03:55:43.017989 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4500 | 2025.01.25 03:55:43.039305 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4501 | 2025.01.25 03:55:43.039371 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4502 | 2025.01.25 03:55:43.047037 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4503 | 2025.01.25 03:55:43.047833 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4504 | 2025.01.25 03:55:43.050737 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4505 | 2025.01.25 03:55:43.759716 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4506 | 2025.01.25 03:55:43.759912 [ 259 ] {ff0f9be3-542e-4493-ac4c-7f1a329b3706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4507 | 2025.01.25 03:55:43.759989 [ 259 ] {ff0f9be3-542e-4493-ac4c-7f1a329b3706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4508 | 2025.01.25 03:55:43.760777 [ 259 ] {ff0f9be3-542e-4493-ac4c-7f1a329b3706} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4509 | 2025.01.25 03:55:43.760834 [ 259 ] {ff0f9be3-542e-4493-ac4c-7f1a329b3706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4510 | 2025.01.25 03:55:43.761280 [ 259 ] {ff0f9be3-542e-4493-ac4c-7f1a329b3706} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4511 | 2025.01.25 03:55:43.761547 [ 259 ] {ff0f9be3-542e-4493-ac4c-7f1a329b3706} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4512 | 2025.01.25 03:55:43.761704 [ 81 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4513 | 2025.01.25 03:55:43.761749 [ 81 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4514 | 2025.01.25 03:55:43.761774 [ 259 ] {ff0f9be3-542e-4493-ac4c-7f1a329b3706} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001914 sec., 42842.21525600836 rows/sec., 3.54 MiB/sec. | ||
| 4515 | 2025.01.25 03:55:43.761780 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4516 | 2025.01.25 03:55:43.761906 [ 259 ] {ff0f9be3-542e-4493-ac4c-7f1a329b3706} <Debug> TCPHandler: Processed in 0.002320196 sec. | ||
| 4517 | 2025.01.25 03:55:43.762090 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 4518 | 2025.01.25 03:55:43.762237 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4519 | 2025.01.25 03:55:43.762513 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4520 | 2025.01.25 03:55:43.762585 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1430 rows starting from the beginning of the part | ||
| 4521 | 2025.01.25 03:55:43.762604 [ 260 ] {fd7349db-4ef1-4c06-bae0-a853f1f7e2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4522 | 2025.01.25 03:55:43.762723 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 257 rows starting from the beginning of the part | ||
| 4523 | 2025.01.25 03:55:43.762787 [ 260 ] {fd7349db-4ef1-4c06-bae0-a853f1f7e2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4524 | 2025.01.25 03:55:43.763237 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1228 rows starting from the beginning of the part | ||
| 4525 | 2025.01.25 03:55:43.763445 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4526 | 2025.01.25 03:55:43.763787 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 257 rows starting from the beginning of the part | ||
| 4527 | 2025.01.25 03:55:43.764207 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4528 | 2025.01.25 03:55:43.765724 [ 260 ] {fd7349db-4ef1-4c06-bae0-a853f1f7e2cb} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4529 | 2025.01.25 03:55:43.765795 [ 260 ] {fd7349db-4ef1-4c06-bae0-a853f1f7e2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4530 | 2025.01.25 03:55:43.766859 [ 260 ] {fd7349db-4ef1-4c06-bae0-a853f1f7e2cb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4531 | 2025.01.25 03:55:43.767164 [ 260 ] {fd7349db-4ef1-4c06-bae0-a853f1f7e2cb} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4532 | 2025.01.25 03:55:43.767790 [ 260 ] {fd7349db-4ef1-4c06-bae0-a853f1f7e2cb} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.005235 sec., 2483.285577841452 rows/sec., 186.73 KiB/sec. | ||
| 4533 | 2025.01.25 03:55:43.767972 [ 197 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.006111198 sec., 541628.66266156 rows/sec., 47.29 MiB/sec. | ||
| 4534 | 2025.01.25 03:55:43.768098 [ 260 ] {fd7349db-4ef1-4c06-bae0-a853f1f7e2cb} <Debug> TCPHandler: Processed in 0.006059327 sec. | ||
| 4535 | 2025.01.25 03:55:43.768459 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4536 | 2025.01.25 03:55:43.768481 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4537 | 2025.01.25 03:55:43.768706 [ 259 ] {1c8341c5-e37e-43bc-a693-d63db79f4836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4538 | 2025.01.25 03:55:43.768788 [ 259 ] {1c8341c5-e37e-43bc-a693-d63db79f4836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4539 | 2025.01.25 03:55:43.769053 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4540 | 2025.01.25 03:55:43.769289 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_31_6} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4541 | 2025.01.25 03:55:43.769488 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4542 | 2025.01.25 03:55:43.769881 [ 259 ] {1c8341c5-e37e-43bc-a693-d63db79f4836} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2025.01.25 03:55:43.769926 [ 259 ] {1c8341c5-e37e-43bc-a693-d63db79f4836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4544 | 2025.01.25 03:55:43.770309 [ 259 ] {1c8341c5-e37e-43bc-a693-d63db79f4836} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4545 | 2025.01.25 03:55:43.770552 [ 259 ] {1c8341c5-e37e-43bc-a693-d63db79f4836} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2025.01.25 03:55:43.770692 [ 81 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4547 | 2025.01.25 03:55:43.770727 [ 81 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4548 | 2025.01.25 03:55:43.770750 [ 259 ] {1c8341c5-e37e-43bc-a693-d63db79f4836} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002077 sec., 37072.70101107367 rows/sec., 2.89 MiB/sec. | ||
| 4549 | 2025.01.25 03:55:43.770756 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4550 | 2025.01.25 03:55:43.770878 [ 259 ] {1c8341c5-e37e-43bc-a693-d63db79f4836} <Debug> TCPHandler: Processed in 0.002614523 sec. | ||
| 4551 | 2025.01.25 03:55:43.771181 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4552 | 2025.01.25 03:55:43.771255 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 4553 | 2025.01.25 03:55:43.771568 [ 260 ] {5e239989-3696-4529-a2e0-47e2ffa9d359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4554 | 2025.01.25 03:55:43.771704 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4555 | 2025.01.25 03:55:43.771704 [ 260 ] {5e239989-3696-4529-a2e0-47e2ffa9d359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4556 | 2025.01.25 03:55:43.771795 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 910 rows starting from the beginning of the part | ||
| 4557 | 2025.01.25 03:55:43.772179 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 409 rows starting from the beginning of the part | ||
| 4558 | 2025.01.25 03:55:43.772614 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 545 rows starting from the beginning of the part | ||
| 4559 | 2025.01.25 03:55:43.773021 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4560 | 2025.01.25 03:55:43.773316 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 409 rows starting from the beginning of the part | ||
| 4561 | 2025.01.25 03:55:43.773673 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part | ||
| 4562 | 2025.01.25 03:55:43.774447 [ 260 ] {5e239989-3696-4529-a2e0-47e2ffa9d359} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4563 | 2025.01.25 03:55:43.774507 [ 260 ] {5e239989-3696-4529-a2e0-47e2ffa9d359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4564 | 2025.01.25 03:55:43.775421 [ 260 ] {5e239989-3696-4529-a2e0-47e2ffa9d359} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4565 | 2025.01.25 03:55:43.775981 [ 260 ] {5e239989-3696-4529-a2e0-47e2ffa9d359} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4566 | 2025.01.25 03:55:43.776288 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4567 | 2025.01.25 03:55:43.776384 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4568 | 2025.01.25 03:55:43.776450 [ 260 ] {5e239989-3696-4529-a2e0-47e2ffa9d359} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004978 sec., 32141.422257934915 rows/sec., 2.24 MiB/sec. | ||
| 4569 | 2025.01.25 03:55:43.776464 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4570 | 2025.01.25 03:55:43.776835 [ 260 ] {5e239989-3696-4529-a2e0-47e2ffa9d359} <Debug> TCPHandler: Processed in 0.005828592 sec. | ||
| 4571 | 2025.01.25 03:55:43.777147 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 4572 | 2025.01.25 03:55:43.777346 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4573 | 2025.01.25 03:55:43.777485 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.00659105 sec., 366254.2387024829 rows/sec., 28.09 MiB/sec. | ||
| 4574 | 2025.01.25 03:55:43.777685 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4575 | 2025.01.25 03:55:43.777720 [ 259 ] {859a14b7-381d-4579-a7ef-c12791c153f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4576 | 2025.01.25 03:55:43.777785 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8058 rows starting from the beginning of the part | ||
| 4577 | 2025.01.25 03:55:43.777831 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4578 | 2025.01.25 03:55:43.778217 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 4579 | 2025.01.25 03:55:43.778495 [ 259 ] {859a14b7-381d-4579-a7ef-c12791c153f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4580 | 2025.01.25 03:55:43.778640 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 958 rows starting from the beginning of the part | ||
| 4581 | 2025.01.25 03:55:43.779087 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4582 | 2025.01.25 03:55:43.779243 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 54 rows starting from the beginning of the part | ||
| 4583 | 2025.01.25 03:55:43.779576 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_31_6} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4584 | 2025.01.25 03:55:43.779605 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 4585 | 2025.01.25 03:55:43.779896 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4586 | 2025.01.25 03:55:43.780084 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 4587 | 2025.01.25 03:55:43.783774 [ 259 ] {859a14b7-381d-4579-a7ef-c12791c153f2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4588 | 2025.01.25 03:55:43.783847 [ 259 ] {859a14b7-381d-4579-a7ef-c12791c153f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4589 | 2025.01.25 03:55:43.784645 [ 259 ] {859a14b7-381d-4579-a7ef-c12791c153f2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4590 | 2025.01.25 03:55:43.785072 [ 259 ] {859a14b7-381d-4579-a7ef-c12791c153f2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4591 | 2025.01.25 03:55:43.785234 [ 81 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4592 | 2025.01.25 03:55:43.785282 [ 81 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2025.01.25 03:55:43.785313 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4594 | 2025.01.25 03:55:43.785337 [ 259 ] {859a14b7-381d-4579-a7ef-c12791c153f2} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00777 sec., 1673.1016731016732 rows/sec., 3.00 MiB/sec. | ||
| 4595 | 2025.01.25 03:55:43.785898 [ 259 ] {859a14b7-381d-4579-a7ef-c12791c153f2} <Debug> TCPHandler: Processed in 0.008915187 sec. | ||
| 4596 | 2025.01.25 03:55:43.785949 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 4597 | 2025.01.25 03:55:43.786258 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2025.01.25 03:55:43.786821 [ 260 ] {08b430dc-4e16-44df-ab7f-2e4ab7d13f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4599 | 2025.01.25 03:55:43.786878 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9704 rows, containing 5 columns (5 merged, 0 gathered) in 0.010239358 sec., 947715.6673299243 rows/sec., 64.01 MiB/sec. | ||
| 4600 | 2025.01.25 03:55:43.787016 [ 260 ] {08b430dc-4e16-44df-ab7f-2e4ab7d13f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4601 | 2025.01.25 03:55:43.787292 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4602 | 2025.01.25 03:55:43.788030 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4603 | 2025.01.25 03:55:43.788444 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2025.01.25 03:55:43.788463 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 262 rows starting from the beginning of the part | ||
| 4605 | 2025.01.25 03:55:43.788734 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4606 | 2025.01.25 03:55:43.789083 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 4607 | 2025.01.25 03:55:43.789645 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 4608 | 2025.01.25 03:55:43.789997 [ 260 ] {08b430dc-4e16-44df-ab7f-2e4ab7d13f5a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4609 | 2025.01.25 03:55:43.790116 [ 260 ] {08b430dc-4e16-44df-ab7f-2e4ab7d13f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4610 | 2025.01.25 03:55:43.790502 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
| 4611 | 2025.01.25 03:55:43.791210 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 4612 | 2025.01.25 03:55:43.791481 [ 260 ] {08b430dc-4e16-44df-ab7f-2e4ab7d13f5a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4613 | 2025.01.25 03:55:43.791792 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
| 4614 | 2025.01.25 03:55:43.792295 [ 260 ] {08b430dc-4e16-44df-ab7f-2e4ab7d13f5a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4615 | 2025.01.25 03:55:43.792349 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 4616 | 2025.01.25 03:55:43.793066 [ 260 ] {08b430dc-4e16-44df-ab7f-2e4ab7d13f5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006459 sec., 9289.363678588017 rows/sec., 641.06 KiB/sec. | ||
| 4617 | 2025.01.25 03:55:43.793323 [ 260 ] {08b430dc-4e16-44df-ab7f-2e4ab7d13f5a} <Debug> TCPHandler: Processed in 0.007259036 sec. | ||
| 4618 | 2025.01.25 03:55:43.792977 [ 81 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4619 | 2025.01.25 03:55:43.793513 [ 81 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4620 | 2025.01.25 03:55:43.793601 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4621 | 2025.01.25 03:55:43.793853 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 4622 | 2025.01.25 03:55:43.794208 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4623 | 2025.01.25 03:55:43.794299 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1512 rows starting from the beginning of the part | ||
| 4624 | 2025.01.25 03:55:43.794644 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4625 | 2025.01.25 03:55:43.794964 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 4626 | 2025.01.25 03:55:43.795149 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 4627 | 2025.01.25 03:55:43.795362 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 4628 | 2025.01.25 03:55:43.795727 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 4629 | 2025.01.25 03:55:43.799622 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1796 rows, containing 4 columns (4 merged, 0 gathered) in 0.005879883 sec., 305448.2546676524 rows/sec., 20.02 MiB/sec. | ||
| 4630 | 2025.01.25 03:55:43.799967 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4631 | 2025.01.25 03:55:43.800604 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_31_6} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4632 | 2025.01.25 03:55:43.800749 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_31_6} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4633 | 2025.01.25 03:55:43.800925 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4634 | 2025.01.25 03:55:43.801700 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 355 rows, containing 19 columns (19 merged, 0 gathered) in 0.016298196 sec., 21781.55177419636 rows/sec., 39.03 MiB/sec. | ||
| 4635 | 2025.01.25 03:55:43.802515 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4636 | 2025.01.25 03:55:43.802949 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4637 | 2025.01.25 03:55:43.803025 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4638 | 2025.01.25 03:55:43.803168 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 4639 | 2025.01.25 03:55:48.764631 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4640 | 2025.01.25 03:55:48.764844 [ 259 ] {7329fd1d-7b4e-4e8c-9167-1e141c7a446b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4641 | 2025.01.25 03:55:48.764922 [ 259 ] {7329fd1d-7b4e-4e8c-9167-1e141c7a446b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4642 | 2025.01.25 03:55:48.765692 [ 259 ] {7329fd1d-7b4e-4e8c-9167-1e141c7a446b} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2025.01.25 03:55:48.765747 [ 259 ] {7329fd1d-7b4e-4e8c-9167-1e141c7a446b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4644 | 2025.01.25 03:55:48.766199 [ 259 ] {7329fd1d-7b4e-4e8c-9167-1e141c7a446b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4645 | 2025.01.25 03:55:48.766463 [ 259 ] {7329fd1d-7b4e-4e8c-9167-1e141c7a446b} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4646 | 2025.01.25 03:55:48.766716 [ 259 ] {7329fd1d-7b4e-4e8c-9167-1e141c7a446b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec. | ||
| 4647 | 2025.01.25 03:55:48.766837 [ 259 ] {7329fd1d-7b4e-4e8c-9167-1e141c7a446b} <Debug> TCPHandler: Processed in 0.002343527 sec. | ||
| 4648 | 2025.01.25 03:55:48.767091 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4649 | 2025.01.25 03:55:48.767290 [ 260 ] {1e03255b-385e-4ac5-864d-ec9ed99e814b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4650 | 2025.01.25 03:55:48.767370 [ 260 ] {1e03255b-385e-4ac5-864d-ec9ed99e814b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4651 | 2025.01.25 03:55:48.768142 [ 260 ] {1e03255b-385e-4ac5-864d-ec9ed99e814b} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4652 | 2025.01.25 03:55:48.768195 [ 260 ] {1e03255b-385e-4ac5-864d-ec9ed99e814b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4653 | 2025.01.25 03:55:48.768639 [ 260 ] {1e03255b-385e-4ac5-864d-ec9ed99e814b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4654 | 2025.01.25 03:55:48.768896 [ 260 ] {1e03255b-385e-4ac5-864d-ec9ed99e814b} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4655 | 2025.01.25 03:55:48.769174 [ 260 ] {1e03255b-385e-4ac5-864d-ec9ed99e814b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001936 sec., 2066.115702479339 rows/sec., 168.48 KiB/sec. | ||
| 4656 | 2025.01.25 03:55:48.769355 [ 260 ] {1e03255b-385e-4ac5-864d-ec9ed99e814b} <Debug> TCPHandler: Processed in 0.002404918 sec. | ||
| 4657 | 2025.01.25 03:55:48.769510 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4658 | 2025.01.25 03:55:48.769660 [ 259 ] {95409d54-f308-4bb0-ae10-9139535b3e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4659 | 2025.01.25 03:55:48.769724 [ 259 ] {95409d54-f308-4bb0-ae10-9139535b3e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4660 | 2025.01.25 03:55:48.770540 [ 259 ] {95409d54-f308-4bb0-ae10-9139535b3e1d} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2025.01.25 03:55:48.770581 [ 259 ] {95409d54-f308-4bb0-ae10-9139535b3e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4662 | 2025.01.25 03:55:48.771015 [ 259 ] {95409d54-f308-4bb0-ae10-9139535b3e1d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4663 | 2025.01.25 03:55:48.771261 [ 259 ] {95409d54-f308-4bb0-ae10-9139535b3e1d} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2025.01.25 03:55:48.771476 [ 259 ] {95409d54-f308-4bb0-ae10-9139535b3e1d} <Debug> executeQuery: Read 259 rows, 23.16 KiB in 0.001853 sec., 139773.3405288721 rows/sec., 12.20 MiB/sec. | ||
| 4665 | 2025.01.25 03:55:48.771535 [ 259 ] {95409d54-f308-4bb0-ae10-9139535b3e1d} <Debug> TCPHandler: Processed in 0.002095691 sec. | ||
| 4666 | 2025.01.25 03:55:48.771695 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4667 | 2025.01.25 03:55:48.771845 [ 260 ] {aeae51cc-b004-4dd1-9823-635650f40ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4668 | 2025.01.25 03:55:48.771910 [ 260 ] {aeae51cc-b004-4dd1-9823-635650f40ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4669 | 2025.01.25 03:55:48.772616 [ 260 ] {aeae51cc-b004-4dd1-9823-635650f40ca2} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4670 | 2025.01.25 03:55:48.772657 [ 260 ] {aeae51cc-b004-4dd1-9823-635650f40ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4671 | 2025.01.25 03:55:48.773031 [ 260 ] {aeae51cc-b004-4dd1-9823-635650f40ca2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4672 | 2025.01.25 03:55:48.773268 [ 260 ] {aeae51cc-b004-4dd1-9823-635650f40ca2} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4673 | 2025.01.25 03:55:48.773492 [ 260 ] {aeae51cc-b004-4dd1-9823-635650f40ca2} <Debug> executeQuery: Read 38 rows, 2.77 KiB in 0.001683 sec., 22578.728461081402 rows/sec., 1.60 MiB/sec. | ||
| 4674 | 2025.01.25 03:55:48.773550 [ 260 ] {aeae51cc-b004-4dd1-9823-635650f40ca2} <Debug> TCPHandler: Processed in 0.001926297 sec. | ||
| 4675 | 2025.01.25 03:55:48.773699 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4676 | 2025.01.25 03:55:48.773843 [ 259 ] {46eb486f-c069-4680-9780-06c9238d5a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4677 | 2025.01.25 03:55:48.773903 [ 259 ] {46eb486f-c069-4680-9780-06c9238d5a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4678 | 2025.01.25 03:55:48.774597 [ 259 ] {46eb486f-c069-4680-9780-06c9238d5a6f} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4679 | 2025.01.25 03:55:48.774638 [ 259 ] {46eb486f-c069-4680-9780-06c9238d5a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4680 | 2025.01.25 03:55:48.775010 [ 259 ] {46eb486f-c069-4680-9780-06c9238d5a6f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4681 | 2025.01.25 03:55:48.775247 [ 259 ] {46eb486f-c069-4680-9780-06c9238d5a6f} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2025.01.25 03:55:48.775418 [ 76 ] {} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4683 | 2025.01.25 03:55:48.775487 [ 259 ] {46eb486f-c069-4680-9780-06c9238d5a6f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001672 sec., 8373.205741626794 rows/sec., 586.40 KiB/sec. | ||
| 4684 | 2025.01.25 03:55:48.775497 [ 76 ] {} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2025.01.25 03:55:48.775567 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4686 | 2025.01.25 03:55:48.775620 [ 259 ] {46eb486f-c069-4680-9780-06c9238d5a6f} <Debug> TCPHandler: Processed in 0.001987548 sec. | ||
| 4687 | 2025.01.25 03:55:48.775854 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4688 | 2025.01.25 03:55:48.775882 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 4689 | 2025.01.25 03:55:48.776065 [ 260 ] {b38ec27f-f5ce-42e0-818d-163c1b84cdba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4690 | 2025.01.25 03:55:48.776179 [ 260 ] {b38ec27f-f5ce-42e0-818d-163c1b84cdba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4691 | 2025.01.25 03:55:48.776193 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4692 | 2025.01.25 03:55:48.776315 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 4693 | 2025.01.25 03:55:48.776597 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4694 | 2025.01.25 03:55:48.777036 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 4695 | 2025.01.25 03:55:48.777443 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 4696 | 2025.01.25 03:55:48.777832 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 4697 | 2025.01.25 03:55:48.778161 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 4698 | 2025.01.25 03:55:48.779089 [ 260 ] {b38ec27f-f5ce-42e0-818d-163c1b84cdba} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4699 | 2025.01.25 03:55:48.779155 [ 260 ] {b38ec27f-f5ce-42e0-818d-163c1b84cdba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4700 | 2025.01.25 03:55:48.780178 [ 260 ] {b38ec27f-f5ce-42e0-818d-163c1b84cdba} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4701 | 2025.01.25 03:55:48.780709 [ 260 ] {b38ec27f-f5ce-42e0-818d-163c1b84cdba} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4702 | 2025.01.25 03:55:48.781173 [ 189 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005491663 sec., 95781.55105293242 rows/sec., 6.86 MiB/sec. | ||
| 4703 | 2025.01.25 03:55:48.781331 [ 260 ] {b38ec27f-f5ce-42e0-818d-163c1b84cdba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005314 sec., 2446.3680843056077 rows/sec., 152.53 KiB/sec. | ||
| 4704 | 2025.01.25 03:55:48.781496 [ 189 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4705 | 2025.01.25 03:55:48.781645 [ 260 ] {b38ec27f-f5ce-42e0-818d-163c1b84cdba} <Debug> TCPHandler: Processed in 0.005905683 sec. | ||
| 4706 | 2025.01.25 03:55:48.781823 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4707 | 2025.01.25 03:55:48.781951 [ 189 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_16_3} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4708 | 2025.01.25 03:55:48.781971 [ 259 ] {e4cf5918-d255-407e-9c2f-f243b5c9db9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4709 | 2025.01.25 03:55:48.782030 [ 259 ] {e4cf5918-d255-407e-9c2f-f243b5c9db9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4710 | 2025.01.25 03:55:48.782046 [ 189 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_16_3} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4711 | 2025.01.25 03:55:48.782162 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4712 | 2025.01.25 03:55:48.782857 [ 259 ] {e4cf5918-d255-407e-9c2f-f243b5c9db9b} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2025.01.25 03:55:48.782896 [ 259 ] {e4cf5918-d255-407e-9c2f-f243b5c9db9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4714 | 2025.01.25 03:55:48.783285 [ 259 ] {e4cf5918-d255-407e-9c2f-f243b5c9db9b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4715 | 2025.01.25 03:55:48.783538 [ 259 ] {e4cf5918-d255-407e-9c2f-f243b5c9db9b} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2025.01.25 03:55:48.783756 [ 259 ] {e4cf5918-d255-407e-9c2f-f243b5c9db9b} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.001818 sec., 227172.7172717272 rows/sec., 16.21 MiB/sec. | ||
| 4717 | 2025.01.25 03:55:48.783812 [ 259 ] {e4cf5918-d255-407e-9c2f-f243b5c9db9b} <Debug> TCPHandler: Processed in 0.00205216 sec. | ||
| 4718 | 2025.01.25 03:55:48.783989 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4719 | 2025.01.25 03:55:48.784133 [ 260 ] {3907ee12-70db-43be-ad98-f9b274916818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4720 | 2025.01.25 03:55:48.784196 [ 260 ] {3907ee12-70db-43be-ad98-f9b274916818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4721 | 2025.01.25 03:55:48.784726 [ 260 ] {3907ee12-70db-43be-ad98-f9b274916818} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4722 | 2025.01.25 03:55:48.784765 [ 260 ] {3907ee12-70db-43be-ad98-f9b274916818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4723 | 2025.01.25 03:55:48.785146 [ 260 ] {3907ee12-70db-43be-ad98-f9b274916818} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4724 | 2025.01.25 03:55:48.785397 [ 260 ] {3907ee12-70db-43be-ad98-f9b274916818} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4725 | 2025.01.25 03:55:48.785716 [ 260 ] {3907ee12-70db-43be-ad98-f9b274916818} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00159 sec., 3773.5849056603774 rows/sec., 197.16 KiB/sec. | ||
| 4726 | 2025.01.25 03:55:48.785851 [ 260 ] {3907ee12-70db-43be-ad98-f9b274916818} <Debug> TCPHandler: Processed in 0.001928296 sec. | ||
| 4727 | 2025.01.25 03:55:48.786004 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4728 | 2025.01.25 03:55:48.786125 [ 259 ] {ba7ec5ea-76c0-4176-95d5-197638c5fbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4729 | 2025.01.25 03:55:48.786181 [ 259 ] {ba7ec5ea-76c0-4176-95d5-197638c5fbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4730 | 2025.01.25 03:55:48.786777 [ 259 ] {ba7ec5ea-76c0-4176-95d5-197638c5fbee} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4731 | 2025.01.25 03:55:48.786817 [ 259 ] {ba7ec5ea-76c0-4176-95d5-197638c5fbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4732 | 2025.01.25 03:55:48.787249 [ 259 ] {ba7ec5ea-76c0-4176-95d5-197638c5fbee} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4733 | 2025.01.25 03:55:48.787490 [ 259 ] {ba7ec5ea-76c0-4176-95d5-197638c5fbee} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4734 | 2025.01.25 03:55:48.787703 [ 259 ] {ba7ec5ea-76c0-4176-95d5-197638c5fbee} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001604 sec., 149002.49376558603 rows/sec., 9.99 MiB/sec. | ||
| 4735 | 2025.01.25 03:55:48.787760 [ 259 ] {ba7ec5ea-76c0-4176-95d5-197638c5fbee} <Debug> TCPHandler: Processed in 0.001814264 sec. | ||
| 4736 | 2025.01.25 03:55:48.787922 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4737 | 2025.01.25 03:55:48.788063 [ 260 ] {5cfe376f-42dd-4f0f-bc10-e5db135307fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4738 | 2025.01.25 03:55:48.788124 [ 260 ] {5cfe376f-42dd-4f0f-bc10-e5db135307fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4739 | 2025.01.25 03:55:48.788649 [ 260 ] {5cfe376f-42dd-4f0f-bc10-e5db135307fa} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2025.01.25 03:55:48.788688 [ 260 ] {5cfe376f-42dd-4f0f-bc10-e5db135307fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4741 | 2025.01.25 03:55:48.789054 [ 260 ] {5cfe376f-42dd-4f0f-bc10-e5db135307fa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4742 | 2025.01.25 03:55:48.789293 [ 260 ] {5cfe376f-42dd-4f0f-bc10-e5db135307fa} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4743 | 2025.01.25 03:55:48.789556 [ 260 ] {5cfe376f-42dd-4f0f-bc10-e5db135307fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001523 sec., 656.5988181221273 rows/sec., 44.24 KiB/sec. | ||
| 4744 | 2025.01.25 03:55:48.789740 [ 260 ] {5cfe376f-42dd-4f0f-bc10-e5db135307fa} <Debug> TCPHandler: Processed in 0.001885005 sec. | ||
| 4745 | 2025.01.25 03:55:48.789904 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4746 | 2025.01.25 03:55:48.790044 [ 259 ] {f48b028d-c73a-47ae-8d90-1f6d31f37714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4747 | 2025.01.25 03:55:48.790139 [ 259 ] {f48b028d-c73a-47ae-8d90-1f6d31f37714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4748 | 2025.01.25 03:55:48.791341 [ 259 ] {f48b028d-c73a-47ae-8d90-1f6d31f37714} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4749 | 2025.01.25 03:55:48.791382 [ 259 ] {f48b028d-c73a-47ae-8d90-1f6d31f37714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4750 | 2025.01.25 03:55:48.792033 [ 259 ] {f48b028d-c73a-47ae-8d90-1f6d31f37714} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4751 | 2025.01.25 03:55:48.792293 [ 259 ] {f48b028d-c73a-47ae-8d90-1f6d31f37714} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4752 | 2025.01.25 03:55:48.792539 [ 259 ] {f48b028d-c73a-47ae-8d90-1f6d31f37714} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002526 sec., 10688.836104513064 rows/sec., 19.15 MiB/sec. | ||
| 4753 | 2025.01.25 03:55:48.792652 [ 259 ] {f48b028d-c73a-47ae-8d90-1f6d31f37714} <Debug> TCPHandler: Processed in 0.002816768 sec. | ||
| 4754 | 2025.01.25 03:55:48.792825 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4755 | 2025.01.25 03:55:48.792968 [ 260 ] {55d821c0-fc8c-4ddd-b948-2b91b22e472c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4756 | 2025.01.25 03:55:48.793027 [ 260 ] {55d821c0-fc8c-4ddd-b948-2b91b22e472c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4757 | 2025.01.25 03:55:48.793596 [ 260 ] {55d821c0-fc8c-4ddd-b948-2b91b22e472c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2025.01.25 03:55:48.793635 [ 260 ] {55d821c0-fc8c-4ddd-b948-2b91b22e472c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4759 | 2025.01.25 03:55:48.794013 [ 260 ] {55d821c0-fc8c-4ddd-b948-2b91b22e472c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4760 | 2025.01.25 03:55:48.794248 [ 260 ] {55d821c0-fc8c-4ddd-b948-2b91b22e472c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2025.01.25 03:55:48.794496 [ 260 ] {55d821c0-fc8c-4ddd-b948-2b91b22e472c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001559 sec., 52597.81911481719 rows/sec., 3.34 MiB/sec. | ||
| 4762 | 2025.01.25 03:55:48.794692 [ 260 ] {55d821c0-fc8c-4ddd-b948-2b91b22e472c} <Debug> TCPHandler: Processed in 0.001931487 sec. | ||
| 4763 | 2025.01.25 03:55:49.908831 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4764 | 2025.01.25 03:55:49.909495 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4765 | 2025.01.25 03:55:49.909550 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4766 | 2025.01.25 03:55:49.910110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4767 | 2025.01.25 03:55:49.910374 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4768 | 2025.01.25 03:55:49.910576 [ 73 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4769 | 2025.01.25 03:55:49.910654 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4770 | 2025.01.25 03:55:49.910677 [ 73 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4771 | 2025.01.25 03:55:49.910708 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4772 | 2025.01.25 03:55:49.910924 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 4773 | 2025.01.25 03:55:49.911100 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4774 | 2025.01.25 03:55:49.911134 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 4775 | 2025.01.25 03:55:49.911199 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4776 | 2025.01.25 03:55:49.911326 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4777 | 2025.01.25 03:55:49.911625 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4778 | 2025.01.25 03:55:49.911905 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4779 | 2025.01.25 03:55:49.912063 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4780 | 2025.01.25 03:55:49.914148 [ 189 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003373082 sec., 2857327.5123462756 rows/sec., 40.87 MiB/sec. | ||
| 4781 | 2025.01.25 03:55:49.914359 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4782 | 2025.01.25 03:55:49.914640 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4783 | 2025.01.25 03:55:49.914716 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_21_4} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4784 | 2025.01.25 03:55:49.914801 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4785 | 2025.01.25 03:55:50.551758 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4786 | 2025.01.25 03:55:50.573472 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4787 | 2025.01.25 03:55:50.573530 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4788 | 2025.01.25 03:55:50.581133 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4789 | 2025.01.25 03:55:50.581908 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2025.01.25 03:55:50.582186 [ 71 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4791 | 2025.01.25 03:55:50.582247 [ 71 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4792 | 2025.01.25 03:55:50.582287 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4793 | 2025.01.25 03:55:50.582701 [ 193 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 4794 | 2025.01.25 03:55:50.597510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4795 | 2025.01.25 03:55:50.599227 [ 193 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4796 | 2025.01.25 03:55:50.600893 [ 193 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 4797 | 2025.01.25 03:55:50.606666 [ 193 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 4798 | 2025.01.25 03:55:50.612567 [ 193 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 4799 | 2025.01.25 03:55:50.618374 [ 193 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 4800 | 2025.01.25 03:55:50.624423 [ 193 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 4801 | 2025.01.25 03:55:50.629092 [ 193 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 4802 | 2025.01.25 03:55:50.690443 [ 200 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.108035101 sec., 1471.7438918301193 rows/sec., 7.61 MiB/sec. | ||
| 4803 | 2025.01.25 03:55:50.693437 [ 200 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4804 | 2025.01.25 03:55:50.696528 [ 200 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_21_4} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4805 | 2025.01.25 03:55:50.696664 [ 200 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_21_4} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4806 | 2025.01.25 03:55:50.699157 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4807 | 2025.01.25 03:55:51.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.03 MiB, peak 196.59 MiB, free memory in arenas 0.00 B, will set to 188.00 MiB (RSS), difference: 1.96 MiB | ||
| 4808 | 2025.01.25 03:55:52.448597 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 678 | ||
| 4809 | 2025.01.25 03:55:52.451875 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2025.01.25 03:55:52.451927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4811 | 2025.01.25 03:55:52.453437 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4812 | 2025.01.25 03:55:52.453765 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4813 | 2025.01.25 03:55:52.454431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 678 | ||
| 4814 | 2025.01.25 03:55:53.759091 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4815 | 2025.01.25 03:55:53.759284 [ 259 ] {55aa7849-0fa3-48fb-aa51-e7d64dd0c937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4816 | 2025.01.25 03:55:53.759357 [ 259 ] {55aa7849-0fa3-48fb-aa51-e7d64dd0c937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4817 | 2025.01.25 03:55:53.760129 [ 259 ] {55aa7849-0fa3-48fb-aa51-e7d64dd0c937} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2025.01.25 03:55:53.760181 [ 259 ] {55aa7849-0fa3-48fb-aa51-e7d64dd0c937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4819 | 2025.01.25 03:55:53.760616 [ 259 ] {55aa7849-0fa3-48fb-aa51-e7d64dd0c937} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4820 | 2025.01.25 03:55:53.760871 [ 259 ] {55aa7849-0fa3-48fb-aa51-e7d64dd0c937} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4821 | 2025.01.25 03:55:53.761139 [ 259 ] {55aa7849-0fa3-48fb-aa51-e7d64dd0c937} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001896 sec., 43248.945147679326 rows/sec., 3.57 MiB/sec. | ||
| 4822 | 2025.01.25 03:55:53.761245 [ 259 ] {55aa7849-0fa3-48fb-aa51-e7d64dd0c937} <Debug> TCPHandler: Processed in 0.002290706 sec. | ||
| 4823 | 2025.01.25 03:55:53.761586 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2025.01.25 03:55:53.761806 [ 260 ] {147a09c4-f2ed-4943-a395-d566714b6689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4825 | 2025.01.25 03:55:53.761894 [ 260 ] {147a09c4-f2ed-4943-a395-d566714b6689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4826 | 2025.01.25 03:55:53.762751 [ 260 ] {147a09c4-f2ed-4943-a395-d566714b6689} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4827 | 2025.01.25 03:55:53.762804 [ 260 ] {147a09c4-f2ed-4943-a395-d566714b6689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4828 | 2025.01.25 03:55:53.763249 [ 260 ] {147a09c4-f2ed-4943-a395-d566714b6689} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4829 | 2025.01.25 03:55:53.763529 [ 260 ] {147a09c4-f2ed-4943-a395-d566714b6689} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2025.01.25 03:55:53.763706 [ 68 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4831 | 2025.01.25 03:55:53.763794 [ 68 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4832 | 2025.01.25 03:55:53.763799 [ 260 ] {147a09c4-f2ed-4943-a395-d566714b6689} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.002046 sec., 6353.86119257087 rows/sec., 477.78 KiB/sec. | ||
| 4833 | 2025.01.25 03:55:53.763837 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4834 | 2025.01.25 03:55:53.763974 [ 260 ] {147a09c4-f2ed-4943-a395-d566714b6689} <Debug> TCPHandler: Processed in 0.002592203 sec. | ||
| 4835 | 2025.01.25 03:55:53.764036 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 4836 | 2025.01.25 03:55:53.764167 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4837 | 2025.01.25 03:55:53.764211 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 61 rows starting from the beginning of the part | ||
| 4838 | 2025.01.25 03:55:53.764225 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4839 | 2025.01.25 03:55:53.764324 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 25 rows starting from the beginning of the part | ||
| 4840 | 2025.01.25 03:55:53.764704 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 4841 | 2025.01.25 03:55:53.764872 [ 259 ] {5df9dd9c-fc9a-480d-8fce-d77cf3443839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4842 | 2025.01.25 03:55:53.764965 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 4843 | 2025.01.25 03:55:53.765049 [ 259 ] {5df9dd9c-fc9a-480d-8fce-d77cf3443839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4844 | 2025.01.25 03:55:53.765277 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 38 rows starting from the beginning of the part | ||
| 4845 | 2025.01.25 03:55:53.765608 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 4846 | 2025.01.25 03:55:53.767522 [ 259 ] {5df9dd9c-fc9a-480d-8fce-d77cf3443839} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4847 | 2025.01.25 03:55:53.767602 [ 259 ] {5df9dd9c-fc9a-480d-8fce-d77cf3443839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4848 | 2025.01.25 03:55:53.768720 [ 194 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.004762295 sec., 38636.833711477346 rows/sec., 2.91 MiB/sec. | ||
| 4849 | 2025.01.25 03:55:53.768766 [ 259 ] {5df9dd9c-fc9a-480d-8fce-d77cf3443839} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4850 | 2025.01.25 03:55:53.768895 [ 194 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4851 | 2025.01.25 03:55:53.769273 [ 259 ] {5df9dd9c-fc9a-480d-8fce-d77cf3443839} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4852 | 2025.01.25 03:55:53.769396 [ 194 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4853 | 2025.01.25 03:55:53.769663 [ 194 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_26_5} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4854 | 2025.01.25 03:55:53.769722 [ 259 ] {5df9dd9c-fc9a-480d-8fce-d77cf3443839} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.005116 sec., 15050.820953870212 rows/sec., 1.18 MiB/sec. | ||
| 4855 | 2025.01.25 03:55:53.769793 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4856 | 2025.01.25 03:55:53.769908 [ 259 ] {5df9dd9c-fc9a-480d-8fce-d77cf3443839} <Debug> TCPHandler: Processed in 0.005817001 sec. | ||
| 4857 | 2025.01.25 03:55:53.770071 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4858 | 2025.01.25 03:55:53.770198 [ 260 ] {792f1edf-0ed0-411c-9e1b-476ea948c934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4859 | 2025.01.25 03:55:53.770256 [ 260 ] {792f1edf-0ed0-411c-9e1b-476ea948c934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4860 | 2025.01.25 03:55:53.770838 [ 260 ] {792f1edf-0ed0-411c-9e1b-476ea948c934} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4861 | 2025.01.25 03:55:53.770878 [ 260 ] {792f1edf-0ed0-411c-9e1b-476ea948c934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4862 | 2025.01.25 03:55:53.771282 [ 260 ] {792f1edf-0ed0-411c-9e1b-476ea948c934} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4863 | 2025.01.25 03:55:53.771517 [ 260 ] {792f1edf-0ed0-411c-9e1b-476ea948c934} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4864 | 2025.01.25 03:55:53.771728 [ 260 ] {792f1edf-0ed0-411c-9e1b-476ea948c934} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
| 4865 | 2025.01.25 03:55:53.771786 [ 260 ] {792f1edf-0ed0-411c-9e1b-476ea948c934} <Debug> TCPHandler: Processed in 0.001773953 sec. | ||
| 4866 | 2025.01.25 03:55:53.771943 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4867 | 2025.01.25 03:55:53.772084 [ 259 ] {e2e81aa0-adce-4142-9ac0-36ef71f962bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4868 | 2025.01.25 03:55:53.772180 [ 259 ] {e2e81aa0-adce-4142-9ac0-36ef71f962bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4869 | 2025.01.25 03:55:53.773402 [ 259 ] {e2e81aa0-adce-4142-9ac0-36ef71f962bc} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4870 | 2025.01.25 03:55:53.773443 [ 259 ] {e2e81aa0-adce-4142-9ac0-36ef71f962bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4871 | 2025.01.25 03:55:53.774083 [ 259 ] {e2e81aa0-adce-4142-9ac0-36ef71f962bc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4872 | 2025.01.25 03:55:53.774338 [ 259 ] {e2e81aa0-adce-4142-9ac0-36ef71f962bc} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4873 | 2025.01.25 03:55:53.774588 [ 259 ] {e2e81aa0-adce-4142-9ac0-36ef71f962bc} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002535 sec., 5128.205128205128 rows/sec., 9.19 MiB/sec. | ||
| 4874 | 2025.01.25 03:55:53.774682 [ 259 ] {e2e81aa0-adce-4142-9ac0-36ef71f962bc} <Debug> TCPHandler: Processed in 0.002805258 sec. | ||
| 4875 | 2025.01.25 03:55:53.774930 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4876 | 2025.01.25 03:55:53.775142 [ 260 ] {06b89140-9c98-4ffa-bc7d-d3d1a71b0e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4877 | 2025.01.25 03:55:53.775230 [ 260 ] {06b89140-9c98-4ffa-bc7d-d3d1a71b0e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4878 | 2025.01.25 03:55:53.775923 [ 260 ] {06b89140-9c98-4ffa-bc7d-d3d1a71b0e8f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4879 | 2025.01.25 03:55:53.775962 [ 260 ] {06b89140-9c98-4ffa-bc7d-d3d1a71b0e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4880 | 2025.01.25 03:55:53.776345 [ 260 ] {06b89140-9c98-4ffa-bc7d-d3d1a71b0e8f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4881 | 2025.01.25 03:55:53.776583 [ 260 ] {06b89140-9c98-4ffa-bc7d-d3d1a71b0e8f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4882 | 2025.01.25 03:55:53.776796 [ 260 ] {06b89140-9c98-4ffa-bc7d-d3d1a71b0e8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001707 sec., 35149.3848857645 rows/sec., 2.37 MiB/sec. | ||
| 4883 | 2025.01.25 03:55:53.776850 [ 260 ] {06b89140-9c98-4ffa-bc7d-d3d1a71b0e8f} <Debug> TCPHandler: Processed in 0.00202243 sec. | ||
| 4884 | 2025.01.25 03:55:57.311237 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4885 | 2025.01.25 03:55:57.311311 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4886 | 2025.01.25 03:55:57.411734 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4887 | 2025.01.25 03:55:57.412405 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2025.01.25 03:55:57.412456 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4889 | 2025.01.25 03:55:57.412991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4890 | 2025.01.25 03:55:57.413246 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4891 | 2025.01.25 03:55:57.413527 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4892 | 2025.01.25 03:55:58.098573 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4893 | 2025.01.25 03:55:58.117067 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4894 | 2025.01.25 03:55:58.117125 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4895 | 2025.01.25 03:55:58.124031 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4896 | 2025.01.25 03:55:58.124760 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4897 | 2025.01.25 03:55:58.127169 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4898 | 2025.01.25 03:55:58.764756 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4899 | 2025.01.25 03:55:58.765035 [ 259 ] {040eb093-3ca8-4f55-a3ee-bf0a4c877946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4900 | 2025.01.25 03:55:58.765147 [ 259 ] {040eb093-3ca8-4f55-a3ee-bf0a4c877946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4901 | 2025.01.25 03:55:58.766167 [ 259 ] {040eb093-3ca8-4f55-a3ee-bf0a4c877946} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2025.01.25 03:55:58.766218 [ 259 ] {040eb093-3ca8-4f55-a3ee-bf0a4c877946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4903 | 2025.01.25 03:55:58.766685 [ 259 ] {040eb093-3ca8-4f55-a3ee-bf0a4c877946} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4904 | 2025.01.25 03:55:58.766944 [ 259 ] {040eb093-3ca8-4f55-a3ee-bf0a4c877946} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4905 | 2025.01.25 03:55:58.767141 [ 63 ] {} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4906 | 2025.01.25 03:55:58.767208 [ 259 ] {040eb093-3ca8-4f55-a3ee-bf0a4c877946} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002247 sec., 6230.529595015577 rows/sec., 448.51 KiB/sec. | ||
| 4907 | 2025.01.25 03:55:58.767221 [ 63 ] {} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4908 | 2025.01.25 03:55:58.767302 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4909 | 2025.01.25 03:55:58.767343 [ 259 ] {040eb093-3ca8-4f55-a3ee-bf0a4c877946} <Debug> TCPHandler: Processed in 0.002744396 sec. | ||
| 4910 | 2025.01.25 03:55:58.767516 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 4911 | 2025.01.25 03:55:58.767632 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4912 | 2025.01.25 03:55:58.767694 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4913 | 2025.01.25 03:55:58.767738 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 4914 | 2025.01.25 03:55:58.767847 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 4915 | 2025.01.25 03:55:58.767878 [ 260 ] {33126ac2-67f9-4b7d-b07b-1570ab95a153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4916 | 2025.01.25 03:55:58.768129 [ 260 ] {33126ac2-67f9-4b7d-b07b-1570ab95a153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4917 | 2025.01.25 03:55:58.768245 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 4918 | 2025.01.25 03:55:58.768600 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 4919 | 2025.01.25 03:55:58.768915 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 4920 | 2025.01.25 03:55:58.770266 [ 260 ] {33126ac2-67f9-4b7d-b07b-1570ab95a153} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4921 | 2025.01.25 03:55:58.770326 [ 260 ] {33126ac2-67f9-4b7d-b07b-1570ab95a153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4922 | 2025.01.25 03:55:58.770672 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003247018 sec., 21558.24205470989 rows/sec., 1.60 MiB/sec. | ||
| 4923 | 2025.01.25 03:55:58.770852 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4924 | 2025.01.25 03:55:58.770973 [ 260 ] {33126ac2-67f9-4b7d-b07b-1570ab95a153} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4925 | 2025.01.25 03:55:58.771166 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_13_3} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4926 | 2025.01.25 03:55:58.771269 [ 190 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_13_3} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4927 | 2025.01.25 03:55:58.771301 [ 260 ] {33126ac2-67f9-4b7d-b07b-1570ab95a153} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4928 | 2025.01.25 03:55:58.771381 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4929 | 2025.01.25 03:55:58.771595 [ 260 ] {33126ac2-67f9-4b7d-b07b-1570ab95a153} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.003812 sec., 67418.67785939139 rows/sec., 5.90 MiB/sec. | ||
| 4930 | 2025.01.25 03:55:58.771670 [ 260 ] {33126ac2-67f9-4b7d-b07b-1570ab95a153} <Debug> TCPHandler: Processed in 0.004187692 sec. | ||
| 4931 | 2025.01.25 03:55:58.771842 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4932 | 2025.01.25 03:55:58.771977 [ 259 ] {93756724-40b1-4d4c-b155-b56c547267d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4933 | 2025.01.25 03:55:58.772042 [ 259 ] {93756724-40b1-4d4c-b155-b56c547267d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4934 | 2025.01.25 03:55:58.772688 [ 259 ] {93756724-40b1-4d4c-b155-b56c547267d5} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2025.01.25 03:55:58.772732 [ 259 ] {93756724-40b1-4d4c-b155-b56c547267d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4936 | 2025.01.25 03:55:58.773113 [ 259 ] {93756724-40b1-4d4c-b155-b56c547267d5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4937 | 2025.01.25 03:55:58.773386 [ 259 ] {93756724-40b1-4d4c-b155-b56c547267d5} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2025.01.25 03:55:58.773596 [ 259 ] {93756724-40b1-4d4c-b155-b56c547267d5} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001652 sec., 20581.113801452782 rows/sec., 1.47 MiB/sec. | ||
| 4939 | 2025.01.25 03:55:58.773649 [ 259 ] {93756724-40b1-4d4c-b155-b56c547267d5} <Debug> TCPHandler: Processed in 0.001876165 sec. | ||
| 4940 | 2025.01.25 03:55:58.773800 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4941 | 2025.01.25 03:55:58.773931 [ 260 ] {56578e07-6dd8-4ec1-9a44-f96d93af6ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4942 | 2025.01.25 03:55:58.773983 [ 260 ] {56578e07-6dd8-4ec1-9a44-f96d93af6ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4943 | 2025.01.25 03:55:58.774585 [ 260 ] {56578e07-6dd8-4ec1-9a44-f96d93af6ba1} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4944 | 2025.01.25 03:55:58.774625 [ 260 ] {56578e07-6dd8-4ec1-9a44-f96d93af6ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4945 | 2025.01.25 03:55:58.774983 [ 260 ] {56578e07-6dd8-4ec1-9a44-f96d93af6ba1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4946 | 2025.01.25 03:55:58.775218 [ 260 ] {56578e07-6dd8-4ec1-9a44-f96d93af6ba1} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4947 | 2025.01.25 03:55:58.775438 [ 260 ] {56578e07-6dd8-4ec1-9a44-f96d93af6ba1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001537 sec., 9108.653220559532 rows/sec., 637.91 KiB/sec. | ||
| 4948 | 2025.01.25 03:55:58.775495 [ 260 ] {56578e07-6dd8-4ec1-9a44-f96d93af6ba1} <Debug> TCPHandler: Processed in 0.001758492 sec. | ||
| 4949 | 2025.01.25 03:55:58.775661 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4950 | 2025.01.25 03:55:58.775780 [ 259 ] {0ec9bd7f-02ed-4f58-acff-ca5b4f958f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4951 | 2025.01.25 03:55:58.775839 [ 259 ] {0ec9bd7f-02ed-4f58-acff-ca5b4f958f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4952 | 2025.01.25 03:55:58.776540 [ 259 ] {0ec9bd7f-02ed-4f58-acff-ca5b4f958f01} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4953 | 2025.01.25 03:55:58.776588 [ 259 ] {0ec9bd7f-02ed-4f58-acff-ca5b4f958f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4954 | 2025.01.25 03:55:58.776984 [ 259 ] {0ec9bd7f-02ed-4f58-acff-ca5b4f958f01} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4955 | 2025.01.25 03:55:58.777218 [ 259 ] {0ec9bd7f-02ed-4f58-acff-ca5b4f958f01} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2025.01.25 03:55:58.777381 [ 59 ] {} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4957 | 2025.01.25 03:55:58.777453 [ 59 ] {} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2025.01.25 03:55:58.777475 [ 259 ] {0ec9bd7f-02ed-4f58-acff-ca5b4f958f01} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001714 sec., 7584.597432905484 rows/sec., 472.90 KiB/sec. | ||
| 4959 | 2025.01.25 03:55:58.777490 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4960 | 2025.01.25 03:55:58.777663 [ 259 ] {0ec9bd7f-02ed-4f58-acff-ca5b4f958f01} <Debug> TCPHandler: Processed in 0.00204706 sec. | ||
| 4961 | 2025.01.25 03:55:58.777819 [ 194 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 4962 | 2025.01.25 03:55:58.778008 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4963 | 2025.01.25 03:55:58.778272 [ 194 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4964 | 2025.01.25 03:55:58.778295 [ 260 ] {941a7223-9387-49e8-bc03-5a067dcfba42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4965 | 2025.01.25 03:55:58.778317 [ 194 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 4966 | 2025.01.25 03:55:58.778367 [ 260 ] {941a7223-9387-49e8-bc03-5a067dcfba42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4967 | 2025.01.25 03:55:58.778581 [ 194 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 4968 | 2025.01.25 03:55:58.778871 [ 194 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 4969 | 2025.01.25 03:55:58.779179 [ 194 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 4970 | 2025.01.25 03:55:58.779549 [ 194 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 4971 | 2025.01.25 03:55:58.780865 [ 260 ] {941a7223-9387-49e8-bc03-5a067dcfba42} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4972 | 2025.01.25 03:55:58.780911 [ 260 ] {941a7223-9387-49e8-bc03-5a067dcfba42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4973 | 2025.01.25 03:55:58.781239 [ 192 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003629088 sec., 17910.83600067014 rows/sec., 1.16 MiB/sec. | ||
| 4974 | 2025.01.25 03:55:58.781603 [ 260 ] {941a7223-9387-49e8-bc03-5a067dcfba42} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4975 | 2025.01.25 03:55:58.781616 [ 201 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4976 | 2025.01.25 03:55:58.781980 [ 260 ] {941a7223-9387-49e8-bc03-5a067dcfba42} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4977 | 2025.01.25 03:55:58.782347 [ 260 ] {941a7223-9387-49e8-bc03-5a067dcfba42} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.004087 sec., 100073.40347443112 rows/sec., 7.13 MiB/sec. | ||
| 4978 | 2025.01.25 03:55:58.782385 [ 201 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_13_3} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2025.01.25 03:55:58.782506 [ 260 ] {941a7223-9387-49e8-bc03-5a067dcfba42} <Debug> TCPHandler: Processed in 0.004697734 sec. | ||
| 4980 | 2025.01.25 03:55:58.782582 [ 201 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_13_3} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4981 | 2025.01.25 03:55:58.782689 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4982 | 2025.01.25 03:55:58.782701 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4983 | 2025.01.25 03:55:58.782828 [ 259 ] {0e730bda-5139-4708-a235-0c9a0c4eafd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4984 | 2025.01.25 03:55:58.782887 [ 259 ] {0e730bda-5139-4708-a235-0c9a0c4eafd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4985 | 2025.01.25 03:55:58.783443 [ 259 ] {0e730bda-5139-4708-a235-0c9a0c4eafd8} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4986 | 2025.01.25 03:55:58.783489 [ 259 ] {0e730bda-5139-4708-a235-0c9a0c4eafd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4987 | 2025.01.25 03:55:58.783907 [ 259 ] {0e730bda-5139-4708-a235-0c9a0c4eafd8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4988 | 2025.01.25 03:55:58.784145 [ 259 ] {0e730bda-5139-4708-a235-0c9a0c4eafd8} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4989 | 2025.01.25 03:55:58.784359 [ 259 ] {0e730bda-5139-4708-a235-0c9a0c4eafd8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec. | ||
| 4990 | 2025.01.25 03:55:58.784412 [ 259 ] {0e730bda-5139-4708-a235-0c9a0c4eafd8} <Debug> TCPHandler: Processed in 0.001802204 sec. | ||
| 4991 | 2025.01.25 03:55:58.784549 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4992 | 2025.01.25 03:55:58.784667 [ 260 ] {1be15381-87b6-43ea-837c-ed3654f61d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4993 | 2025.01.25 03:55:58.784720 [ 260 ] {1be15381-87b6-43ea-837c-ed3654f61d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4994 | 2025.01.25 03:55:58.785298 [ 260 ] {1be15381-87b6-43ea-837c-ed3654f61d03} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4995 | 2025.01.25 03:55:58.785338 [ 260 ] {1be15381-87b6-43ea-837c-ed3654f61d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4996 | 2025.01.25 03:55:58.785748 [ 260 ] {1be15381-87b6-43ea-837c-ed3654f61d03} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4997 | 2025.01.25 03:55:58.785990 [ 260 ] {1be15381-87b6-43ea-837c-ed3654f61d03} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4998 | 2025.01.25 03:55:58.786198 [ 260 ] {1be15381-87b6-43ea-837c-ed3654f61d03} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001557 sec., 152215.79961464353 rows/sec., 10.20 MiB/sec. | ||
| 4999 | 2025.01.25 03:55:58.786252 [ 260 ] {1be15381-87b6-43ea-837c-ed3654f61d03} <Debug> TCPHandler: Processed in 0.001761322 sec. | ||
| 5000 | 2025.01.25 03:55:58.786398 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5001 | 2025.01.25 03:55:58.786514 [ 259 ] {95490dea-1534-48d3-a1ff-404e85c3a561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5002 | 2025.01.25 03:55:58.786565 [ 259 ] {95490dea-1534-48d3-a1ff-404e85c3a561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5003 | 2025.01.25 03:55:58.787049 [ 259 ] {95490dea-1534-48d3-a1ff-404e85c3a561} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5004 | 2025.01.25 03:55:58.787088 [ 259 ] {95490dea-1534-48d3-a1ff-404e85c3a561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5005 | 2025.01.25 03:55:58.787449 [ 259 ] {95490dea-1534-48d3-a1ff-404e85c3a561} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5006 | 2025.01.25 03:55:58.787702 [ 259 ] {95490dea-1534-48d3-a1ff-404e85c3a561} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5007 | 2025.01.25 03:55:58.787922 [ 259 ] {95490dea-1534-48d3-a1ff-404e85c3a561} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001432 sec., 698.3240223463688 rows/sec., 47.06 KiB/sec. | ||
| 5008 | 2025.01.25 03:55:58.787976 [ 259 ] {95490dea-1534-48d3-a1ff-404e85c3a561} <Debug> TCPHandler: Processed in 0.00163769 sec. | ||
| 5009 | 2025.01.25 03:55:58.788133 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5010 | 2025.01.25 03:55:58.788272 [ 260 ] {d9614403-86d9-40a3-8bcd-a3a4fdc00289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5011 | 2025.01.25 03:55:58.788367 [ 260 ] {d9614403-86d9-40a3-8bcd-a3a4fdc00289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5012 | 2025.01.25 03:55:58.789559 [ 260 ] {d9614403-86d9-40a3-8bcd-a3a4fdc00289} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2025.01.25 03:55:58.789599 [ 260 ] {d9614403-86d9-40a3-8bcd-a3a4fdc00289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5014 | 2025.01.25 03:55:58.790252 [ 260 ] {d9614403-86d9-40a3-8bcd-a3a4fdc00289} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5015 | 2025.01.25 03:55:58.790520 [ 260 ] {d9614403-86d9-40a3-8bcd-a3a4fdc00289} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2025.01.25 03:55:58.790833 [ 260 ] {d9614403-86d9-40a3-8bcd-a3a4fdc00289} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002585 sec., 10444.874274661508 rows/sec., 18.72 MiB/sec. | ||
| 5017 | 2025.01.25 03:55:58.791310 [ 260 ] {d9614403-86d9-40a3-8bcd-a3a4fdc00289} <Debug> TCPHandler: Processed in 0.003247539 sec. | ||
| 5018 | 2025.01.25 03:55:58.791480 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5019 | 2025.01.25 03:55:58.791621 [ 259 ] {8c12aa23-5000-4ff0-9301-0bed62a20244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5020 | 2025.01.25 03:55:58.791681 [ 259 ] {8c12aa23-5000-4ff0-9301-0bed62a20244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5021 | 2025.01.25 03:55:58.792199 [ 259 ] {8c12aa23-5000-4ff0-9301-0bed62a20244} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5022 | 2025.01.25 03:55:58.792237 [ 259 ] {8c12aa23-5000-4ff0-9301-0bed62a20244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5023 | 2025.01.25 03:55:58.792614 [ 259 ] {8c12aa23-5000-4ff0-9301-0bed62a20244} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5024 | 2025.01.25 03:55:58.792851 [ 259 ] {8c12aa23-5000-4ff0-9301-0bed62a20244} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5025 | 2025.01.25 03:55:58.793067 [ 259 ] {8c12aa23-5000-4ff0-9301-0bed62a20244} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001478 sec., 55480.37889039242 rows/sec., 3.52 MiB/sec. | ||
| 5026 | 2025.01.25 03:55:58.793116 [ 259 ] {8c12aa23-5000-4ff0-9301-0bed62a20244} <Debug> TCPHandler: Processed in 0.001703702 sec. | ||
| 5027 | 2025.01.25 03:56:00.130386 [ 56 ] {} <Debug> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5028 | 2025.01.25 03:56:00.130487 [ 56 ] {} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5029 | 2025.01.25 03:56:00.130528 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5030 | 2025.01.25 03:56:00.130781 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::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 | ||
| 5031 | 2025.01.25 03:56:00.131040 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5032 | 2025.01.25 03:56:00.131112 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 5033 | 2025.01.25 03:56:00.131290 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::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 | ||
| 5034 | 2025.01.25 03:56:00.131476 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::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 | ||
| 5035 | 2025.01.25 03:56:00.131661 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 5036 | 2025.01.25 03:56:00.131793 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::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 | ||
| 5037 | 2025.01.25 03:56:00.132815 [ 201 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002185843 sec., 13724.681964807172 rows/sec., 1.15 MiB/sec. | ||
| 5038 | 2025.01.25 03:56:00.132951 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5039 | 2025.01.25 03:56:00.133231 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_5_1} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5040 | 2025.01.25 03:56:00.133307 [ 186 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_5_1} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5041 | 2025.01.25 03:56:00.133383 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5042 | 2025.01.25 03:56:02.115284 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5043 | 2025.01.25 03:56:02.115519 [ 259 ] {153e1e24-f59c-49ca-a31a-ca9d035f3c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5044 | 2025.01.25 03:56:02.115603 [ 259 ] {153e1e24-f59c-49ca-a31a-ca9d035f3c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5045 | 2025.01.25 03:56:02.117100 [ 259 ] {153e1e24-f59c-49ca-a31a-ca9d035f3c56} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5046 | 2025.01.25 03:56:02.117156 [ 259 ] {153e1e24-f59c-49ca-a31a-ca9d035f3c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5047 | 2025.01.25 03:56:02.117687 [ 259 ] {153e1e24-f59c-49ca-a31a-ca9d035f3c56} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5048 | 2025.01.25 03:56:02.117949 [ 259 ] {153e1e24-f59c-49ca-a31a-ca9d035f3c56} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5049 | 2025.01.25 03:56:02.118199 [ 259 ] {153e1e24-f59c-49ca-a31a-ca9d035f3c56} <Debug> executeQuery: Read 1222 rows, 103.05 KiB in 0.002739 sec., 446148.2292807594 rows/sec., 36.74 MiB/sec. | ||
| 5050 | 2025.01.25 03:56:02.118269 [ 259 ] {153e1e24-f59c-49ca-a31a-ca9d035f3c56} <Debug> TCPHandler: Processed in 0.003129676 sec. | ||
| 5051 | 2025.01.25 03:56:02.118556 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5052 | 2025.01.25 03:56:02.118775 [ 260 ] {15066724-fa6b-483d-89b0-50eb0be37cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5053 | 2025.01.25 03:56:02.118861 [ 260 ] {15066724-fa6b-483d-89b0-50eb0be37cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5054 | 2025.01.25 03:56:02.119641 [ 260 ] {15066724-fa6b-483d-89b0-50eb0be37cc0} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5055 | 2025.01.25 03:56:02.119687 [ 260 ] {15066724-fa6b-483d-89b0-50eb0be37cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5056 | 2025.01.25 03:56:02.120131 [ 260 ] {15066724-fa6b-483d-89b0-50eb0be37cc0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5057 | 2025.01.25 03:56:02.120384 [ 260 ] {15066724-fa6b-483d-89b0-50eb0be37cc0} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5058 | 2025.01.25 03:56:02.120627 [ 260 ] {15066724-fa6b-483d-89b0-50eb0be37cc0} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001913 sec., 6795.608991113434 rows/sec., 511.00 KiB/sec. | ||
| 5059 | 2025.01.25 03:56:02.120696 [ 260 ] {15066724-fa6b-483d-89b0-50eb0be37cc0} <Debug> TCPHandler: Processed in 0.002285605 sec. | ||
| 5060 | 2025.01.25 03:56:02.120928 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5061 | 2025.01.25 03:56:02.121094 [ 259 ] {6c680034-e7ff-41de-baa4-cd4c095f7097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5062 | 2025.01.25 03:56:02.121155 [ 259 ] {6c680034-e7ff-41de-baa4-cd4c095f7097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5063 | 2025.01.25 03:56:02.122005 [ 259 ] {6c680034-e7ff-41de-baa4-cd4c095f7097} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5064 | 2025.01.25 03:56:02.122049 [ 259 ] {6c680034-e7ff-41de-baa4-cd4c095f7097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5065 | 2025.01.25 03:56:02.122417 [ 259 ] {6c680034-e7ff-41de-baa4-cd4c095f7097} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5066 | 2025.01.25 03:56:02.122657 [ 259 ] {6c680034-e7ff-41de-baa4-cd4c095f7097} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2025.01.25 03:56:02.122925 [ 259 ] {6c680034-e7ff-41de-baa4-cd4c095f7097} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001867 sec., 122121.04981253349 rows/sec., 8.27 MiB/sec. | ||
| 5068 | 2025.01.25 03:56:02.123119 [ 259 ] {6c680034-e7ff-41de-baa4-cd4c095f7097} <Debug> TCPHandler: Processed in 0.002297746 sec. | ||
| 5069 | 2025.01.25 03:56:02.123291 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5070 | 2025.01.25 03:56:02.123417 [ 260 ] {38a61272-a038-4b95-b0f9-72cce99a909f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5071 | 2025.01.25 03:56:02.123471 [ 260 ] {38a61272-a038-4b95-b0f9-72cce99a909f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5072 | 2025.01.25 03:56:02.124357 [ 260 ] {38a61272-a038-4b95-b0f9-72cce99a909f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5073 | 2025.01.25 03:56:02.124438 [ 260 ] {38a61272-a038-4b95-b0f9-72cce99a909f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5074 | 2025.01.25 03:56:02.124871 [ 260 ] {38a61272-a038-4b95-b0f9-72cce99a909f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5075 | 2025.01.25 03:56:02.125109 [ 260 ] {38a61272-a038-4b95-b0f9-72cce99a909f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5076 | 2025.01.25 03:56:02.125356 [ 260 ] {38a61272-a038-4b95-b0f9-72cce99a909f} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001968 sec., 270833.3333333333 rows/sec., 20.07 MiB/sec. | ||
| 5077 | 2025.01.25 03:56:02.125412 [ 260 ] {38a61272-a038-4b95-b0f9-72cce99a909f} <Debug> TCPHandler: Processed in 0.002180293 sec. | ||
| 5078 | 2025.01.25 03:56:02.125569 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5079 | 2025.01.25 03:56:02.125713 [ 259 ] {89d39080-95b3-4760-beea-adf41de52627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5080 | 2025.01.25 03:56:02.125777 [ 259 ] {89d39080-95b3-4760-beea-adf41de52627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5081 | 2025.01.25 03:56:02.126624 [ 259 ] {89d39080-95b3-4760-beea-adf41de52627} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5082 | 2025.01.25 03:56:02.126662 [ 259 ] {89d39080-95b3-4760-beea-adf41de52627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5083 | 2025.01.25 03:56:02.127129 [ 259 ] {89d39080-95b3-4760-beea-adf41de52627} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5084 | 2025.01.25 03:56:02.127370 [ 259 ] {89d39080-95b3-4760-beea-adf41de52627} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5085 | 2025.01.25 03:56:02.127557 [ 259 ] {89d39080-95b3-4760-beea-adf41de52627} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001878 sec., 506922.2577209798 rows/sec., 34.00 MiB/sec. | ||
| 5086 | 2025.01.25 03:56:02.127612 [ 259 ] {89d39080-95b3-4760-beea-adf41de52627} <Debug> TCPHandler: Processed in 0.002111411 sec. | ||
| 5087 | 2025.01.25 03:56:02.127773 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5088 | 2025.01.25 03:56:02.127914 [ 260 ] {4689dd6a-a3ff-4096-a46c-33e9c0a29e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5089 | 2025.01.25 03:56:02.128010 [ 260 ] {4689dd6a-a3ff-4096-a46c-33e9c0a29e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5090 | 2025.01.25 03:56:02.129255 [ 260 ] {4689dd6a-a3ff-4096-a46c-33e9c0a29e4e} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5091 | 2025.01.25 03:56:02.129294 [ 260 ] {4689dd6a-a3ff-4096-a46c-33e9c0a29e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5092 | 2025.01.25 03:56:02.129933 [ 260 ] {4689dd6a-a3ff-4096-a46c-33e9c0a29e4e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5093 | 2025.01.25 03:56:02.130198 [ 260 ] {4689dd6a-a3ff-4096-a46c-33e9c0a29e4e} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5094 | 2025.01.25 03:56:02.130472 [ 260 ] {4689dd6a-a3ff-4096-a46c-33e9c0a29e4e} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00259 sec., 5019.305019305019 rows/sec., 8.99 MiB/sec. | ||
| 5095 | 2025.01.25 03:56:02.130569 [ 260 ] {4689dd6a-a3ff-4096-a46c-33e9c0a29e4e} <Debug> TCPHandler: Processed in 0.00286457 sec. | ||
| 5096 | 2025.01.25 03:56:02.130773 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5097 | 2025.01.25 03:56:02.130990 [ 259 ] {685ce519-22f7-41e9-a8d5-57a8e2d1c66c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5098 | 2025.01.25 03:56:02.131050 [ 259 ] {685ce519-22f7-41e9-a8d5-57a8e2d1c66c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5099 | 2025.01.25 03:56:02.131650 [ 259 ] {685ce519-22f7-41e9-a8d5-57a8e2d1c66c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5100 | 2025.01.25 03:56:02.131696 [ 259 ] {685ce519-22f7-41e9-a8d5-57a8e2d1c66c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5101 | 2025.01.25 03:56:02.132114 [ 259 ] {685ce519-22f7-41e9-a8d5-57a8e2d1c66c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5102 | 2025.01.25 03:56:02.132351 [ 259 ] {685ce519-22f7-41e9-a8d5-57a8e2d1c66c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5103 | 2025.01.25 03:56:02.132526 [ 259 ] {685ce519-22f7-41e9-a8d5-57a8e2d1c66c} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001586 sec., 25220.680958385878 rows/sec., 1.70 MiB/sec. | ||
| 5104 | 2025.01.25 03:56:02.132578 [ 259 ] {685ce519-22f7-41e9-a8d5-57a8e2d1c66c} <Debug> TCPHandler: Processed in 0.001914727 sec. | ||
| 5105 | 2025.01.25 03:56:02.455545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 726 | ||
| 5106 | 2025.01.25 03:56:02.458745 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5107 | 2025.01.25 03:56:02.458793 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5108 | 2025.01.25 03:56:02.460281 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5109 | 2025.01.25 03:56:02.460591 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5110 | 2025.01.25 03:56:02.460857 [ 52 ] {} <Debug> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5111 | 2025.01.25 03:56:02.460995 [ 52 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2025.01.25 03:56:02.461113 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5113 | 2025.01.25 03:56:02.461775 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 5114 | 2025.01.25 03:56:02.462199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726 | ||
| 5115 | 2025.01.25 03:56:02.462785 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5116 | 2025.01.25 03:56:02.462973 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 526 rows starting from the beginning of the part | ||
| 5117 | 2025.01.25 03:56:02.463646 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 5118 | 2025.01.25 03:56:02.464344 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 5119 | 2025.01.25 03:56:02.465011 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
| 5120 | 2025.01.25 03:56:02.465585 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 5121 | 2025.01.25 03:56:02.466180 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part | ||
| 5122 | 2025.01.25 03:56:02.473831 [ 201 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 72 columns (72 merged, 0 gathered) in 0.012481002 sec., 58168.40667119515 rows/sec., 49.26 MiB/sec. | ||
| 5123 | 2025.01.25 03:56:02.474900 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5124 | 2025.01.25 03:56:02.475601 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2025.01.25 03:56:02.475684 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_16_3} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5126 | 2025.01.25 03:56:02.475882 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 5127 | 2025.01.25 03:56:03.754005 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5128 | 2025.01.25 03:56:03.754198 [ 259 ] {241a10c2-b1b2-4007-ab8e-26c4d6e2bca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5129 | 2025.01.25 03:56:03.754272 [ 259 ] {241a10c2-b1b2-4007-ab8e-26c4d6e2bca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5130 | 2025.01.25 03:56:03.755039 [ 259 ] {241a10c2-b1b2-4007-ab8e-26c4d6e2bca2} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5131 | 2025.01.25 03:56:03.755089 [ 259 ] {241a10c2-b1b2-4007-ab8e-26c4d6e2bca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5132 | 2025.01.25 03:56:03.755521 [ 259 ] {241a10c2-b1b2-4007-ab8e-26c4d6e2bca2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5133 | 2025.01.25 03:56:03.755781 [ 259 ] {241a10c2-b1b2-4007-ab8e-26c4d6e2bca2} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5134 | 2025.01.25 03:56:03.755978 [ 51 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5135 | 2025.01.25 03:56:03.756042 [ 259 ] {241a10c2-b1b2-4007-ab8e-26c4d6e2bca2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.26 MiB/sec. | ||
| 5136 | 2025.01.25 03:56:03.756071 [ 51 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5137 | 2025.01.25 03:56:03.756137 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5138 | 2025.01.25 03:56:03.756172 [ 259 ] {241a10c2-b1b2-4007-ab8e-26c4d6e2bca2} <Debug> TCPHandler: Processed in 0.002300946 sec. | ||
| 5139 | 2025.01.25 03:56:03.756375 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 5140 | 2025.01.25 03:56:03.756469 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5141 | 2025.01.25 03:56:03.756565 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5142 | 2025.01.25 03:56:03.756618 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1432 rows starting from the beginning of the part | ||
| 5143 | 2025.01.25 03:56:03.756682 [ 260 ] {2397beda-6ec8-4110-ba7d-dd1d1542856e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5144 | 2025.01.25 03:56:03.756759 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 259 rows starting from the beginning of the part | ||
| 5145 | 2025.01.25 03:56:03.756811 [ 260 ] {2397beda-6ec8-4110-ba7d-dd1d1542856e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5146 | 2025.01.25 03:56:03.757101 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5147 | 2025.01.25 03:56:03.757396 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 257 rows starting from the beginning of the part | ||
| 5148 | 2025.01.25 03:56:03.757566 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1222 rows starting from the beginning of the part | ||
| 5149 | 2025.01.25 03:56:03.757794 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 5150 | 2025.01.25 03:56:03.758738 [ 260 ] {2397beda-6ec8-4110-ba7d-dd1d1542856e} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5151 | 2025.01.25 03:56:03.758791 [ 260 ] {2397beda-6ec8-4110-ba7d-dd1d1542856e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5152 | 2025.01.25 03:56:03.759379 [ 260 ] {2397beda-6ec8-4110-ba7d-dd1d1542856e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5153 | 2025.01.25 03:56:03.759651 [ 260 ] {2397beda-6ec8-4110-ba7d-dd1d1542856e} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5154 | 2025.01.25 03:56:03.759855 [ 51 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5155 | 2025.01.25 03:56:03.759973 [ 51 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2025.01.25 03:56:03.760085 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5157 | 2025.01.25 03:56:03.760211 [ 260 ] {2397beda-6ec8-4110-ba7d-dd1d1542856e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003571 sec., 17922.15065807897 rows/sec., 1.40 MiB/sec. | ||
| 5158 | 2025.01.25 03:56:03.760672 [ 260 ] {2397beda-6ec8-4110-ba7d-dd1d1542856e} <Debug> TCPHandler: Processed in 0.004357315 sec. | ||
| 5159 | 2025.01.25 03:56:03.760688 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.004427358 sec., 747172.4671914943 rows/sec., 65.25 MiB/sec. | ||
| 5160 | 2025.01.25 03:56:03.760743 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 5161 | 2025.01.25 03:56:03.760924 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5162 | 2025.01.25 03:56:03.761081 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5163 | 2025.01.25 03:56:03.761117 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5164 | 2025.01.25 03:56:03.761239 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 5165 | 2025.01.25 03:56:03.761383 [ 259 ] {6b24f06e-3f64-48a4-985c-28a3414bd8a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5166 | 2025.01.25 03:56:03.761660 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 413 rows starting from the beginning of the part | ||
| 5167 | 2025.01.25 03:56:03.762050 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part | ||
| 5168 | 2025.01.25 03:56:03.761810 [ 259 ] {6b24f06e-3f64-48a4-985c-28a3414bd8a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5169 | 2025.01.25 03:56:03.762155 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5170 | 2025.01.25 03:56:03.762477 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 409 rows starting from the beginning of the part | ||
| 5171 | 2025.01.25 03:56:03.762587 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_36_7} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5172 | 2025.01.25 03:56:03.762930 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 533 rows starting from the beginning of the part | ||
| 5173 | 2025.01.25 03:56:03.762948 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 5174 | 2025.01.25 03:56:03.763350 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5175 | 2025.01.25 03:56:03.765068 [ 259 ] {6b24f06e-3f64-48a4-985c-28a3414bd8a8} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5176 | 2025.01.25 03:56:03.765144 [ 259 ] {6b24f06e-3f64-48a4-985c-28a3414bd8a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5177 | 2025.01.25 03:56:03.766279 [ 259 ] {6b24f06e-3f64-48a4-985c-28a3414bd8a8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5178 | 2025.01.25 03:56:03.766657 [ 259 ] {6b24f06e-3f64-48a4-985c-28a3414bd8a8} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5179 | 2025.01.25 03:56:03.767028 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5180 | 2025.01.25 03:56:03.767052 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006769114 sec., 356028.86877071357 rows/sec., 27.30 MiB/sec. | ||
| 5181 | 2025.01.25 03:56:03.767149 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5182 | 2025.01.25 03:56:03.767218 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5183 | 2025.01.25 03:56:03.767353 [ 259 ] {6b24f06e-3f64-48a4-985c-28a3414bd8a8} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.0061 sec., 8852.459016393443 rows/sec., 631.88 KiB/sec. | ||
| 5184 | 2025.01.25 03:56:03.767454 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5185 | 2025.01.25 03:56:03.767695 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 5186 | 2025.01.25 03:56:03.767777 [ 259 ] {6b24f06e-3f64-48a4-985c-28a3414bd8a8} <Debug> TCPHandler: Processed in 0.00699229 sec. | ||
| 5187 | 2025.01.25 03:56:03.768226 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5188 | 2025.01.25 03:56:03.768329 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9704 rows starting from the beginning of the part | ||
| 5189 | 2025.01.25 03:56:03.768323 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5190 | 2025.01.25 03:56:03.768347 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5191 | 2025.01.25 03:56:03.768746 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 239 rows starting from the beginning of the part | ||
| 5192 | 2025.01.25 03:56:03.768982 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_36_7} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5193 | 2025.01.25 03:56:03.769250 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 5194 | 2025.01.25 03:56:03.769216 [ 260 ] {d5d67ba3-3d5b-42b1-8d68-85e1db050fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5195 | 2025.01.25 03:56:03.769369 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5196 | 2025.01.25 03:56:03.769636 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 5197 | 2025.01.25 03:56:03.769659 [ 260 ] {d5d67ba3-3d5b-42b1-8d68-85e1db050fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5198 | 2025.01.25 03:56:03.769921 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 952 rows starting from the beginning of the part | ||
| 5199 | 2025.01.25 03:56:03.770234 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 54 rows starting from the beginning of the part | ||
| 5200 | 2025.01.25 03:56:03.771634 [ 260 ] {d5d67ba3-3d5b-42b1-8d68-85e1db050fa8} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5201 | 2025.01.25 03:56:03.771684 [ 260 ] {d5d67ba3-3d5b-42b1-8d68-85e1db050fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5202 | 2025.01.25 03:56:03.772397 [ 260 ] {d5d67ba3-3d5b-42b1-8d68-85e1db050fa8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5203 | 2025.01.25 03:56:03.772914 [ 260 ] {d5d67ba3-3d5b-42b1-8d68-85e1db050fa8} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2025.01.25 03:56:03.773199 [ 51 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5205 | 2025.01.25 03:56:03.773298 [ 51 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2025.01.25 03:56:03.773392 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5207 | 2025.01.25 03:56:03.773626 [ 260 ] {d5d67ba3-3d5b-42b1-8d68-85e1db050fa8} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.004799 sec., 4167.534903104814 rows/sec., 286.52 KiB/sec. | ||
| 5208 | 2025.01.25 03:56:03.773655 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 5209 | 2025.01.25 03:56:03.773795 [ 260 ] {d5d67ba3-3d5b-42b1-8d68-85e1db050fa8} <Debug> TCPHandler: Processed in 0.005833402 sec. | ||
| 5210 | 2025.01.25 03:56:03.774000 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5211 | 2025.01.25 03:56:03.774038 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1796 rows starting from the beginning of the part | ||
| 5212 | 2025.01.25 03:56:03.774108 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 5213 | 2025.01.25 03:56:03.774552 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 5214 | 2025.01.25 03:56:03.774838 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 5215 | 2025.01.25 03:56:03.775047 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 5216 | 2025.01.25 03:56:03.775287 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part | ||
| 5217 | 2025.01.25 03:56:03.776363 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11346 rows, containing 5 columns (5 merged, 0 gathered) in 0.009016019 sec., 1258426.8067758065 rows/sec., 84.97 MiB/sec. | ||
| 5218 | 2025.01.25 03:56:03.776745 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5219 | 2025.01.25 03:56:03.777334 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2025.01.25 03:56:03.777561 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5221 | 2025.01.25 03:56:03.777731 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2080 rows, containing 4 columns (4 merged, 0 gathered) in 0.004209802 sec., 494084.9949712599 rows/sec., 32.36 MiB/sec. | ||
| 5222 | 2025.01.25 03:56:03.777745 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 5223 | 2025.01.25 03:56:03.778057 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5224 | 2025.01.25 03:56:03.778340 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_36_7} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2025.01.25 03:56:03.778412 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_36_7} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5226 | 2025.01.25 03:56:03.778487 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5227 | 2025.01.25 03:56:04.914604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 5228 | 2025.01.25 03:56:04.915235 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2025.01.25 03:56:04.915275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5230 | 2025.01.25 03:56:04.915809 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5231 | 2025.01.25 03:56:04.916071 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2025.01.25 03:56:04.916331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 5233 | 2025.01.25 03:56:05.628180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5234 | 2025.01.25 03:56:05.648647 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5235 | 2025.01.25 03:56:05.648713 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5236 | 2025.01.25 03:56:05.656827 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5237 | 2025.01.25 03:56:05.657618 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5238 | 2025.01.25 03:56:05.660750 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5239 | 2025.01.25 03:56:08.764435 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5240 | 2025.01.25 03:56:08.764642 [ 259 ] {9d5d2aa5-0297-4b9d-b8e9-6b5a7c774b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5241 | 2025.01.25 03:56:08.764716 [ 259 ] {9d5d2aa5-0297-4b9d-b8e9-6b5a7c774b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5242 | 2025.01.25 03:56:08.765478 [ 259 ] {9d5d2aa5-0297-4b9d-b8e9-6b5a7c774b58} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2025.01.25 03:56:08.765524 [ 259 ] {9d5d2aa5-0297-4b9d-b8e9-6b5a7c774b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5244 | 2025.01.25 03:56:08.765970 [ 259 ] {9d5d2aa5-0297-4b9d-b8e9-6b5a7c774b58} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5245 | 2025.01.25 03:56:08.766229 [ 259 ] {9d5d2aa5-0297-4b9d-b8e9-6b5a7c774b58} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2025.01.25 03:56:08.766427 [ 259 ] {9d5d2aa5-0297-4b9d-b8e9-6b5a7c774b58} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001839 sec., 7612.8330614464385 rows/sec., 548.02 KiB/sec. | ||
| 5247 | 2025.01.25 03:56:08.766489 [ 259 ] {9d5d2aa5-0297-4b9d-b8e9-6b5a7c774b58} <Debug> TCPHandler: Processed in 0.002188263 sec. | ||
| 5248 | 2025.01.25 03:56:08.766734 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5249 | 2025.01.25 03:56:08.766933 [ 260 ] {d096641a-6f0d-40af-9c0d-33ddc49cd83f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5250 | 2025.01.25 03:56:08.767010 [ 260 ] {d096641a-6f0d-40af-9c0d-33ddc49cd83f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5251 | 2025.01.25 03:56:08.767883 [ 260 ] {d096641a-6f0d-40af-9c0d-33ddc49cd83f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5252 | 2025.01.25 03:56:08.767930 [ 260 ] {d096641a-6f0d-40af-9c0d-33ddc49cd83f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5253 | 2025.01.25 03:56:08.768373 [ 260 ] {d096641a-6f0d-40af-9c0d-33ddc49cd83f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5254 | 2025.01.25 03:56:08.768624 [ 260 ] {d096641a-6f0d-40af-9c0d-33ddc49cd83f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5255 | 2025.01.25 03:56:08.768883 [ 260 ] {d096641a-6f0d-40af-9c0d-33ddc49cd83f} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.001998 sec., 128628.62862862862 rows/sec., 11.25 MiB/sec. | ||
| 5256 | 2025.01.25 03:56:08.769009 [ 260 ] {d096641a-6f0d-40af-9c0d-33ddc49cd83f} <Debug> TCPHandler: Processed in 0.002408708 sec. | ||
| 5257 | 2025.01.25 03:56:08.769262 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5258 | 2025.01.25 03:56:08.769415 [ 259 ] {242a005f-9e75-4a80-97a7-53a9861955dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5259 | 2025.01.25 03:56:08.769477 [ 259 ] {242a005f-9e75-4a80-97a7-53a9861955dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5260 | 2025.01.25 03:56:08.770180 [ 259 ] {242a005f-9e75-4a80-97a7-53a9861955dc} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5261 | 2025.01.25 03:56:08.770218 [ 259 ] {242a005f-9e75-4a80-97a7-53a9861955dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5262 | 2025.01.25 03:56:08.770602 [ 259 ] {242a005f-9e75-4a80-97a7-53a9861955dc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5263 | 2025.01.25 03:56:08.770839 [ 259 ] {242a005f-9e75-4a80-97a7-53a9861955dc} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2025.01.25 03:56:08.771016 [ 259 ] {242a005f-9e75-4a80-97a7-53a9861955dc} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001637 sec., 20769.700671960905 rows/sec., 1.48 MiB/sec. | ||
| 5265 | 2025.01.25 03:56:08.771068 [ 259 ] {242a005f-9e75-4a80-97a7-53a9861955dc} <Debug> TCPHandler: Processed in 0.001946037 sec. | ||
| 5266 | 2025.01.25 03:56:08.771224 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5267 | 2025.01.25 03:56:08.771371 [ 260 ] {a8ee02a3-e589-4576-bdef-ced4689e1698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5268 | 2025.01.25 03:56:08.771434 [ 260 ] {a8ee02a3-e589-4576-bdef-ced4689e1698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5269 | 2025.01.25 03:56:08.772134 [ 260 ] {a8ee02a3-e589-4576-bdef-ced4689e1698} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5270 | 2025.01.25 03:56:08.772180 [ 260 ] {a8ee02a3-e589-4576-bdef-ced4689e1698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5271 | 2025.01.25 03:56:08.772552 [ 260 ] {a8ee02a3-e589-4576-bdef-ced4689e1698} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5272 | 2025.01.25 03:56:08.772804 [ 260 ] {a8ee02a3-e589-4576-bdef-ced4689e1698} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2025.01.25 03:56:08.773035 [ 260 ] {a8ee02a3-e589-4576-bdef-ced4689e1698} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001698 sec., 8244.994110718491 rows/sec., 577.43 KiB/sec. | ||
| 5274 | 2025.01.25 03:56:08.773092 [ 260 ] {a8ee02a3-e589-4576-bdef-ced4689e1698} <Debug> TCPHandler: Processed in 0.001936327 sec. | ||
| 5275 | 2025.01.25 03:56:08.773251 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2025.01.25 03:56:08.773392 [ 259 ] {abef7944-dfda-43e3-b852-cac9ab36eb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5277 | 2025.01.25 03:56:08.773449 [ 259 ] {abef7944-dfda-43e3-b852-cac9ab36eb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5278 | 2025.01.25 03:56:08.774139 [ 259 ] {abef7944-dfda-43e3-b852-cac9ab36eb46} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5279 | 2025.01.25 03:56:08.774176 [ 259 ] {abef7944-dfda-43e3-b852-cac9ab36eb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5280 | 2025.01.25 03:56:08.774523 [ 259 ] {abef7944-dfda-43e3-b852-cac9ab36eb46} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5281 | 2025.01.25 03:56:08.774761 [ 259 ] {abef7944-dfda-43e3-b852-cac9ab36eb46} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2025.01.25 03:56:08.774982 [ 259 ] {abef7944-dfda-43e3-b852-cac9ab36eb46} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec. | ||
| 5283 | 2025.01.25 03:56:08.775167 [ 259 ] {abef7944-dfda-43e3-b852-cac9ab36eb46} <Debug> TCPHandler: Processed in 0.001975228 sec. | ||
| 5284 | 2025.01.25 03:56:08.775348 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5285 | 2025.01.25 03:56:08.775472 [ 260 ] {afffa320-0a3c-4501-8168-bc47c3820de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5286 | 2025.01.25 03:56:08.775525 [ 260 ] {afffa320-0a3c-4501-8168-bc47c3820de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5287 | 2025.01.25 03:56:08.776351 [ 260 ] {afffa320-0a3c-4501-8168-bc47c3820de5} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5288 | 2025.01.25 03:56:08.776393 [ 260 ] {afffa320-0a3c-4501-8168-bc47c3820de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5289 | 2025.01.25 03:56:08.776800 [ 260 ] {afffa320-0a3c-4501-8168-bc47c3820de5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5290 | 2025.01.25 03:56:08.777041 [ 260 ] {afffa320-0a3c-4501-8168-bc47c3820de5} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5291 | 2025.01.25 03:56:08.777265 [ 260 ] {afffa320-0a3c-4501-8168-bc47c3820de5} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.00182 sec., 224725.27472527474 rows/sec., 16.01 MiB/sec. | ||
| 5292 | 2025.01.25 03:56:08.777319 [ 260 ] {afffa320-0a3c-4501-8168-bc47c3820de5} <Debug> TCPHandler: Processed in 0.002030999 sec. | ||
| 5293 | 2025.01.25 03:56:08.777468 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5294 | 2025.01.25 03:56:08.777585 [ 259 ] {8e4af482-0474-4084-ba76-7578cd3ea98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5295 | 2025.01.25 03:56:08.777635 [ 259 ] {8e4af482-0474-4084-ba76-7578cd3ea98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5296 | 2025.01.25 03:56:08.778144 [ 259 ] {8e4af482-0474-4084-ba76-7578cd3ea98a} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5297 | 2025.01.25 03:56:08.778182 [ 259 ] {8e4af482-0474-4084-ba76-7578cd3ea98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5298 | 2025.01.25 03:56:08.778552 [ 259 ] {8e4af482-0474-4084-ba76-7578cd3ea98a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5299 | 2025.01.25 03:56:08.778788 [ 259 ] {8e4af482-0474-4084-ba76-7578cd3ea98a} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5300 | 2025.01.25 03:56:08.779003 [ 259 ] {8e4af482-0474-4084-ba76-7578cd3ea98a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. | ||
| 5301 | 2025.01.25 03:56:08.779197 [ 259 ] {8e4af482-0474-4084-ba76-7578cd3ea98a} <Debug> TCPHandler: Processed in 0.001784524 sec. | ||
| 5302 | 2025.01.25 03:56:08.779374 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5303 | 2025.01.25 03:56:08.779496 [ 260 ] {b7fd2a0c-9953-45c4-8c4f-97bbcf1e99c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5304 | 2025.01.25 03:56:08.779552 [ 260 ] {b7fd2a0c-9953-45c4-8c4f-97bbcf1e99c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5305 | 2025.01.25 03:56:08.780192 [ 260 ] {b7fd2a0c-9953-45c4-8c4f-97bbcf1e99c1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5306 | 2025.01.25 03:56:08.780233 [ 260 ] {b7fd2a0c-9953-45c4-8c4f-97bbcf1e99c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5307 | 2025.01.25 03:56:08.780655 [ 260 ] {b7fd2a0c-9953-45c4-8c4f-97bbcf1e99c1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5308 | 2025.01.25 03:56:08.780902 [ 260 ] {b7fd2a0c-9953-45c4-8c4f-97bbcf1e99c1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5309 | 2025.01.25 03:56:08.781113 [ 260 ] {b7fd2a0c-9953-45c4-8c4f-97bbcf1e99c1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001643 sec., 144248.32623250154 rows/sec., 9.67 MiB/sec. | ||
| 5310 | 2025.01.25 03:56:08.781166 [ 260 ] {b7fd2a0c-9953-45c4-8c4f-97bbcf1e99c1} <Debug> TCPHandler: Processed in 0.001853265 sec. | ||
| 5311 | 2025.01.25 03:56:08.781303 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5312 | 2025.01.25 03:56:08.781419 [ 259 ] {54f9d136-adcb-430d-92b8-1b65d927ea3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5313 | 2025.01.25 03:56:08.781471 [ 259 ] {54f9d136-adcb-430d-92b8-1b65d927ea3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5314 | 2025.01.25 03:56:08.781948 [ 259 ] {54f9d136-adcb-430d-92b8-1b65d927ea3e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2025.01.25 03:56:08.781984 [ 259 ] {54f9d136-adcb-430d-92b8-1b65d927ea3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5316 | 2025.01.25 03:56:08.782344 [ 259 ] {54f9d136-adcb-430d-92b8-1b65d927ea3e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5317 | 2025.01.25 03:56:08.782600 [ 259 ] {54f9d136-adcb-430d-92b8-1b65d927ea3e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5318 | 2025.01.25 03:56:08.782815 [ 259 ] {54f9d136-adcb-430d-92b8-1b65d927ea3e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 5319 | 2025.01.25 03:56:08.782998 [ 259 ] {54f9d136-adcb-430d-92b8-1b65d927ea3e} <Debug> TCPHandler: Processed in 0.001744783 sec. | ||
| 5320 | 2025.01.25 03:56:08.783163 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5321 | 2025.01.25 03:56:08.783282 [ 260 ] {5e9441a9-659e-48a7-bdad-c3b80a941115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5322 | 2025.01.25 03:56:08.783362 [ 260 ] {5e9441a9-659e-48a7-bdad-c3b80a941115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5323 | 2025.01.25 03:56:08.784496 [ 260 ] {5e9441a9-659e-48a7-bdad-c3b80a941115} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5324 | 2025.01.25 03:56:08.784535 [ 260 ] {5e9441a9-659e-48a7-bdad-c3b80a941115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5325 | 2025.01.25 03:56:08.785200 [ 260 ] {5e9441a9-659e-48a7-bdad-c3b80a941115} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5326 | 2025.01.25 03:56:08.785454 [ 260 ] {5e9441a9-659e-48a7-bdad-c3b80a941115} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5327 | 2025.01.25 03:56:08.785630 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5328 | 2025.01.25 03:56:08.785702 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5329 | 2025.01.25 03:56:08.785720 [ 260 ] {5e9441a9-659e-48a7-bdad-c3b80a941115} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002459 sec., 10980.073200488005 rows/sec., 19.68 MiB/sec. | ||
| 5330 | 2025.01.25 03:56:08.785735 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5331 | 2025.01.25 03:56:08.786314 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 5332 | 2025.01.25 03:56:08.786531 [ 260 ] {5e9441a9-659e-48a7-bdad-c3b80a941115} <Debug> TCPHandler: Processed in 0.003422343 sec. | ||
| 5333 | 2025.01.25 03:56:08.786892 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5334 | 2025.01.25 03:56:08.787173 [ 259 ] {71d31362-8be7-446e-9a8a-f17f69c6a79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5335 | 2025.01.25 03:56:08.787305 [ 259 ] {71d31362-8be7-446e-9a8a-f17f69c6a79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5336 | 2025.01.25 03:56:08.787351 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5337 | 2025.01.25 03:56:08.787652 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 355 rows starting from the beginning of the part | ||
| 5338 | 2025.01.25 03:56:08.788485 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part | ||
| 5339 | 2025.01.25 03:56:08.789302 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 5340 | 2025.01.25 03:56:08.789427 [ 259 ] {71d31362-8be7-446e-9a8a-f17f69c6a79c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5341 | 2025.01.25 03:56:08.789704 [ 259 ] {71d31362-8be7-446e-9a8a-f17f69c6a79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5342 | 2025.01.25 03:56:08.789808 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
| 5343 | 2025.01.25 03:56:08.790485 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 5344 | 2025.01.25 03:56:08.791068 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
| 5345 | 2025.01.25 03:56:08.791369 [ 259 ] {71d31362-8be7-446e-9a8a-f17f69c6a79c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5346 | 2025.01.25 03:56:08.792043 [ 259 ] {71d31362-8be7-446e-9a8a-f17f69c6a79c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5347 | 2025.01.25 03:56:08.792398 [ 259 ] {71d31362-8be7-446e-9a8a-f17f69c6a79c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00531 sec., 15442.56120527307 rows/sec., 1004.33 KiB/sec. | ||
| 5348 | 2025.01.25 03:56:08.792578 [ 259 ] {71d31362-8be7-446e-9a8a-f17f69c6a79c} <Debug> TCPHandler: Processed in 0.005909943 sec. | ||
| 5349 | 2025.01.25 03:56:08.796081 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 19 columns (19 merged, 0 gathered) in 0.010183947 sec., 45365.51496192979 rows/sec., 81.29 MiB/sec. | ||
| 5350 | 2025.01.25 03:56:08.796859 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5351 | 2025.01.25 03:56:08.797304 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5352 | 2025.01.25 03:56:08.797386 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5353 | 2025.01.25 03:56:08.797546 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 5354 | 2025.01.25 03:56:12.311370 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5355 | 2025.01.25 03:56:12.311485 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5356 | 2025.01.25 03:56:12.417417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5357 | 2025.01.25 03:56:12.418128 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5358 | 2025.01.25 03:56:12.418178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5359 | 2025.01.25 03:56:12.418757 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5360 | 2025.01.25 03:56:12.419022 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5361 | 2025.01.25 03:56:12.419284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5362 | 2025.01.25 03:56:12.463387 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 756 | ||
| 5363 | 2025.01.25 03:56:12.466478 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2025.01.25 03:56:12.466537 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5365 | 2025.01.25 03:56:12.468030 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5366 | 2025.01.25 03:56:12.468345 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2025.01.25 03:56:12.469034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 756 | ||
| 5368 | 2025.01.25 03:56:13.161767 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5369 | 2025.01.25 03:56:13.183482 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2025.01.25 03:56:13.183544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5371 | 2025.01.25 03:56:13.191210 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5372 | 2025.01.25 03:56:13.191983 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2025.01.25 03:56:13.195168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5374 | 2025.01.25 03:56:13.759553 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2025.01.25 03:56:13.759750 [ 259 ] {4ea71c48-bf33-4243-8d45-641705e851d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5376 | 2025.01.25 03:56:13.759825 [ 259 ] {4ea71c48-bf33-4243-8d45-641705e851d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5377 | 2025.01.25 03:56:13.760635 [ 259 ] {4ea71c48-bf33-4243-8d45-641705e851d1} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2025.01.25 03:56:13.760687 [ 259 ] {4ea71c48-bf33-4243-8d45-641705e851d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5379 | 2025.01.25 03:56:13.761136 [ 259 ] {4ea71c48-bf33-4243-8d45-641705e851d1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5380 | 2025.01.25 03:56:13.761390 [ 259 ] {4ea71c48-bf33-4243-8d45-641705e851d1} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2025.01.25 03:56:13.761644 [ 259 ] {4ea71c48-bf33-4243-8d45-641705e851d1} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001948 sec., 42094.455852156054 rows/sec., 3.48 MiB/sec. | ||
| 5382 | 2025.01.25 03:56:13.761716 [ 259 ] {4ea71c48-bf33-4243-8d45-641705e851d1} <Debug> TCPHandler: Processed in 0.002299506 sec. | ||
| 5383 | 2025.01.25 03:56:13.761958 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2025.01.25 03:56:13.762140 [ 260 ] {5dee3b1a-ddb7-45dc-b094-d36b58cd7321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5385 | 2025.01.25 03:56:13.762212 [ 260 ] {5dee3b1a-ddb7-45dc-b094-d36b58cd7321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5386 | 2025.01.25 03:56:13.762949 [ 260 ] {5dee3b1a-ddb7-45dc-b094-d36b58cd7321} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2025.01.25 03:56:13.762991 [ 260 ] {5dee3b1a-ddb7-45dc-b094-d36b58cd7321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5388 | 2025.01.25 03:56:13.763413 [ 260 ] {5dee3b1a-ddb7-45dc-b094-d36b58cd7321} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5389 | 2025.01.25 03:56:13.763655 [ 260 ] {5dee3b1a-ddb7-45dc-b094-d36b58cd7321} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2025.01.25 03:56:13.763881 [ 260 ] {5dee3b1a-ddb7-45dc-b094-d36b58cd7321} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001793 sec., 7250.418293363078 rows/sec., 545.20 KiB/sec. | ||
| 5391 | 2025.01.25 03:56:13.763936 [ 260 ] {5dee3b1a-ddb7-45dc-b094-d36b58cd7321} <Debug> TCPHandler: Processed in 0.002110351 sec. | ||
| 5392 | 2025.01.25 03:56:13.764099 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5393 | 2025.01.25 03:56:13.764248 [ 259 ] {6f6dbb69-0d93-4516-870a-5ea119d69d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5394 | 2025.01.25 03:56:13.764311 [ 259 ] {6f6dbb69-0d93-4516-870a-5ea119d69d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5395 | 2025.01.25 03:56:13.765049 [ 259 ] {6f6dbb69-0d93-4516-870a-5ea119d69d01} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.01.25 03:56:13.765100 [ 259 ] {6f6dbb69-0d93-4516-870a-5ea119d69d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5397 | 2025.01.25 03:56:13.765503 [ 259 ] {6f6dbb69-0d93-4516-870a-5ea119d69d01} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5398 | 2025.01.25 03:56:13.765752 [ 259 ] {6f6dbb69-0d93-4516-870a-5ea119d69d01} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5399 | 2025.01.25 03:56:13.766016 [ 259 ] {6f6dbb69-0d93-4516-870a-5ea119d69d01} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001803 sec., 42706.600110926236 rows/sec., 3.33 MiB/sec. | ||
| 5400 | 2025.01.25 03:56:13.766090 [ 259 ] {6f6dbb69-0d93-4516-870a-5ea119d69d01} <Debug> TCPHandler: Processed in 0.00206415 sec. | ||
| 5401 | 2025.01.25 03:56:13.766275 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2025.01.25 03:56:13.766423 [ 260 ] {6343800b-5333-48f0-9276-8085815d2fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5403 | 2025.01.25 03:56:13.766488 [ 260 ] {6343800b-5333-48f0-9276-8085815d2fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5404 | 2025.01.25 03:56:13.767183 [ 260 ] {6343800b-5333-48f0-9276-8085815d2fbd} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.01.25 03:56:13.767229 [ 260 ] {6343800b-5333-48f0-9276-8085815d2fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5406 | 2025.01.25 03:56:13.767634 [ 260 ] {6343800b-5333-48f0-9276-8085815d2fbd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5407 | 2025.01.25 03:56:13.767871 [ 260 ] {6343800b-5333-48f0-9276-8085815d2fbd} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2025.01.25 03:56:13.768081 [ 260 ] {6343800b-5333-48f0-9276-8085815d2fbd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001689 sec., 94730.60982830077 rows/sec., 6.60 MiB/sec. | ||
| 5409 | 2025.01.25 03:56:13.768133 [ 260 ] {6343800b-5333-48f0-9276-8085815d2fbd} <Debug> TCPHandler: Processed in 0.001937177 sec. | ||
| 5410 | 2025.01.25 03:56:13.768305 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2025.01.25 03:56:13.768454 [ 259 ] {3423f352-b1ce-4b63-a213-e8bbdf2cb2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5412 | 2025.01.25 03:56:13.768555 [ 259 ] {3423f352-b1ce-4b63-a213-e8bbdf2cb2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5413 | 2025.01.25 03:56:13.769816 [ 259 ] {3423f352-b1ce-4b63-a213-e8bbdf2cb2cb} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5414 | 2025.01.25 03:56:13.769856 [ 259 ] {3423f352-b1ce-4b63-a213-e8bbdf2cb2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5415 | 2025.01.25 03:56:13.770505 [ 259 ] {3423f352-b1ce-4b63-a213-e8bbdf2cb2cb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5416 | 2025.01.25 03:56:13.770768 [ 259 ] {3423f352-b1ce-4b63-a213-e8bbdf2cb2cb} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2025.01.25 03:56:13.771078 [ 259 ] {3423f352-b1ce-4b63-a213-e8bbdf2cb2cb} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002658 sec., 4890.895410082769 rows/sec., 8.76 MiB/sec. | ||
| 5418 | 2025.01.25 03:56:13.771570 [ 259 ] {3423f352-b1ce-4b63-a213-e8bbdf2cb2cb} <Debug> TCPHandler: Processed in 0.003333921 sec. | ||
| 5419 | 2025.01.25 03:56:13.771736 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2025.01.25 03:56:13.771855 [ 260 ] {d17b9ef9-9557-45a3-a259-249fa9914736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5421 | 2025.01.25 03:56:13.771905 [ 260 ] {d17b9ef9-9557-45a3-a259-249fa9914736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5422 | 2025.01.25 03:56:13.772393 [ 260 ] {d17b9ef9-9557-45a3-a259-249fa9914736} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.01.25 03:56:13.772431 [ 260 ] {d17b9ef9-9557-45a3-a259-249fa9914736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5424 | 2025.01.25 03:56:13.772792 [ 260 ] {d17b9ef9-9557-45a3-a259-249fa9914736} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5425 | 2025.01.25 03:56:13.773027 [ 260 ] {d17b9ef9-9557-45a3-a259-249fa9914736} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.01.25 03:56:13.773235 [ 260 ] {d17b9ef9-9557-45a3-a259-249fa9914736} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
| 5427 | 2025.01.25 03:56:13.773286 [ 260 ] {d17b9ef9-9557-45a3-a259-249fa9914736} <Debug> TCPHandler: Processed in 0.001609449 sec. | ||
| 5428 | 2025.01.25 03:56:18.764991 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2025.01.25 03:56:18.765205 [ 259 ] {7b42e2b5-0f58-496a-b424-9c8145671682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5430 | 2025.01.25 03:56:18.765280 [ 259 ] {7b42e2b5-0f58-496a-b424-9c8145671682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5431 | 2025.01.25 03:56:18.766072 [ 259 ] {7b42e2b5-0f58-496a-b424-9c8145671682} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2025.01.25 03:56:18.766126 [ 259 ] {7b42e2b5-0f58-496a-b424-9c8145671682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5433 | 2025.01.25 03:56:18.766561 [ 259 ] {7b42e2b5-0f58-496a-b424-9c8145671682} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5434 | 2025.01.25 03:56:18.766816 [ 259 ] {7b42e2b5-0f58-496a-b424-9c8145671682} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2025.01.25 03:56:18.767096 [ 259 ] {7b42e2b5-0f58-496a-b424-9c8145671682} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001941 sec., 7212.776919113859 rows/sec., 519.22 KiB/sec. | ||
| 5436 | 2025.01.25 03:56:18.767304 [ 259 ] {7b42e2b5-0f58-496a-b424-9c8145671682} <Debug> TCPHandler: Processed in 0.00245363 sec. | ||
| 5437 | 2025.01.25 03:56:18.767579 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5438 | 2025.01.25 03:56:18.767774 [ 260 ] {84cdfd18-354e-40b1-94ed-e49282eac07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5439 | 2025.01.25 03:56:18.767852 [ 260 ] {84cdfd18-354e-40b1-94ed-e49282eac07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5440 | 2025.01.25 03:56:18.768575 [ 260 ] {84cdfd18-354e-40b1-94ed-e49282eac07b} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2025.01.25 03:56:18.768624 [ 260 ] {84cdfd18-354e-40b1-94ed-e49282eac07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5442 | 2025.01.25 03:56:18.769043 [ 260 ] {84cdfd18-354e-40b1-94ed-e49282eac07b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5443 | 2025.01.25 03:56:18.769291 [ 260 ] {84cdfd18-354e-40b1-94ed-e49282eac07b} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2025.01.25 03:56:18.769597 [ 260 ] {84cdfd18-354e-40b1-94ed-e49282eac07b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001853 sec., 1079.3308148947651 rows/sec., 88.01 KiB/sec. | ||
| 5445 | 2025.01.25 03:56:18.769737 [ 260 ] {84cdfd18-354e-40b1-94ed-e49282eac07b} <Debug> TCPHandler: Processed in 0.002297806 sec. | ||
| 5446 | 2025.01.25 03:56:18.769907 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5447 | 2025.01.25 03:56:18.770057 [ 259 ] {0e818859-2fcd-4a69-a259-7e973aeac166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5448 | 2025.01.25 03:56:18.770120 [ 259 ] {0e818859-2fcd-4a69-a259-7e973aeac166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5449 | 2025.01.25 03:56:18.770865 [ 259 ] {0e818859-2fcd-4a69-a259-7e973aeac166} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5450 | 2025.01.25 03:56:18.770909 [ 259 ] {0e818859-2fcd-4a69-a259-7e973aeac166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5451 | 2025.01.25 03:56:18.771306 [ 259 ] {0e818859-2fcd-4a69-a259-7e973aeac166} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5452 | 2025.01.25 03:56:18.771550 [ 259 ] {0e818859-2fcd-4a69-a259-7e973aeac166} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5453 | 2025.01.25 03:56:18.771771 [ 259 ] {0e818859-2fcd-4a69-a259-7e973aeac166} <Debug> executeQuery: Read 258 rows, 23.08 KiB in 0.00175 sec., 147428.57142857142 rows/sec., 12.88 MiB/sec. | ||
| 5454 | 2025.01.25 03:56:18.771829 [ 259 ] {0e818859-2fcd-4a69-a259-7e973aeac166} <Debug> TCPHandler: Processed in 0.001993358 sec. | ||
| 5455 | 2025.01.25 03:56:18.772005 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5456 | 2025.01.25 03:56:18.772155 [ 260 ] {0f366dfa-9f01-4ed8-ac5f-9a9d7afec0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5457 | 2025.01.25 03:56:18.772219 [ 260 ] {0f366dfa-9f01-4ed8-ac5f-9a9d7afec0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5458 | 2025.01.25 03:56:18.772854 [ 260 ] {0f366dfa-9f01-4ed8-ac5f-9a9d7afec0db} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2025.01.25 03:56:18.772895 [ 260 ] {0f366dfa-9f01-4ed8-ac5f-9a9d7afec0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5460 | 2025.01.25 03:56:18.773266 [ 260 ] {0f366dfa-9f01-4ed8-ac5f-9a9d7afec0db} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5461 | 2025.01.25 03:56:18.773511 [ 260 ] {0f366dfa-9f01-4ed8-ac5f-9a9d7afec0db} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5462 | 2025.01.25 03:56:18.773689 [ 33 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5463 | 2025.01.25 03:56:18.773749 [ 260 ] {0f366dfa-9f01-4ed8-ac5f-9a9d7afec0db} <Debug> executeQuery: Read 36 rows, 2.63 KiB in 0.00163 sec., 22085.889570552146 rows/sec., 1.57 MiB/sec. | ||
| 5464 | 2025.01.25 03:56:18.773767 [ 33 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5465 | 2025.01.25 03:56:18.773841 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5466 | 2025.01.25 03:56:18.773886 [ 260 ] {0f366dfa-9f01-4ed8-ac5f-9a9d7afec0db} <Debug> TCPHandler: Processed in 0.001955657 sec. | ||
| 5467 | 2025.01.25 03:56:18.774295 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5468 | 2025.01.25 03:56:18.774326 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 5469 | 2025.01.25 03:56:18.774730 [ 259 ] {338060eb-5153-4fcd-a4f0-c4db3e7cc2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5470 | 2025.01.25 03:56:18.774750 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5471 | 2025.01.25 03:56:18.774839 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 65 rows starting from the beginning of the part | ||
| 5472 | 2025.01.25 03:56:18.774841 [ 259 ] {338060eb-5153-4fcd-a4f0-c4db3e7cc2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5473 | 2025.01.25 03:56:18.775130 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 5474 | 2025.01.25 03:56:18.775441 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 5475 | 2025.01.25 03:56:18.775748 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 5476 | 2025.01.25 03:56:18.776140 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 5477 | 2025.01.25 03:56:18.776451 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 5478 | 2025.01.25 03:56:18.777990 [ 259 ] {338060eb-5153-4fcd-a4f0-c4db3e7cc2a9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5479 | 2025.01.25 03:56:18.778064 [ 259 ] {338060eb-5153-4fcd-a4f0-c4db3e7cc2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5480 | 2025.01.25 03:56:18.779122 [ 259 ] {338060eb-5153-4fcd-a4f0-c4db3e7cc2a9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5481 | 2025.01.25 03:56:18.779507 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005566165 sec., 35033.09729409746 rows/sec., 2.64 MiB/sec. | ||
| 5482 | 2025.01.25 03:56:18.779609 [ 259 ] {338060eb-5153-4fcd-a4f0-c4db3e7cc2a9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5483 | 2025.01.25 03:56:18.779704 [ 193 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5484 | 2025.01.25 03:56:18.779945 [ 259 ] {338060eb-5153-4fcd-a4f0-c4db3e7cc2a9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005341 sec., 2621.231979030144 rows/sec., 183.57 KiB/sec. | ||
| 5485 | 2025.01.25 03:56:18.780033 [ 259 ] {338060eb-5153-4fcd-a4f0-c4db3e7cc2a9} <Debug> TCPHandler: Processed in 0.006028866 sec. | ||
| 5486 | 2025.01.25 03:56:18.780197 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5487 | 2025.01.25 03:56:18.780258 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_31_6} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2025.01.25 03:56:18.780409 [ 260 ] {a311dba9-08f5-46f0-8696-ddf7d58a796d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5489 | 2025.01.25 03:56:18.780495 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_31_6} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5490 | 2025.01.25 03:56:18.780526 [ 260 ] {a311dba9-08f5-46f0-8696-ddf7d58a796d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5491 | 2025.01.25 03:56:18.780742 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5492 | 2025.01.25 03:56:18.781576 [ 260 ] {a311dba9-08f5-46f0-8696-ddf7d58a796d} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5493 | 2025.01.25 03:56:18.781620 [ 260 ] {a311dba9-08f5-46f0-8696-ddf7d58a796d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5494 | 2025.01.25 03:56:18.781985 [ 260 ] {a311dba9-08f5-46f0-8696-ddf7d58a796d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5495 | 2025.01.25 03:56:18.782221 [ 260 ] {a311dba9-08f5-46f0-8696-ddf7d58a796d} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5496 | 2025.01.25 03:56:18.782502 [ 260 ] {a311dba9-08f5-46f0-8696-ddf7d58a796d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002177 sec., 5971.520440973817 rows/sec., 372.32 KiB/sec. | ||
| 5497 | 2025.01.25 03:56:18.782714 [ 260 ] {a311dba9-08f5-46f0-8696-ddf7d58a796d} <Debug> TCPHandler: Processed in 0.002574442 sec. | ||
| 5498 | 2025.01.25 03:56:18.782885 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5499 | 2025.01.25 03:56:18.783024 [ 259 ] {6e5af4da-25da-44d6-b398-ba55805066f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5500 | 2025.01.25 03:56:18.783082 [ 259 ] {6e5af4da-25da-44d6-b398-ba55805066f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5501 | 2025.01.25 03:56:18.783869 [ 259 ] {6e5af4da-25da-44d6-b398-ba55805066f3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2025.01.25 03:56:18.783910 [ 259 ] {6e5af4da-25da-44d6-b398-ba55805066f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5503 | 2025.01.25 03:56:18.784294 [ 259 ] {6e5af4da-25da-44d6-b398-ba55805066f3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5504 | 2025.01.25 03:56:18.784549 [ 259 ] {6e5af4da-25da-44d6-b398-ba55805066f3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5505 | 2025.01.25 03:56:18.784789 [ 259 ] {6e5af4da-25da-44d6-b398-ba55805066f3} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.001794 sec., 229096.98996655518 rows/sec., 16.33 MiB/sec. | ||
| 5506 | 2025.01.25 03:56:18.784901 [ 259 ] {6e5af4da-25da-44d6-b398-ba55805066f3} <Debug> TCPHandler: Processed in 0.002080901 sec. | ||
| 5507 | 2025.01.25 03:56:18.785081 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5508 | 2025.01.25 03:56:18.785203 [ 260 ] {c09138bc-4c48-4854-83ce-9f7e2af68e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5509 | 2025.01.25 03:56:18.785257 [ 260 ] {c09138bc-4c48-4854-83ce-9f7e2af68e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5510 | 2025.01.25 03:56:18.785756 [ 260 ] {c09138bc-4c48-4854-83ce-9f7e2af68e76} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5511 | 2025.01.25 03:56:18.785797 [ 260 ] {c09138bc-4c48-4854-83ce-9f7e2af68e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5512 | 2025.01.25 03:56:18.786183 [ 260 ] {c09138bc-4c48-4854-83ce-9f7e2af68e76} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5513 | 2025.01.25 03:56:18.786427 [ 260 ] {c09138bc-4c48-4854-83ce-9f7e2af68e76} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5514 | 2025.01.25 03:56:18.786680 [ 260 ] {c09138bc-4c48-4854-83ce-9f7e2af68e76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec. | ||
| 5515 | 2025.01.25 03:56:18.786822 [ 260 ] {c09138bc-4c48-4854-83ce-9f7e2af68e76} <Debug> TCPHandler: Processed in 0.001816974 sec. | ||
| 5516 | 2025.01.25 03:56:18.787026 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5517 | 2025.01.25 03:56:18.787146 [ 259 ] {633e1e2a-a34c-4abe-982b-f1341e3f9ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5518 | 2025.01.25 03:56:18.787199 [ 259 ] {633e1e2a-a34c-4abe-982b-f1341e3f9ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5519 | 2025.01.25 03:56:18.787797 [ 259 ] {633e1e2a-a34c-4abe-982b-f1341e3f9ce1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5520 | 2025.01.25 03:56:18.787839 [ 259 ] {633e1e2a-a34c-4abe-982b-f1341e3f9ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5521 | 2025.01.25 03:56:18.788237 [ 259 ] {633e1e2a-a34c-4abe-982b-f1341e3f9ce1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5522 | 2025.01.25 03:56:18.788477 [ 259 ] {633e1e2a-a34c-4abe-982b-f1341e3f9ce1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5523 | 2025.01.25 03:56:18.788688 [ 259 ] {633e1e2a-a34c-4abe-982b-f1341e3f9ce1} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001566 sec., 151979.56577266924 rows/sec., 10.19 MiB/sec. | ||
| 5524 | 2025.01.25 03:56:18.788741 [ 259 ] {633e1e2a-a34c-4abe-982b-f1341e3f9ce1} <Debug> TCPHandler: Processed in 0.001801344 sec. | ||
| 5525 | 2025.01.25 03:56:18.788895 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5526 | 2025.01.25 03:56:18.789014 [ 260 ] {f9488ceb-b6c5-498d-af9e-f83716bbc606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5527 | 2025.01.25 03:56:18.789067 [ 260 ] {f9488ceb-b6c5-498d-af9e-f83716bbc606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5528 | 2025.01.25 03:56:18.789544 [ 260 ] {f9488ceb-b6c5-498d-af9e-f83716bbc606} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5529 | 2025.01.25 03:56:18.789583 [ 260 ] {f9488ceb-b6c5-498d-af9e-f83716bbc606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5530 | 2025.01.25 03:56:18.789945 [ 260 ] {f9488ceb-b6c5-498d-af9e-f83716bbc606} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5531 | 2025.01.25 03:56:18.790182 [ 260 ] {f9488ceb-b6c5-498d-af9e-f83716bbc606} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5532 | 2025.01.25 03:56:18.790351 [ 28 ] {} <Debug> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5533 | 2025.01.25 03:56:18.790408 [ 28 ] {} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5534 | 2025.01.25 03:56:18.790417 [ 260 ] {f9488ceb-b6c5-498d-af9e-f83716bbc606} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001421 sec., 703.7297677691766 rows/sec., 47.42 KiB/sec. | ||
| 5535 | 2025.01.25 03:56:18.790437 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5536 | 2025.01.25 03:56:18.790576 [ 260 ] {f9488ceb-b6c5-498d-af9e-f83716bbc606} <Debug> TCPHandler: Processed in 0.001736332 sec. | ||
| 5537 | 2025.01.25 03:56:18.790673 [ 199 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 5538 | 2025.01.25 03:56:18.790773 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5539 | 2025.01.25 03:56:18.790846 [ 199 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5540 | 2025.01.25 03:56:18.790918 [ 199 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 5541 | 2025.01.25 03:56:18.791012 [ 259 ] {6fc654c5-004f-4796-92a9-20cd3dfd5b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5542 | 2025.01.25 03:56:18.791145 [ 199 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 5543 | 2025.01.25 03:56:18.791470 [ 259 ] {6fc654c5-004f-4796-92a9-20cd3dfd5b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5544 | 2025.01.25 03:56:18.791500 [ 199 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5545 | 2025.01.25 03:56:18.791900 [ 199 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5546 | 2025.01.25 03:56:18.792181 [ 199 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5547 | 2025.01.25 03:56:18.792526 [ 199 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5548 | 2025.01.25 03:56:18.796655 [ 194 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006099348 sec., 2459.2792541104395 rows/sec., 165.71 KiB/sec. | ||
| 5549 | 2025.01.25 03:56:18.796786 [ 259 ] {6fc654c5-004f-4796-92a9-20cd3dfd5b98} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5550 | 2025.01.25 03:56:18.796853 [ 259 ] {6fc654c5-004f-4796-92a9-20cd3dfd5b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5551 | 2025.01.25 03:56:18.796880 [ 194 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5552 | 2025.01.25 03:56:18.797553 [ 194 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5553 | 2025.01.25 03:56:18.797711 [ 194 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_15_3} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5554 | 2025.01.25 03:56:18.797885 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5555 | 2025.01.25 03:56:18.798193 [ 259 ] {6fc654c5-004f-4796-92a9-20cd3dfd5b98} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5556 | 2025.01.25 03:56:18.798470 [ 259 ] {6fc654c5-004f-4796-92a9-20cd3dfd5b98} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2025.01.25 03:56:18.798694 [ 259 ] {6fc654c5-004f-4796-92a9-20cd3dfd5b98} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007762 sec., 3478.4849265653183 rows/sec., 6.23 MiB/sec. | ||
| 5558 | 2025.01.25 03:56:18.798917 [ 259 ] {6fc654c5-004f-4796-92a9-20cd3dfd5b98} <Debug> TCPHandler: Processed in 0.00823017 sec. | ||
| 5559 | 2025.01.25 03:56:18.799073 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5560 | 2025.01.25 03:56:18.799194 [ 260 ] {9694e1d4-0c24-460c-807e-6205b7144554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5561 | 2025.01.25 03:56:18.799249 [ 260 ] {9694e1d4-0c24-460c-807e-6205b7144554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5562 | 2025.01.25 03:56:18.799754 [ 260 ] {9694e1d4-0c24-460c-807e-6205b7144554} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5563 | 2025.01.25 03:56:18.799794 [ 260 ] {9694e1d4-0c24-460c-807e-6205b7144554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5564 | 2025.01.25 03:56:18.800167 [ 260 ] {9694e1d4-0c24-460c-807e-6205b7144554} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5565 | 2025.01.25 03:56:18.800404 [ 260 ] {9694e1d4-0c24-460c-807e-6205b7144554} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5566 | 2025.01.25 03:56:18.800616 [ 260 ] {9694e1d4-0c24-460c-807e-6205b7144554} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
| 5567 | 2025.01.25 03:56:18.800669 [ 260 ] {9694e1d4-0c24-460c-807e-6205b7144554} <Debug> TCPHandler: Processed in 0.00165453 sec. | ||
| 5568 | 2025.01.25 03:56:19.920355 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5569 | 2025.01.25 03:56:19.920978 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5570 | 2025.01.25 03:56:19.921024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5571 | 2025.01.25 03:56:19.921523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5572 | 2025.01.25 03:56:19.921774 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5573 | 2025.01.25 03:56:19.922075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5574 | 2025.01.25 03:56:20.696180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5575 | 2025.01.25 03:56:20.716781 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5576 | 2025.01.25 03:56:20.716840 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5577 | 2025.01.25 03:56:20.724519 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5578 | 2025.01.25 03:56:20.725289 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5579 | 2025.01.25 03:56:20.727866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5580 | 2025.01.25 03:56:22.470149 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 792 | ||
| 5581 | 2025.01.25 03:56:22.473331 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2025.01.25 03:56:22.473377 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5583 | 2025.01.25 03:56:22.474876 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5584 | 2025.01.25 03:56:22.475177 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2025.01.25 03:56:22.476191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 792 | ||
| 5586 | 2025.01.25 03:56:23.759268 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5587 | 2025.01.25 03:56:23.759486 [ 259 ] {e276fd96-dc3d-452a-87e8-07c89fb7dc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5588 | 2025.01.25 03:56:23.759571 [ 259 ] {e276fd96-dc3d-452a-87e8-07c89fb7dc66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5589 | 2025.01.25 03:56:23.760711 [ 259 ] {e276fd96-dc3d-452a-87e8-07c89fb7dc66} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5590 | 2025.01.25 03:56:23.760769 [ 259 ] {e276fd96-dc3d-452a-87e8-07c89fb7dc66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5591 | 2025.01.25 03:56:23.761213 [ 259 ] {e276fd96-dc3d-452a-87e8-07c89fb7dc66} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5592 | 2025.01.25 03:56:23.761467 [ 259 ] {e276fd96-dc3d-452a-87e8-07c89fb7dc66} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2025.01.25 03:56:23.761746 [ 259 ] {e276fd96-dc3d-452a-87e8-07c89fb7dc66} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002316 sec., 35405.87219343696 rows/sec., 2.93 MiB/sec. | ||
| 5594 | 2025.01.25 03:56:23.761936 [ 259 ] {e276fd96-dc3d-452a-87e8-07c89fb7dc66} <Debug> TCPHandler: Processed in 0.002812398 sec. | ||
| 5595 | 2025.01.25 03:56:23.762246 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5596 | 2025.01.25 03:56:23.762460 [ 260 ] {70d30000-9361-4620-bc04-43362a687e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5597 | 2025.01.25 03:56:23.762544 [ 260 ] {70d30000-9361-4620-bc04-43362a687e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5598 | 2025.01.25 03:56:23.763294 [ 260 ] {70d30000-9361-4620-bc04-43362a687e08} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2025.01.25 03:56:23.763341 [ 260 ] {70d30000-9361-4620-bc04-43362a687e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5600 | 2025.01.25 03:56:23.763786 [ 260 ] {70d30000-9361-4620-bc04-43362a687e08} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5601 | 2025.01.25 03:56:23.764046 [ 260 ] {70d30000-9361-4620-bc04-43362a687e08} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5602 | 2025.01.25 03:56:23.764278 [ 260 ] {70d30000-9361-4620-bc04-43362a687e08} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001879 sec., 6918.573709419904 rows/sec., 520.24 KiB/sec. | ||
| 5603 | 2025.01.25 03:56:23.764346 [ 260 ] {70d30000-9361-4620-bc04-43362a687e08} <Debug> TCPHandler: Processed in 0.002276725 sec. | ||
| 5604 | 2025.01.25 03:56:23.764563 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5605 | 2025.01.25 03:56:23.764719 [ 259 ] {cd6d07c6-0a1d-4ab9-b804-cca2577aa676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5606 | 2025.01.25 03:56:23.764783 [ 259 ] {cd6d07c6-0a1d-4ab9-b804-cca2577aa676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5607 | 2025.01.25 03:56:23.765549 [ 259 ] {cd6d07c6-0a1d-4ab9-b804-cca2577aa676} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5608 | 2025.01.25 03:56:23.765594 [ 259 ] {cd6d07c6-0a1d-4ab9-b804-cca2577aa676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5609 | 2025.01.25 03:56:23.765966 [ 259 ] {cd6d07c6-0a1d-4ab9-b804-cca2577aa676} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5610 | 2025.01.25 03:56:23.766211 [ 259 ] {cd6d07c6-0a1d-4ab9-b804-cca2577aa676} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5611 | 2025.01.25 03:56:23.766443 [ 259 ] {cd6d07c6-0a1d-4ab9-b804-cca2577aa676} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001759 sec., 43774.87208641274 rows/sec., 3.42 MiB/sec. | ||
| 5612 | 2025.01.25 03:56:23.766504 [ 259 ] {cd6d07c6-0a1d-4ab9-b804-cca2577aa676} <Debug> TCPHandler: Processed in 0.00205368 sec. | ||
| 5613 | 2025.01.25 03:56:23.766660 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5614 | 2025.01.25 03:56:23.766787 [ 260 ] {a9fda089-69c8-464b-91ab-01d8beb3d1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5615 | 2025.01.25 03:56:23.766847 [ 260 ] {a9fda089-69c8-464b-91ab-01d8beb3d1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5616 | 2025.01.25 03:56:23.767459 [ 260 ] {a9fda089-69c8-464b-91ab-01d8beb3d1f4} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2025.01.25 03:56:23.767500 [ 260 ] {a9fda089-69c8-464b-91ab-01d8beb3d1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5618 | 2025.01.25 03:56:23.767902 [ 260 ] {a9fda089-69c8-464b-91ab-01d8beb3d1f4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5619 | 2025.01.25 03:56:23.768144 [ 260 ] {a9fda089-69c8-464b-91ab-01d8beb3d1f4} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.01.25 03:56:23.768362 [ 260 ] {a9fda089-69c8-464b-91ab-01d8beb3d1f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
| 5621 | 2025.01.25 03:56:23.768420 [ 260 ] {a9fda089-69c8-464b-91ab-01d8beb3d1f4} <Debug> TCPHandler: Processed in 0.001819664 sec. | ||
| 5622 | 2025.01.25 03:56:23.768576 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5623 | 2025.01.25 03:56:23.768726 [ 259 ] {213ac20a-89b5-406c-b071-ace160cb91a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5624 | 2025.01.25 03:56:23.768824 [ 259 ] {213ac20a-89b5-406c-b071-ace160cb91a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.25 03:56:23.770063 [ 259 ] {213ac20a-89b5-406c-b071-ace160cb91a2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2025.01.25 03:56:23.770106 [ 259 ] {213ac20a-89b5-406c-b071-ace160cb91a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5627 | 2025.01.25 03:56:23.770740 [ 259 ] {213ac20a-89b5-406c-b071-ace160cb91a2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5628 | 2025.01.25 03:56:23.771015 [ 259 ] {213ac20a-89b5-406c-b071-ace160cb91a2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2025.01.25 03:56:23.771326 [ 259 ] {213ac20a-89b5-406c-b071-ace160cb91a2} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00262 sec., 4961.832061068702 rows/sec., 8.89 MiB/sec. | ||
| 5630 | 2025.01.25 03:56:23.771814 [ 259 ] {213ac20a-89b5-406c-b071-ace160cb91a2} <Debug> TCPHandler: Processed in 0.00330242 sec. | ||
| 5631 | 2025.01.25 03:56:23.771999 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5632 | 2025.01.25 03:56:23.772141 [ 260 ] {46ceac26-1a12-486a-8f22-38a63df80b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5633 | 2025.01.25 03:56:23.772203 [ 260 ] {46ceac26-1a12-486a-8f22-38a63df80b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5634 | 2025.01.25 03:56:23.772733 [ 260 ] {46ceac26-1a12-486a-8f22-38a63df80b04} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2025.01.25 03:56:23.772773 [ 260 ] {46ceac26-1a12-486a-8f22-38a63df80b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5636 | 2025.01.25 03:56:23.773138 [ 260 ] {46ceac26-1a12-486a-8f22-38a63df80b04} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5637 | 2025.01.25 03:56:23.773370 [ 260 ] {46ceac26-1a12-486a-8f22-38a63df80b04} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.01.25 03:56:23.773590 [ 260 ] {46ceac26-1a12-486a-8f22-38a63df80b04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 5639 | 2025.01.25 03:56:23.773643 [ 260 ] {46ceac26-1a12-486a-8f22-38a63df80b04} <Debug> TCPHandler: Processed in 0.001714251 sec. | ||
| 5640 | 2025.01.25 03:56:27.311566 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5641 | 2025.01.25 03:56:27.311665 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5642 | 2025.01.25 03:56:27.423150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5643 | 2025.01.25 03:56:27.423805 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5644 | 2025.01.25 03:56:27.423855 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5645 | 2025.01.25 03:56:27.424424 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5646 | 2025.01.25 03:56:27.424680 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5647 | 2025.01.25 03:56:27.424912 [ 118 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5648 | 2025.01.25 03:56:27.424988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5649 | 2025.01.25 03:56:27.425001 [ 118 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5650 | 2025.01.25 03:56:27.425037 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5651 | 2025.01.25 03:56:27.425189 [ 190 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 5652 | 2025.01.25 03:56:27.425372 [ 190 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5653 | 2025.01.25 03:56:27.425420 [ 190 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5654 | 2025.01.25 03:56:27.425511 [ 190 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5655 | 2025.01.25 03:56:27.425624 [ 190 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5656 | 2025.01.25 03:56:27.425735 [ 190 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5657 | 2025.01.25 03:56:27.425819 [ 190 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5658 | 2025.01.25 03:56:27.425901 [ 190 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5659 | 2025.01.25 03:56:27.428373 [ 192 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003274769 sec., 3650944.539904952 rows/sec., 52.23 MiB/sec. | ||
| 5660 | 2025.01.25 03:56:27.428696 [ 186 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5661 | 2025.01.25 03:56:27.429052 [ 186 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5662 | 2025.01.25 03:56:27.429146 [ 186 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_26_5} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5663 | 2025.01.25 03:56:27.429252 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5664 | 2025.01.25 03:56:28.228907 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5665 | 2025.01.25 03:56:28.249731 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5666 | 2025.01.25 03:56:28.249788 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5667 | 2025.01.25 03:56:28.257274 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5668 | 2025.01.25 03:56:28.258045 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5669 | 2025.01.25 03:56:28.258491 [ 134 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5670 | 2025.01.25 03:56:28.258660 [ 134 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5671 | 2025.01.25 03:56:28.258753 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5672 | 2025.01.25 03:56:28.259220 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 5673 | 2025.01.25 03:56:28.272897 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5674 | 2025.01.25 03:56:28.274829 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5675 | 2025.01.25 03:56:28.276512 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 5676 | 2025.01.25 03:56:28.282596 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 5677 | 2025.01.25 03:56:28.288509 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 5678 | 2025.01.25 03:56:28.294377 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 5679 | 2025.01.25 03:56:28.300417 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 5680 | 2025.01.25 03:56:28.305070 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 5681 | 2025.01.25 03:56:28.363948 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.105057998 sec., 1865.6361603235578 rows/sec., 9.65 MiB/sec. | ||
| 5682 | 2025.01.25 03:56:28.365555 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5683 | 2025.01.25 03:56:28.367915 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_26_5} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5684 | 2025.01.25 03:56:28.368020 [ 192 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_26_5} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5685 | 2025.01.25 03:56:28.369367 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5686 | 2025.01.25 03:56:28.764053 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5687 | 2025.01.25 03:56:28.764265 [ 259 ] {de29379b-54f1-4a38-ae1f-6a3d8cf4998e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5688 | 2025.01.25 03:56:28.764351 [ 259 ] {de29379b-54f1-4a38-ae1f-6a3d8cf4998e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5689 | 2025.01.25 03:56:28.765171 [ 259 ] {de29379b-54f1-4a38-ae1f-6a3d8cf4998e} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5690 | 2025.01.25 03:56:28.765221 [ 259 ] {de29379b-54f1-4a38-ae1f-6a3d8cf4998e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5691 | 2025.01.25 03:56:28.765666 [ 259 ] {de29379b-54f1-4a38-ae1f-6a3d8cf4998e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5692 | 2025.01.25 03:56:28.765924 [ 259 ] {de29379b-54f1-4a38-ae1f-6a3d8cf4998e} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5693 | 2025.01.25 03:56:28.766167 [ 259 ] {de29379b-54f1-4a38-ae1f-6a3d8cf4998e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001958 sec., 7150.153217568947 rows/sec., 514.72 KiB/sec. | ||
| 5694 | 2025.01.25 03:56:28.766234 [ 259 ] {de29379b-54f1-4a38-ae1f-6a3d8cf4998e} <Debug> TCPHandler: Processed in 0.002322236 sec. | ||
| 5695 | 2025.01.25 03:56:28.766490 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5696 | 2025.01.25 03:56:28.766703 [ 260 ] {03adcb68-8066-4b8c-bb6a-d37aac75d69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5697 | 2025.01.25 03:56:28.766779 [ 260 ] {03adcb68-8066-4b8c-bb6a-d37aac75d69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5698 | 2025.01.25 03:56:28.767632 [ 260 ] {03adcb68-8066-4b8c-bb6a-d37aac75d69a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5699 | 2025.01.25 03:56:28.767677 [ 260 ] {03adcb68-8066-4b8c-bb6a-d37aac75d69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5700 | 2025.01.25 03:56:28.768154 [ 260 ] {03adcb68-8066-4b8c-bb6a-d37aac75d69a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5701 | 2025.01.25 03:56:28.768427 [ 260 ] {03adcb68-8066-4b8c-bb6a-d37aac75d69a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5702 | 2025.01.25 03:56:28.768571 [ 42 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5703 | 2025.01.25 03:56:28.768613 [ 42 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5704 | 2025.01.25 03:56:28.768629 [ 260 ] {03adcb68-8066-4b8c-bb6a-d37aac75d69a} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.001983 sec., 129601.61371659103 rows/sec., 11.33 MiB/sec. | ||
| 5705 | 2025.01.25 03:56:28.768640 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5706 | 2025.01.25 03:56:28.768711 [ 260 ] {03adcb68-8066-4b8c-bb6a-d37aac75d69a} <Debug> TCPHandler: Processed in 0.002365407 sec. | ||
| 5707 | 2025.01.25 03:56:28.768789 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 5708 | 2025.01.25 03:56:28.768893 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5709 | 2025.01.25 03:56:28.768921 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5710 | 2025.01.25 03:56:28.768967 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1432 rows starting from the beginning of the part | ||
| 5711 | 2025.01.25 03:56:28.769170 [ 259 ] {0bc394b8-9c66-4952-a089-e0a2afbb2655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5712 | 2025.01.25 03:56:28.769207 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 257 rows starting from the beginning of the part | ||
| 5713 | 2025.01.25 03:56:28.769370 [ 259 ] {0bc394b8-9c66-4952-a089-e0a2afbb2655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5714 | 2025.01.25 03:56:28.769471 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 5715 | 2025.01.25 03:56:28.769962 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 258 rows starting from the beginning of the part | ||
| 5716 | 2025.01.25 03:56:28.770293 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 5717 | 2025.01.25 03:56:28.770705 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 257 rows starting from the beginning of the part | ||
| 5718 | 2025.01.25 03:56:28.772047 [ 259 ] {0bc394b8-9c66-4952-a089-e0a2afbb2655} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5719 | 2025.01.25 03:56:28.772127 [ 259 ] {0bc394b8-9c66-4952-a089-e0a2afbb2655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5720 | 2025.01.25 03:56:28.773230 [ 259 ] {0bc394b8-9c66-4952-a089-e0a2afbb2655} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5721 | 2025.01.25 03:56:28.773617 [ 259 ] {0bc394b8-9c66-4952-a089-e0a2afbb2655} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5722 | 2025.01.25 03:56:28.774158 [ 259 ] {0bc394b8-9c66-4952-a089-e0a2afbb2655} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.005082 sec., 6690.279417552145 rows/sec., 489.24 KiB/sec. | ||
| 5723 | 2025.01.25 03:56:28.774586 [ 259 ] {0bc394b8-9c66-4952-a089-e0a2afbb2655} <Debug> TCPHandler: Processed in 0.00577192 sec. | ||
| 5724 | 2025.01.25 03:56:28.774682 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2368 rows, containing 5 columns (5 merged, 0 gathered) in 0.005950935 sec., 397920.6628874286 rows/sec., 35.21 MiB/sec. | ||
| 5725 | 2025.01.25 03:56:28.774882 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5726 | 2025.01.25 03:56:28.775038 [ 260 ] {ab105ea3-2a82-4d91-bc72-fdb88be3fd81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5727 | 2025.01.25 03:56:28.775044 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5728 | 2025.01.25 03:56:28.775110 [ 260 ] {ab105ea3-2a82-4d91-bc72-fdb88be3fd81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5729 | 2025.01.25 03:56:28.775436 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_41_8} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2025.01.25 03:56:28.775567 [ 186 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_41_8} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5731 | 2025.01.25 03:56:28.775658 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5732 | 2025.01.25 03:56:28.775926 [ 260 ] {ab105ea3-2a82-4d91-bc72-fdb88be3fd81} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5733 | 2025.01.25 03:56:28.775965 [ 260 ] {ab105ea3-2a82-4d91-bc72-fdb88be3fd81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5734 | 2025.01.25 03:56:28.776314 [ 260 ] {ab105ea3-2a82-4d91-bc72-fdb88be3fd81} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5735 | 2025.01.25 03:56:28.776551 [ 260 ] {ab105ea3-2a82-4d91-bc72-fdb88be3fd81} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5736 | 2025.01.25 03:56:28.776672 [ 42 ] {} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5737 | 2025.01.25 03:56:28.776711 [ 42 ] {} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2025.01.25 03:56:28.776734 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5739 | 2025.01.25 03:56:28.776742 [ 260 ] {ab105ea3-2a82-4d91-bc72-fdb88be3fd81} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001744 sec., 8027.522935779816 rows/sec., 562.20 KiB/sec. | ||
| 5740 | 2025.01.25 03:56:28.776908 [ 260 ] {ab105ea3-2a82-4d91-bc72-fdb88be3fd81} <Debug> TCPHandler: Processed in 0.002165372 sec. | ||
| 5741 | 2025.01.25 03:56:28.777010 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 5742 | 2025.01.25 03:56:28.777107 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5743 | 2025.01.25 03:56:28.777182 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5744 | 2025.01.25 03:56:28.777231 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
| 5745 | 2025.01.25 03:56:28.777277 [ 259 ] {374b801b-de13-41b9-90d0-1675c03baffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5746 | 2025.01.25 03:56:28.777435 [ 259 ] {374b801b-de13-41b9-90d0-1675c03baffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5747 | 2025.01.25 03:56:28.777458 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 5748 | 2025.01.25 03:56:28.777929 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
| 5749 | 2025.01.25 03:56:28.778249 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 5750 | 2025.01.25 03:56:28.778627 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 5751 | 2025.01.25 03:56:28.778979 [ 197 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 5752 | 2025.01.25 03:56:28.779993 [ 259 ] {374b801b-de13-41b9-90d0-1675c03baffb} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5753 | 2025.01.25 03:56:28.780039 [ 259 ] {374b801b-de13-41b9-90d0-1675c03baffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5754 | 2025.01.25 03:56:28.780630 [ 259 ] {374b801b-de13-41b9-90d0-1675c03baffb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5755 | 2025.01.25 03:56:28.780919 [ 191 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004080809 sec., 128896.01057045306 rows/sec., 9.23 MiB/sec. | ||
| 5756 | 2025.01.25 03:56:28.781023 [ 259 ] {374b801b-de13-41b9-90d0-1675c03baffb} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5757 | 2025.01.25 03:56:28.781175 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5758 | 2025.01.25 03:56:28.781463 [ 259 ] {374b801b-de13-41b9-90d0-1675c03baffb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004228 sec., 3074.739829706717 rows/sec., 191.71 KiB/sec. | ||
| 5759 | 2025.01.25 03:56:28.781624 [ 259 ] {374b801b-de13-41b9-90d0-1675c03baffb} <Debug> TCPHandler: Processed in 0.004577701 sec. | ||
| 5760 | 2025.01.25 03:56:28.781788 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5761 | 2025.01.25 03:56:28.781839 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_21_4} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5762 | 2025.01.25 03:56:28.781933 [ 260 ] {e0faad17-ca8c-4501-bbd5-9fc5712b11ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5763 | 2025.01.25 03:56:28.781937 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_21_4} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5764 | 2025.01.25 03:56:28.781983 [ 260 ] {e0faad17-ca8c-4501-bbd5-9fc5712b11ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5765 | 2025.01.25 03:56:28.782052 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5766 | 2025.01.25 03:56:28.782786 [ 260 ] {e0faad17-ca8c-4501-bbd5-9fc5712b11ed} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5767 | 2025.01.25 03:56:28.782825 [ 260 ] {e0faad17-ca8c-4501-bbd5-9fc5712b11ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5768 | 2025.01.25 03:56:28.783212 [ 260 ] {e0faad17-ca8c-4501-bbd5-9fc5712b11ed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5769 | 2025.01.25 03:56:28.783469 [ 260 ] {e0faad17-ca8c-4501-bbd5-9fc5712b11ed} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5770 | 2025.01.25 03:56:28.783608 [ 42 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5771 | 2025.01.25 03:56:28.783647 [ 42 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5772 | 2025.01.25 03:56:28.783659 [ 260 ] {e0faad17-ca8c-4501-bbd5-9fc5712b11ed} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001758 sec., 232650.73947667805 rows/sec., 16.58 MiB/sec. | ||
| 5773 | 2025.01.25 03:56:28.783674 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5774 | 2025.01.25 03:56:28.783788 [ 260 ] {e0faad17-ca8c-4501-bbd5-9fc5712b11ed} <Debug> TCPHandler: Processed in 0.00205009 sec. | ||
| 5775 | 2025.01.25 03:56:28.784217 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 5776 | 2025.01.25 03:56:28.784236 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5777 | 2025.01.25 03:56:28.784720 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5778 | 2025.01.25 03:56:28.784731 [ 259 ] {fd062a85-a1c0-403e-89f1-1d6cc1fa9961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5779 | 2025.01.25 03:56:28.784784 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5780 | 2025.01.25 03:56:28.784836 [ 259 ] {fd062a85-a1c0-403e-89f1-1d6cc1fa9961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5781 | 2025.01.25 03:56:28.785094 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 409 rows starting from the beginning of the part | ||
| 5782 | 2025.01.25 03:56:28.785503 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part | ||
| 5783 | 2025.01.25 03:56:28.785874 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 411 rows starting from the beginning of the part | ||
| 5784 | 2025.01.25 03:56:28.786202 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part | ||
| 5785 | 2025.01.25 03:56:28.786369 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 409 rows starting from the beginning of the part | ||
| 5786 | 2025.01.25 03:56:28.787361 [ 259 ] {fd062a85-a1c0-403e-89f1-1d6cc1fa9961} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5787 | 2025.01.25 03:56:28.787434 [ 259 ] {fd062a85-a1c0-403e-89f1-1d6cc1fa9961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5788 | 2025.01.25 03:56:28.788384 [ 259 ] {fd062a85-a1c0-403e-89f1-1d6cc1fa9961} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5789 | 2025.01.25 03:56:28.788890 [ 259 ] {fd062a85-a1c0-403e-89f1-1d6cc1fa9961} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2025.01.25 03:56:28.789094 [ 42 ] {} <Debug> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5791 | 2025.01.25 03:56:28.789163 [ 42 ] {} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2025.01.25 03:56:28.789229 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5793 | 2025.01.25 03:56:28.789301 [ 259 ] {fd062a85-a1c0-403e-89f1-1d6cc1fa9961} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00465 sec., 1290.3225806451615 rows/sec., 67.41 KiB/sec. | ||
| 5794 | 2025.01.25 03:56:28.789709 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 5795 | 2025.01.25 03:56:28.789983 [ 259 ] {fd062a85-a1c0-403e-89f1-1d6cc1fa9961} <Debug> TCPHandler: Processed in 0.006068757 sec. | ||
| 5796 | 2025.01.25 03:56:28.790031 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2297 rows, containing 5 columns (5 merged, 0 gathered) in 0.006220501 sec., 369262.86162481125 rows/sec., 28.11 MiB/sec. | ||
| 5797 | 2025.01.25 03:56:28.790243 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5798 | 2025.01.25 03:56:28.790325 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5799 | 2025.01.25 03:56:28.790367 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 5800 | 2025.01.25 03:56:28.790379 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5801 | 2025.01.25 03:56:28.790784 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 5802 | 2025.01.25 03:56:28.790897 [ 260 ] {039d9561-234e-4b5b-a628-b2c7f1be2959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5803 | 2025.01.25 03:56:28.791237 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 5804 | 2025.01.25 03:56:28.791377 [ 260 ] {039d9561-234e-4b5b-a628-b2c7f1be2959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5805 | 2025.01.25 03:56:28.791520 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5806 | 2025.01.25 03:56:28.791630 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 5807 | 2025.01.25 03:56:28.791806 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_41_8} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5808 | 2025.01.25 03:56:28.791985 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 5809 | 2025.01.25 03:56:28.792132 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5810 | 2025.01.25 03:56:28.792381 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 5811 | 2025.01.25 03:56:28.794207 [ 260 ] {039d9561-234e-4b5b-a628-b2c7f1be2959} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5812 | 2025.01.25 03:56:28.794281 [ 260 ] {039d9561-234e-4b5b-a628-b2c7f1be2959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5813 | 2025.01.25 03:56:28.795294 [ 196 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005879223 sec., 16328.688331774452 rows/sec., 853.11 KiB/sec. | ||
| 5814 | 2025.01.25 03:56:28.795409 [ 260 ] {039d9561-234e-4b5b-a628-b2c7f1be2959} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5815 | 2025.01.25 03:56:28.795485 [ 196 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5816 | 2025.01.25 03:56:28.795844 [ 260 ] {039d9561-234e-4b5b-a628-b2c7f1be2959} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5817 | 2025.01.25 03:56:28.796073 [ 189 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_16_3} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5818 | 2025.01.25 03:56:28.796101 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5819 | 2025.01.25 03:56:28.796227 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5820 | 2025.01.25 03:56:28.796305 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5821 | 2025.01.25 03:56:28.796396 [ 260 ] {039d9561-234e-4b5b-a628-b2c7f1be2959} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005669 sec., 41806.315046745454 rows/sec., 2.80 MiB/sec. | ||
| 5822 | 2025.01.25 03:56:28.796555 [ 189 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_16_3} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5823 | 2025.01.25 03:56:28.796696 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 5824 | 2025.01.25 03:56:28.796720 [ 260 ] {039d9561-234e-4b5b-a628-b2c7f1be2959} <Debug> TCPHandler: Processed in 0.0065828 sec. | ||
| 5825 | 2025.01.25 03:56:28.796965 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 5826 | 2025.01.25 03:56:28.797014 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5827 | 2025.01.25 03:56:28.797107 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5828 | 2025.01.25 03:56:28.797197 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11346 rows starting from the beginning of the part | ||
| 5829 | 2025.01.25 03:56:28.797265 [ 259 ] {33d35413-53af-44fb-95b7-6e1560e63c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5830 | 2025.01.25 03:56:28.797427 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 5831 | 2025.01.25 03:56:28.797501 [ 259 ] {33d35413-53af-44fb-95b7-6e1560e63c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5832 | 2025.01.25 03:56:28.797742 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 5833 | 2025.01.25 03:56:28.798059 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 238 rows starting from the beginning of the part | ||
| 5834 | 2025.01.25 03:56:28.798337 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 5835 | 2025.01.25 03:56:28.798676 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 5836 | 2025.01.25 03:56:28.800139 [ 259 ] {33d35413-53af-44fb-95b7-6e1560e63c19} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5837 | 2025.01.25 03:56:28.800194 [ 259 ] {33d35413-53af-44fb-95b7-6e1560e63c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5838 | 2025.01.25 03:56:28.800770 [ 259 ] {33d35413-53af-44fb-95b7-6e1560e63c19} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5839 | 2025.01.25 03:56:28.801252 [ 259 ] {33d35413-53af-44fb-95b7-6e1560e63c19} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5840 | 2025.01.25 03:56:28.801809 [ 259 ] {33d35413-53af-44fb-95b7-6e1560e63c19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004591 sec., 217.8174689610107 rows/sec., 14.68 KiB/sec. | ||
| 5841 | 2025.01.25 03:56:28.801921 [ 259 ] {33d35413-53af-44fb-95b7-6e1560e63c19} <Debug> TCPHandler: Processed in 0.005057393 sec. | ||
| 5842 | 2025.01.25 03:56:28.802108 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5843 | 2025.01.25 03:56:28.802253 [ 260 ] {39a3e6f5-1df1-438a-a951-e6a2fff968d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5844 | 2025.01.25 03:56:28.802365 [ 260 ] {39a3e6f5-1df1-438a-a951-e6a2fff968d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5845 | 2025.01.25 03:56:28.803978 [ 260 ] {39a3e6f5-1df1-438a-a951-e6a2fff968d5} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2025.01.25 03:56:28.804017 [ 260 ] {39a3e6f5-1df1-438a-a951-e6a2fff968d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5847 | 2025.01.25 03:56:28.804739 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12378 rows, containing 5 columns (5 merged, 0 gathered) in 0.008300371 sec., 1491258.643740141 rows/sec., 100.73 MiB/sec. | ||
| 5848 | 2025.01.25 03:56:28.805117 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5849 | 2025.01.25 03:56:28.805686 [ 260 ] {39a3e6f5-1df1-438a-a951-e6a2fff968d5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5850 | 2025.01.25 03:56:28.805744 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5851 | 2025.01.25 03:56:28.805923 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5852 | 2025.01.25 03:56:28.806080 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 5853 | 2025.01.25 03:56:28.806189 [ 260 ] {39a3e6f5-1df1-438a-a951-e6a2fff968d5} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5854 | 2025.01.25 03:56:28.806519 [ 260 ] {39a3e6f5-1df1-438a-a951-e6a2fff968d5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004299 sec., 6280.530355896721 rows/sec., 11.25 MiB/sec. | ||
| 5855 | 2025.01.25 03:56:28.806978 [ 260 ] {39a3e6f5-1df1-438a-a951-e6a2fff968d5} <Debug> TCPHandler: Processed in 0.0049552 sec. | ||
| 5856 | 2025.01.25 03:56:28.807147 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5857 | 2025.01.25 03:56:28.807286 [ 259 ] {d251b289-dc9b-400e-bd76-34312487701b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5858 | 2025.01.25 03:56:28.807346 [ 259 ] {d251b289-dc9b-400e-bd76-34312487701b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5859 | 2025.01.25 03:56:28.807887 [ 259 ] {d251b289-dc9b-400e-bd76-34312487701b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5860 | 2025.01.25 03:56:28.807926 [ 259 ] {d251b289-dc9b-400e-bd76-34312487701b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5861 | 2025.01.25 03:56:28.808311 [ 259 ] {d251b289-dc9b-400e-bd76-34312487701b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5862 | 2025.01.25 03:56:28.808556 [ 259 ] {d251b289-dc9b-400e-bd76-34312487701b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5863 | 2025.01.25 03:56:28.808720 [ 25 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5864 | 2025.01.25 03:56:28.808778 [ 25 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2025.01.25 03:56:28.808815 [ 259 ] {d251b289-dc9b-400e-bd76-34312487701b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00155 sec., 52903.22580645161 rows/sec., 3.36 MiB/sec. | ||
| 5866 | 2025.01.25 03:56:28.808819 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5867 | 2025.01.25 03:56:28.809013 [ 259 ] {d251b289-dc9b-400e-bd76-34312487701b} <Debug> TCPHandler: Processed in 0.001927207 sec. | ||
| 5868 | 2025.01.25 03:56:28.809244 [ 195 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 5869 | 2025.01.25 03:56:28.809629 [ 195 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5870 | 2025.01.25 03:56:28.809676 [ 195 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2080 rows starting from the beginning of the part | ||
| 5871 | 2025.01.25 03:56:28.809748 [ 195 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 5872 | 2025.01.25 03:56:28.809959 [ 195 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 5873 | 2025.01.25 03:56:28.810098 [ 195 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 5874 | 2025.01.25 03:56:28.810275 [ 195 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 5875 | 2025.01.25 03:56:28.810392 [ 195 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 5876 | 2025.01.25 03:56:28.811862 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2446 rows, containing 4 columns (4 merged, 0 gathered) in 0.002911001 sec., 840260.7900169048 rows/sec., 54.94 MiB/sec. | ||
| 5877 | 2025.01.25 03:56:28.812162 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5878 | 2025.01.25 03:56:28.812513 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5879 | 2025.01.25 03:56:28.812609 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_41_8} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5880 | 2025.01.25 03:56:28.812702 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5881 | 2025.01.25 03:56:29.000150 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.85 MiB, peak 204.46 MiB, free memory in arenas 0.00 B, will set to 196.10 MiB (RSS), difference: 1.25 MiB | ||
| 5882 | 2025.01.25 03:56:32.114437 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5883 | 2025.01.25 03:56:32.114639 [ 259 ] {8892e01a-dc65-48f5-aea5-6e6edb76959e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5884 | 2025.01.25 03:56:32.114712 [ 259 ] {8892e01a-dc65-48f5-aea5-6e6edb76959e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5885 | 2025.01.25 03:56:32.115464 [ 259 ] {8892e01a-dc65-48f5-aea5-6e6edb76959e} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5886 | 2025.01.25 03:56:32.115509 [ 259 ] {8892e01a-dc65-48f5-aea5-6e6edb76959e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5887 | 2025.01.25 03:56:32.115939 [ 259 ] {8892e01a-dc65-48f5-aea5-6e6edb76959e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5888 | 2025.01.25 03:56:32.116183 [ 259 ] {8892e01a-dc65-48f5-aea5-6e6edb76959e} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5889 | 2025.01.25 03:56:32.116476 [ 259 ] {8892e01a-dc65-48f5-aea5-6e6edb76959e} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001889 sec., 6352.567496029646 rows/sec., 518.01 KiB/sec. | ||
| 5890 | 2025.01.25 03:56:32.116650 [ 259 ] {8892e01a-dc65-48f5-aea5-6e6edb76959e} <Debug> TCPHandler: Processed in 0.002340277 sec. | ||
| 5891 | 2025.01.25 03:56:32.116971 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5892 | 2025.01.25 03:56:32.117285 [ 260 ] {212e8f89-45c0-4bb5-8272-b79640025559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5893 | 2025.01.25 03:56:32.117409 [ 260 ] {212e8f89-45c0-4bb5-8272-b79640025559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5894 | 2025.01.25 03:56:32.118985 [ 260 ] {212e8f89-45c0-4bb5-8272-b79640025559} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5895 | 2025.01.25 03:56:32.119037 [ 260 ] {212e8f89-45c0-4bb5-8272-b79640025559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5896 | 2025.01.25 03:56:32.119548 [ 260 ] {212e8f89-45c0-4bb5-8272-b79640025559} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5897 | 2025.01.25 03:56:32.119806 [ 260 ] {212e8f89-45c0-4bb5-8272-b79640025559} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5898 | 2025.01.25 03:56:32.120074 [ 260 ] {212e8f89-45c0-4bb5-8272-b79640025559} <Debug> executeQuery: Read 1228 rows, 103.49 KiB in 0.002871 sec., 427725.53117380704 rows/sec., 35.20 MiB/sec. | ||
| 5899 | 2025.01.25 03:56:32.120261 [ 260 ] {212e8f89-45c0-4bb5-8272-b79640025559} <Debug> TCPHandler: Processed in 0.003485755 sec. | ||
| 5900 | 2025.01.25 03:56:32.120454 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5901 | 2025.01.25 03:56:32.120576 [ 259 ] {ab35006e-9118-487e-bd01-bc5b83738019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5902 | 2025.01.25 03:56:32.120625 [ 259 ] {ab35006e-9118-487e-bd01-bc5b83738019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5903 | 2025.01.25 03:56:32.121196 [ 259 ] {ab35006e-9118-487e-bd01-bc5b83738019} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2025.01.25 03:56:32.121236 [ 259 ] {ab35006e-9118-487e-bd01-bc5b83738019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5905 | 2025.01.25 03:56:32.121600 [ 259 ] {ab35006e-9118-487e-bd01-bc5b83738019} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5906 | 2025.01.25 03:56:32.121838 [ 259 ] {ab35006e-9118-487e-bd01-bc5b83738019} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5907 | 2025.01.25 03:56:32.122059 [ 259 ] {ab35006e-9118-487e-bd01-bc5b83738019} <Debug> executeQuery: Read 25 rows, 1.82 KiB in 0.001505 sec., 16611.295681063122 rows/sec., 1.18 MiB/sec. | ||
| 5908 | 2025.01.25 03:56:32.122113 [ 259 ] {ab35006e-9118-487e-bd01-bc5b83738019} <Debug> TCPHandler: Processed in 0.001748403 sec. | ||
| 5909 | 2025.01.25 03:56:32.122270 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5910 | 2025.01.25 03:56:32.122402 [ 260 ] {aa75ae9c-91c0-490c-8d93-d6b9fc04d73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5911 | 2025.01.25 03:56:32.122458 [ 260 ] {aa75ae9c-91c0-490c-8d93-d6b9fc04d73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5912 | 2025.01.25 03:56:32.123175 [ 260 ] {aa75ae9c-91c0-490c-8d93-d6b9fc04d73b} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2025.01.25 03:56:32.123220 [ 260 ] {aa75ae9c-91c0-490c-8d93-d6b9fc04d73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5914 | 2025.01.25 03:56:32.123611 [ 260 ] {aa75ae9c-91c0-490c-8d93-d6b9fc04d73b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5915 | 2025.01.25 03:56:32.123852 [ 260 ] {aa75ae9c-91c0-490c-8d93-d6b9fc04d73b} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2025.01.25 03:56:32.124074 [ 260 ] {aa75ae9c-91c0-490c-8d93-d6b9fc04d73b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001703 sec., 133881.38578978274 rows/sec., 9.07 MiB/sec. | ||
| 5917 | 2025.01.25 03:56:32.124141 [ 260 ] {aa75ae9c-91c0-490c-8d93-d6b9fc04d73b} <Debug> TCPHandler: Processed in 0.001932057 sec. | ||
| 5918 | 2025.01.25 03:56:32.124295 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5919 | 2025.01.25 03:56:32.124433 [ 259 ] {325befbe-e519-44b9-9c94-fa01f9755fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5920 | 2025.01.25 03:56:32.124490 [ 259 ] {325befbe-e519-44b9-9c94-fa01f9755fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5921 | 2025.01.25 03:56:32.125353 [ 259 ] {325befbe-e519-44b9-9c94-fa01f9755fff} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5922 | 2025.01.25 03:56:32.125394 [ 259 ] {325befbe-e519-44b9-9c94-fa01f9755fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5923 | 2025.01.25 03:56:32.125787 [ 259 ] {325befbe-e519-44b9-9c94-fa01f9755fff} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5924 | 2025.01.25 03:56:32.126037 [ 259 ] {325befbe-e519-44b9-9c94-fa01f9755fff} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5925 | 2025.01.25 03:56:32.126257 [ 259 ] {325befbe-e519-44b9-9c94-fa01f9755fff} <Debug> executeQuery: Read 545 rows, 41.42 KiB in 0.001842 sec., 295874.04994571116 rows/sec., 21.96 MiB/sec. | ||
| 5926 | 2025.01.25 03:56:32.126346 [ 259 ] {325befbe-e519-44b9-9c94-fa01f9755fff} <Debug> TCPHandler: Processed in 0.002118052 sec. | ||
| 5927 | 2025.01.25 03:56:32.126579 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5928 | 2025.01.25 03:56:32.126731 [ 260 ] {5deb0e16-c08d-4c7f-a2d8-d1665274d222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5929 | 2025.01.25 03:56:32.126790 [ 260 ] {5deb0e16-c08d-4c7f-a2d8-d1665274d222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5930 | 2025.01.25 03:56:32.127595 [ 260 ] {5deb0e16-c08d-4c7f-a2d8-d1665274d222} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2025.01.25 03:56:32.127638 [ 260 ] {5deb0e16-c08d-4c7f-a2d8-d1665274d222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5932 | 2025.01.25 03:56:32.128093 [ 260 ] {5deb0e16-c08d-4c7f-a2d8-d1665274d222} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5933 | 2025.01.25 03:56:32.128342 [ 260 ] {5deb0e16-c08d-4c7f-a2d8-d1665274d222} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2025.01.25 03:56:32.128574 [ 260 ] {5deb0e16-c08d-4c7f-a2d8-d1665274d222} <Debug> executeQuery: Read 958 rows, 65.81 KiB in 0.001873 sec., 511478.9108382274 rows/sec., 34.31 MiB/sec. | ||
| 5935 | 2025.01.25 03:56:32.128642 [ 260 ] {5deb0e16-c08d-4c7f-a2d8-d1665274d222} <Debug> TCPHandler: Processed in 0.002190093 sec. | ||
| 5936 | 2025.01.25 03:56:32.128802 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5937 | 2025.01.25 03:56:32.128942 [ 259 ] {18e41ba7-8786-4d96-b386-f6dfa1d814c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5938 | 2025.01.25 03:56:32.129041 [ 259 ] {18e41ba7-8786-4d96-b386-f6dfa1d814c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5939 | 2025.01.25 03:56:32.130280 [ 259 ] {18e41ba7-8786-4d96-b386-f6dfa1d814c7} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2025.01.25 03:56:32.130321 [ 259 ] {18e41ba7-8786-4d96-b386-f6dfa1d814c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5941 | 2025.01.25 03:56:32.130948 [ 259 ] {18e41ba7-8786-4d96-b386-f6dfa1d814c7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5942 | 2025.01.25 03:56:32.131208 [ 259 ] {18e41ba7-8786-4d96-b386-f6dfa1d814c7} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2025.01.25 03:56:32.131396 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5944 | 2025.01.25 03:56:32.131481 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5945 | 2025.01.25 03:56:32.131484 [ 259 ] {18e41ba7-8786-4d96-b386-f6dfa1d814c7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002563 sec., 5072.181037846273 rows/sec., 9.09 MiB/sec. | ||
| 5946 | 2025.01.25 03:56:32.131516 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5947 | 2025.01.25 03:56:32.131847 [ 259 ] {18e41ba7-8786-4d96-b386-f6dfa1d814c7} <Debug> TCPHandler: Processed in 0.003105635 sec. | ||
| 5948 | 2025.01.25 03:56:32.131848 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 5949 | 2025.01.25 03:56:32.132077 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5950 | 2025.01.25 03:56:32.132186 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5951 | 2025.01.25 03:56:32.132342 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 462 rows starting from the beginning of the part | ||
| 5952 | 2025.01.25 03:56:32.132349 [ 260 ] {545b596b-6752-4bfd-9077-6002b535a3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5953 | 2025.01.25 03:56:32.132487 [ 260 ] {545b596b-6752-4bfd-9077-6002b535a3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5954 | 2025.01.25 03:56:32.133089 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 5955 | 2025.01.25 03:56:32.133834 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part | ||
| 5956 | 2025.01.25 03:56:32.134615 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 5957 | 2025.01.25 03:56:32.134718 [ 260 ] {545b596b-6752-4bfd-9077-6002b535a3f8} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5958 | 2025.01.25 03:56:32.134797 [ 260 ] {545b596b-6752-4bfd-9077-6002b535a3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5959 | 2025.01.25 03:56:32.135290 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
| 5960 | 2025.01.25 03:56:32.135982 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 5961 | 2025.01.25 03:56:32.136373 [ 260 ] {545b596b-6752-4bfd-9077-6002b535a3f8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5962 | 2025.01.25 03:56:32.137262 [ 260 ] {545b596b-6752-4bfd-9077-6002b535a3f8} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5963 | 2025.01.25 03:56:32.137691 [ 260 ] {545b596b-6752-4bfd-9077-6002b535a3f8} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.005432 sec., 7363.7702503681885 rows/sec., 509.14 KiB/sec. | ||
| 5964 | 2025.01.25 03:56:32.137893 [ 260 ] {545b596b-6752-4bfd-9077-6002b535a3f8} <Debug> TCPHandler: Processed in 0.005913334 sec. | ||
| 5965 | 2025.01.25 03:56:32.143449 [ 194 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 555 rows, containing 19 columns (19 merged, 0 gathered) in 0.011761085 sec., 47189.52375567391 rows/sec., 84.56 MiB/sec. | ||
| 5966 | 2025.01.25 03:56:32.144273 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5967 | 2025.01.25 03:56:32.144738 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5968 | 2025.01.25 03:56:32.144832 [ 195 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5969 | 2025.01.25 03:56:32.145013 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 5970 | 2025.01.25 03:56:32.477332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 842 | ||
| 5971 | 2025.01.25 03:56:32.480873 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5972 | 2025.01.25 03:56:32.480935 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5973 | 2025.01.25 03:56:32.482491 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5974 | 2025.01.25 03:56:32.482819 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5975 | 2025.01.25 03:56:32.483514 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 842 | ||
| 5976 | 2025.01.25 03:56:33.753738 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5977 | 2025.01.25 03:56:33.753928 [ 259 ] {b3134f67-eca1-405b-9b20-5735e1c5f8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5978 | 2025.01.25 03:56:33.754005 [ 259 ] {b3134f67-eca1-405b-9b20-5735e1c5f8c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5979 | 2025.01.25 03:56:33.754802 [ 259 ] {b3134f67-eca1-405b-9b20-5735e1c5f8c5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5980 | 2025.01.25 03:56:33.754858 [ 259 ] {b3134f67-eca1-405b-9b20-5735e1c5f8c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5981 | 2025.01.25 03:56:33.755296 [ 259 ] {b3134f67-eca1-405b-9b20-5735e1c5f8c5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5982 | 2025.01.25 03:56:33.755546 [ 259 ] {b3134f67-eca1-405b-9b20-5735e1c5f8c5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5983 | 2025.01.25 03:56:33.755794 [ 259 ] {b3134f67-eca1-405b-9b20-5735e1c5f8c5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.23 MiB/sec. | ||
| 5984 | 2025.01.25 03:56:33.755864 [ 259 ] {b3134f67-eca1-405b-9b20-5735e1c5f8c5} <Debug> TCPHandler: Processed in 0.002262035 sec. | ||
| 5985 | 2025.01.25 03:56:33.756110 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5986 | 2025.01.25 03:56:33.756306 [ 260 ] {1f032836-3255-4f90-838c-36eea79ff7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5987 | 2025.01.25 03:56:33.756383 [ 260 ] {1f032836-3255-4f90-838c-36eea79ff7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5988 | 2025.01.25 03:56:33.757175 [ 260 ] {1f032836-3255-4f90-838c-36eea79ff7de} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5989 | 2025.01.25 03:56:33.757228 [ 260 ] {1f032836-3255-4f90-838c-36eea79ff7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5990 | 2025.01.25 03:56:33.757662 [ 260 ] {1f032836-3255-4f90-838c-36eea79ff7de} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5991 | 2025.01.25 03:56:33.757925 [ 260 ] {1f032836-3255-4f90-838c-36eea79ff7de} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2025.01.25 03:56:33.758180 [ 260 ] {1f032836-3255-4f90-838c-36eea79ff7de} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 5993 | 2025.01.25 03:56:33.758272 [ 260 ] {1f032836-3255-4f90-838c-36eea79ff7de} <Debug> TCPHandler: Processed in 0.002302116 sec. | ||
| 5994 | 2025.01.25 03:56:33.758543 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5995 | 2025.01.25 03:56:33.758770 [ 259 ] {446339b9-43f9-4479-a806-cb830e9043fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5996 | 2025.01.25 03:56:33.758866 [ 259 ] {446339b9-43f9-4479-a806-cb830e9043fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5997 | 2025.01.25 03:56:33.759423 [ 259 ] {446339b9-43f9-4479-a806-cb830e9043fc} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5998 | 2025.01.25 03:56:33.759464 [ 259 ] {446339b9-43f9-4479-a806-cb830e9043fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5999 | 2025.01.25 03:56:33.759859 [ 259 ] {446339b9-43f9-4479-a806-cb830e9043fc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6000 | 2025.01.25 03:56:33.760100 [ 259 ] {446339b9-43f9-4479-a806-cb830e9043fc} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6001 | 2025.01.25 03:56:33.760315 [ 259 ] {446339b9-43f9-4479-a806-cb830e9043fc} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001603 sec., 33686.83718028696 rows/sec., 2.35 MiB/sec. | ||
| 6002 | 2025.01.25 03:56:33.760371 [ 259 ] {446339b9-43f9-4479-a806-cb830e9043fc} <Debug> TCPHandler: Processed in 0.002001999 sec. | ||
| 6003 | 2025.01.25 03:56:33.760528 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6004 | 2025.01.25 03:56:33.760677 [ 260 ] {9b8a1370-eb76-412f-9688-a8eb5e4cdbfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6005 | 2025.01.25 03:56:33.760741 [ 260 ] {9b8a1370-eb76-412f-9688-a8eb5e4cdbfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6006 | 2025.01.25 03:56:33.761254 [ 260 ] {9b8a1370-eb76-412f-9688-a8eb5e4cdbfe} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6007 | 2025.01.25 03:56:33.761295 [ 260 ] {9b8a1370-eb76-412f-9688-a8eb5e4cdbfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6008 | 2025.01.25 03:56:33.761675 [ 260 ] {9b8a1370-eb76-412f-9688-a8eb5e4cdbfe} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6009 | 2025.01.25 03:56:33.761913 [ 260 ] {9b8a1370-eb76-412f-9688-a8eb5e4cdbfe} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6010 | 2025.01.25 03:56:33.762140 [ 260 ] {9b8a1370-eb76-412f-9688-a8eb5e4cdbfe} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001499 sec., 13342.228152101401 rows/sec., 917.28 KiB/sec. | ||
| 6011 | 2025.01.25 03:56:33.762224 [ 260 ] {9b8a1370-eb76-412f-9688-a8eb5e4cdbfe} <Debug> TCPHandler: Processed in 0.001764242 sec. | ||
| 6012 | 2025.01.25 03:56:34.926078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 6013 | 2025.01.25 03:56:34.926707 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6014 | 2025.01.25 03:56:34.926754 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6015 | 2025.01.25 03:56:34.927271 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6016 | 2025.01.25 03:56:34.927528 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6017 | 2025.01.25 03:56:34.927785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 6018 | 2025.01.25 03:56:35.773935 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 6019 | 2025.01.25 03:56:35.792774 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6020 | 2025.01.25 03:56:35.792829 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6021 | 2025.01.25 03:56:35.799965 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6022 | 2025.01.25 03:56:35.800735 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6023 | 2025.01.25 03:56:35.803467 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 6024 | 2025.01.25 03:56:38.764505 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2025.01.25 03:56:38.764715 [ 259 ] {8048f460-9ef6-47c8-921c-265eb0e5b6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6026 | 2025.01.25 03:56:38.764790 [ 259 ] {8048f460-9ef6-47c8-921c-265eb0e5b6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6027 | 2025.01.25 03:56:38.765549 [ 259 ] {8048f460-9ef6-47c8-921c-265eb0e5b6c6} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2025.01.25 03:56:38.765606 [ 259 ] {8048f460-9ef6-47c8-921c-265eb0e5b6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6029 | 2025.01.25 03:56:38.766051 [ 259 ] {8048f460-9ef6-47c8-921c-265eb0e5b6c6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6030 | 2025.01.25 03:56:38.766324 [ 259 ] {8048f460-9ef6-47c8-921c-265eb0e5b6c6} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2025.01.25 03:56:38.766520 [ 31 ] {} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6032 | 2025.01.25 03:56:38.766591 [ 259 ] {8048f460-9ef6-47c8-921c-265eb0e5b6c6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec. | ||
| 6033 | 2025.01.25 03:56:38.766599 [ 31 ] {} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2025.01.25 03:56:38.766678 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6035 | 2025.01.25 03:56:38.766735 [ 259 ] {8048f460-9ef6-47c8-921c-265eb0e5b6c6} <Debug> TCPHandler: Processed in 0.002367787 sec. | ||
| 6036 | 2025.01.25 03:56:38.767062 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 6037 | 2025.01.25 03:56:38.767117 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6038 | 2025.01.25 03:56:38.767315 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6039 | 2025.01.25 03:56:38.767392 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 6040 | 2025.01.25 03:56:38.767402 [ 260 ] {776d08ef-ffa5-4da2-8a36-7b8e45544e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6041 | 2025.01.25 03:56:38.767556 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 6042 | 2025.01.25 03:56:38.767594 [ 260 ] {776d08ef-ffa5-4da2-8a36-7b8e45544e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6043 | 2025.01.25 03:56:38.767924 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 6044 | 2025.01.25 03:56:38.768262 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 6045 | 2025.01.25 03:56:38.768503 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 6046 | 2025.01.25 03:56:38.770570 [ 260 ] {776d08ef-ffa5-4da2-8a36-7b8e45544e65} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6047 | 2025.01.25 03:56:38.770644 [ 260 ] {776d08ef-ffa5-4da2-8a36-7b8e45544e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6048 | 2025.01.25 03:56:38.771071 [ 195 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004271113 sec., 16389.170691573836 rows/sec., 1.21 MiB/sec. | ||
| 6049 | 2025.01.25 03:56:38.771426 [ 199 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6050 | 2025.01.25 03:56:38.771715 [ 260 ] {776d08ef-ffa5-4da2-8a36-7b8e45544e65} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6051 | 2025.01.25 03:56:38.771996 [ 199 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_17_4} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6052 | 2025.01.25 03:56:38.772170 [ 199 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_17_4} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6053 | 2025.01.25 03:56:38.772223 [ 260 ] {776d08ef-ffa5-4da2-8a36-7b8e45544e65} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6054 | 2025.01.25 03:56:38.772363 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6055 | 2025.01.25 03:56:38.772552 [ 260 ] {776d08ef-ffa5-4da2-8a36-7b8e45544e65} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.005241 sec., 49036.44342682694 rows/sec., 4.29 MiB/sec. | ||
| 6056 | 2025.01.25 03:56:38.772630 [ 260 ] {776d08ef-ffa5-4da2-8a36-7b8e45544e65} <Debug> TCPHandler: Processed in 0.00576298 sec. | ||
| 6057 | 2025.01.25 03:56:38.772789 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6058 | 2025.01.25 03:56:38.772915 [ 259 ] {147adfed-b3bd-4de8-bab5-655176e4babf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6059 | 2025.01.25 03:56:38.772972 [ 259 ] {147adfed-b3bd-4de8-bab5-655176e4babf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6060 | 2025.01.25 03:56:38.773693 [ 259 ] {147adfed-b3bd-4de8-bab5-655176e4babf} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6061 | 2025.01.25 03:56:38.773743 [ 259 ] {147adfed-b3bd-4de8-bab5-655176e4babf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6062 | 2025.01.25 03:56:38.774151 [ 259 ] {147adfed-b3bd-4de8-bab5-655176e4babf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6063 | 2025.01.25 03:56:38.774389 [ 259 ] {147adfed-b3bd-4de8-bab5-655176e4babf} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6064 | 2025.01.25 03:56:38.774605 [ 259 ] {147adfed-b3bd-4de8-bab5-655176e4babf} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001721 sec., 19755.95583962812 rows/sec., 1.41 MiB/sec. | ||
| 6065 | 2025.01.25 03:56:38.774665 [ 259 ] {147adfed-b3bd-4de8-bab5-655176e4babf} <Debug> TCPHandler: Processed in 0.001936457 sec. | ||
| 6066 | 2025.01.25 03:56:38.774816 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6067 | 2025.01.25 03:56:38.774945 [ 260 ] {95709b4d-601b-46a2-ab4c-efe31b903087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6068 | 2025.01.25 03:56:38.775000 [ 260 ] {95709b4d-601b-46a2-ab4c-efe31b903087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6069 | 2025.01.25 03:56:38.775610 [ 260 ] {95709b4d-601b-46a2-ab4c-efe31b903087} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2025.01.25 03:56:38.775650 [ 260 ] {95709b4d-601b-46a2-ab4c-efe31b903087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6071 | 2025.01.25 03:56:38.776020 [ 260 ] {95709b4d-601b-46a2-ab4c-efe31b903087} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6072 | 2025.01.25 03:56:38.776274 [ 260 ] {95709b4d-601b-46a2-ab4c-efe31b903087} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2025.01.25 03:56:38.776462 [ 260 ] {95709b4d-601b-46a2-ab4c-efe31b903087} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001547 sec., 9049.773755656108 rows/sec., 633.79 KiB/sec. | ||
| 6074 | 2025.01.25 03:56:38.776518 [ 260 ] {95709b4d-601b-46a2-ab4c-efe31b903087} <Debug> TCPHandler: Processed in 0.001762553 sec. | ||
| 6075 | 2025.01.25 03:56:38.776660 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2025.01.25 03:56:38.776777 [ 259 ] {c25f741b-de62-4cb9-8235-4af3f3a8a213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6077 | 2025.01.25 03:56:38.776828 [ 259 ] {c25f741b-de62-4cb9-8235-4af3f3a8a213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6078 | 2025.01.25 03:56:38.777405 [ 259 ] {c25f741b-de62-4cb9-8235-4af3f3a8a213} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6079 | 2025.01.25 03:56:38.777444 [ 259 ] {c25f741b-de62-4cb9-8235-4af3f3a8a213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6080 | 2025.01.25 03:56:38.777802 [ 259 ] {c25f741b-de62-4cb9-8235-4af3f3a8a213} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6081 | 2025.01.25 03:56:38.778040 [ 259 ] {c25f741b-de62-4cb9-8235-4af3f3a8a213} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6082 | 2025.01.25 03:56:38.778213 [ 31 ] {} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6083 | 2025.01.25 03:56:38.778280 [ 259 ] {c25f741b-de62-4cb9-8235-4af3f3a8a213} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001518 sec., 8563.899868247694 rows/sec., 533.96 KiB/sec. | ||
| 6084 | 2025.01.25 03:56:38.778285 [ 31 ] {} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6085 | 2025.01.25 03:56:38.778372 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6086 | 2025.01.25 03:56:38.778403 [ 259 ] {c25f741b-de62-4cb9-8235-4af3f3a8a213} <Debug> TCPHandler: Processed in 0.001797384 sec. | ||
| 6087 | 2025.01.25 03:56:38.778598 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 6088 | 2025.01.25 03:56:38.778624 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6089 | 2025.01.25 03:56:38.778710 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6090 | 2025.01.25 03:56:38.778752 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 6091 | 2025.01.25 03:56:38.778776 [ 260 ] {680ff330-c0c8-4538-8b18-64fe6bfc9d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6092 | 2025.01.25 03:56:38.778902 [ 260 ] {680ff330-c0c8-4538-8b18-64fe6bfc9d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6093 | 2025.01.25 03:56:38.778945 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 6094 | 2025.01.25 03:56:38.779333 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 6095 | 2025.01.25 03:56:38.779483 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 6096 | 2025.01.25 03:56:38.779833 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 6097 | 2025.01.25 03:56:38.781035 [ 260 ] {680ff330-c0c8-4538-8b18-64fe6bfc9d8e} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2025.01.25 03:56:38.781080 [ 260 ] {680ff330-c0c8-4538-8b18-64fe6bfc9d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6099 | 2025.01.25 03:56:38.781323 [ 195 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002866569 sec., 22675.19114314011 rows/sec., 1.47 MiB/sec. | ||
| 6100 | 2025.01.25 03:56:38.781659 [ 195 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6101 | 2025.01.25 03:56:38.781823 [ 260 ] {680ff330-c0c8-4538-8b18-64fe6bfc9d8e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6102 | 2025.01.25 03:56:38.782190 [ 195 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_17_4} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6103 | 2025.01.25 03:56:38.782341 [ 260 ] {680ff330-c0c8-4538-8b18-64fe6bfc9d8e} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6104 | 2025.01.25 03:56:38.782371 [ 195 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_17_4} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6105 | 2025.01.25 03:56:38.782579 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6106 | 2025.01.25 03:56:38.782790 [ 260 ] {680ff330-c0c8-4538-8b18-64fe6bfc9d8e} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.004048 sec., 101037.54940711461 rows/sec., 7.20 MiB/sec. | ||
| 6107 | 2025.01.25 03:56:38.783033 [ 260 ] {680ff330-c0c8-4538-8b18-64fe6bfc9d8e} <Debug> TCPHandler: Processed in 0.00450252 sec. | ||
| 6108 | 2025.01.25 03:56:38.783234 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6109 | 2025.01.25 03:56:38.783372 [ 259 ] {58f97941-b18d-4813-a32c-6c20e289d345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6110 | 2025.01.25 03:56:38.783435 [ 259 ] {58f97941-b18d-4813-a32c-6c20e289d345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6111 | 2025.01.25 03:56:38.784006 [ 259 ] {58f97941-b18d-4813-a32c-6c20e289d345} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6112 | 2025.01.25 03:56:38.784046 [ 259 ] {58f97941-b18d-4813-a32c-6c20e289d345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6113 | 2025.01.25 03:56:38.784415 [ 259 ] {58f97941-b18d-4813-a32c-6c20e289d345} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6114 | 2025.01.25 03:56:38.784656 [ 259 ] {58f97941-b18d-4813-a32c-6c20e289d345} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6115 | 2025.01.25 03:56:38.784870 [ 259 ] {58f97941-b18d-4813-a32c-6c20e289d345} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 205.15 KiB/sec. | ||
| 6116 | 2025.01.25 03:56:38.784923 [ 259 ] {58f97941-b18d-4813-a32c-6c20e289d345} <Debug> TCPHandler: Processed in 0.001774353 sec. | ||
| 6117 | 2025.01.25 03:56:38.785069 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6118 | 2025.01.25 03:56:38.785195 [ 260 ] {9907e3ee-30f2-4cd2-af9f-e25a92a876eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6119 | 2025.01.25 03:56:38.785250 [ 260 ] {9907e3ee-30f2-4cd2-af9f-e25a92a876eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6120 | 2025.01.25 03:56:38.785952 [ 260 ] {9907e3ee-30f2-4cd2-af9f-e25a92a876eb} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6121 | 2025.01.25 03:56:38.785995 [ 260 ] {9907e3ee-30f2-4cd2-af9f-e25a92a876eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6122 | 2025.01.25 03:56:38.786412 [ 260 ] {9907e3ee-30f2-4cd2-af9f-e25a92a876eb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6123 | 2025.01.25 03:56:38.786653 [ 260 ] {9907e3ee-30f2-4cd2-af9f-e25a92a876eb} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6124 | 2025.01.25 03:56:38.786841 [ 260 ] {9907e3ee-30f2-4cd2-af9f-e25a92a876eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001672 sec., 141746.41148325359 rows/sec., 9.50 MiB/sec. | ||
| 6125 | 2025.01.25 03:56:38.786898 [ 260 ] {9907e3ee-30f2-4cd2-af9f-e25a92a876eb} <Debug> TCPHandler: Processed in 0.001889966 sec. | ||
| 6126 | 2025.01.25 03:56:38.787082 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6127 | 2025.01.25 03:56:38.787220 [ 259 ] {069ce3df-aea8-4fe1-8dd2-c9656fa7ebb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6128 | 2025.01.25 03:56:38.787282 [ 259 ] {069ce3df-aea8-4fe1-8dd2-c9656fa7ebb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6129 | 2025.01.25 03:56:38.787846 [ 259 ] {069ce3df-aea8-4fe1-8dd2-c9656fa7ebb1} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6130 | 2025.01.25 03:56:38.787893 [ 259 ] {069ce3df-aea8-4fe1-8dd2-c9656fa7ebb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6131 | 2025.01.25 03:56:38.788265 [ 259 ] {069ce3df-aea8-4fe1-8dd2-c9656fa7ebb1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6132 | 2025.01.25 03:56:38.788499 [ 259 ] {069ce3df-aea8-4fe1-8dd2-c9656fa7ebb1} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6133 | 2025.01.25 03:56:38.788760 [ 259 ] {069ce3df-aea8-4fe1-8dd2-c9656fa7ebb1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001569 sec., 637.348629700446 rows/sec., 42.95 KiB/sec. | ||
| 6134 | 2025.01.25 03:56:38.788967 [ 259 ] {069ce3df-aea8-4fe1-8dd2-c9656fa7ebb1} <Debug> TCPHandler: Processed in 0.001947607 sec. | ||
| 6135 | 2025.01.25 03:56:38.789152 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6136 | 2025.01.25 03:56:38.789293 [ 260 ] {431f9907-767d-456f-b659-57cf7a0dd2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6137 | 2025.01.25 03:56:38.789389 [ 260 ] {431f9907-767d-456f-b659-57cf7a0dd2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6138 | 2025.01.25 03:56:38.790813 [ 260 ] {431f9907-767d-456f-b659-57cf7a0dd2d6} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6139 | 2025.01.25 03:56:38.790855 [ 260 ] {431f9907-767d-456f-b659-57cf7a0dd2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6140 | 2025.01.25 03:56:38.791510 [ 260 ] {431f9907-767d-456f-b659-57cf7a0dd2d6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6141 | 2025.01.25 03:56:38.791777 [ 260 ] {431f9907-767d-456f-b659-57cf7a0dd2d6} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6142 | 2025.01.25 03:56:38.792021 [ 260 ] {431f9907-767d-456f-b659-57cf7a0dd2d6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002759 sec., 9786.15440376948 rows/sec., 17.54 MiB/sec. | ||
| 6143 | 2025.01.25 03:56:38.792531 [ 260 ] {431f9907-767d-456f-b659-57cf7a0dd2d6} <Debug> TCPHandler: Processed in 0.003442973 sec. | ||
| 6144 | 2025.01.25 03:56:38.792691 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6145 | 2025.01.25 03:56:38.792808 [ 259 ] {541ce1ca-aba0-4528-bf96-7c2e551e4dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6146 | 2025.01.25 03:56:38.792859 [ 259 ] {541ce1ca-aba0-4528-bf96-7c2e551e4dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6147 | 2025.01.25 03:56:38.793358 [ 259 ] {541ce1ca-aba0-4528-bf96-7c2e551e4dcc} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6148 | 2025.01.25 03:56:38.793397 [ 259 ] {541ce1ca-aba0-4528-bf96-7c2e551e4dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6149 | 2025.01.25 03:56:38.793777 [ 259 ] {541ce1ca-aba0-4528-bf96-7c2e551e4dcc} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6150 | 2025.01.25 03:56:38.794019 [ 259 ] {541ce1ca-aba0-4528-bf96-7c2e551e4dcc} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6151 | 2025.01.25 03:56:38.794227 [ 259 ] {541ce1ca-aba0-4528-bf96-7c2e551e4dcc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001443 sec., 56826.056826056825 rows/sec., 3.61 MiB/sec. | ||
| 6152 | 2025.01.25 03:56:38.794279 [ 259 ] {541ce1ca-aba0-4528-bf96-7c2e551e4dcc} <Debug> TCPHandler: Processed in 0.00164546 sec. | ||
| 6153 | 2025.01.25 03:56:42.311718 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6154 | 2025.01.25 03:56:42.311796 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6155 | 2025.01.25 03:56:42.428859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 6156 | 2025.01.25 03:56:42.429519 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6157 | 2025.01.25 03:56:42.429568 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6158 | 2025.01.25 03:56:42.430090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6159 | 2025.01.25 03:56:42.430346 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6160 | 2025.01.25 03:56:42.430645 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 6161 | 2025.01.25 03:56:42.484691 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 872 | ||
| 6162 | 2025.01.25 03:56:42.487749 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2025.01.25 03:56:42.487792 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6164 | 2025.01.25 03:56:42.489343 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6165 | 2025.01.25 03:56:42.489670 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2025.01.25 03:56:42.490173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 872 | ||
| 6167 | 2025.01.25 03:56:43.304496 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 6168 | 2025.01.25 03:56:43.324410 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6169 | 2025.01.25 03:56:43.324475 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6170 | 2025.01.25 03:56:43.332009 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6171 | 2025.01.25 03:56:43.332778 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6172 | 2025.01.25 03:56:43.336165 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 6173 | 2025.01.25 03:56:43.759106 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6174 | 2025.01.25 03:56:43.759378 [ 259 ] {867ba6ec-40c6-44c6-ba1c-9d1006029a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6175 | 2025.01.25 03:56:43.759487 [ 259 ] {867ba6ec-40c6-44c6-ba1c-9d1006029a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6176 | 2025.01.25 03:56:43.760540 [ 259 ] {867ba6ec-40c6-44c6-ba1c-9d1006029a9e} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2025.01.25 03:56:43.760584 [ 259 ] {867ba6ec-40c6-44c6-ba1c-9d1006029a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6178 | 2025.01.25 03:56:43.761034 [ 259 ] {867ba6ec-40c6-44c6-ba1c-9d1006029a9e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6179 | 2025.01.25 03:56:43.761292 [ 259 ] {867ba6ec-40c6-44c6-ba1c-9d1006029a9e} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6180 | 2025.01.25 03:56:43.761513 [ 259 ] {867ba6ec-40c6-44c6-ba1c-9d1006029a9e} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002211 sec., 37087.2908186341 rows/sec., 3.06 MiB/sec. | ||
| 6181 | 2025.01.25 03:56:43.761618 [ 259 ] {867ba6ec-40c6-44c6-ba1c-9d1006029a9e} <Debug> TCPHandler: Processed in 0.002683155 sec. | ||
| 6182 | 2025.01.25 03:56:43.761912 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6183 | 2025.01.25 03:56:43.762124 [ 260 ] {f12ee28f-dc32-48d8-8dda-6097eecd83b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6184 | 2025.01.25 03:56:43.762199 [ 260 ] {f12ee28f-dc32-48d8-8dda-6097eecd83b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6185 | 2025.01.25 03:56:43.762941 [ 260 ] {f12ee28f-dc32-48d8-8dda-6097eecd83b5} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6186 | 2025.01.25 03:56:43.762989 [ 260 ] {f12ee28f-dc32-48d8-8dda-6097eecd83b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6187 | 2025.01.25 03:56:43.763429 [ 260 ] {f12ee28f-dc32-48d8-8dda-6097eecd83b5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6188 | 2025.01.25 03:56:43.763677 [ 260 ] {f12ee28f-dc32-48d8-8dda-6097eecd83b5} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6189 | 2025.01.25 03:56:43.763856 [ 149 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6190 | 2025.01.25 03:56:43.763927 [ 149 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6191 | 2025.01.25 03:56:43.763943 [ 260 ] {f12ee28f-dc32-48d8-8dda-6097eecd83b5} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00187 sec., 6951.871657754011 rows/sec., 522.75 KiB/sec. | ||
| 6192 | 2025.01.25 03:56:43.763967 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6193 | 2025.01.25 03:56:43.764102 [ 260 ] {f12ee28f-dc32-48d8-8dda-6097eecd83b5} <Debug> TCPHandler: Processed in 0.002338977 sec. | ||
| 6194 | 2025.01.25 03:56:43.764416 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6195 | 2025.01.25 03:56:43.764739 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 6196 | 2025.01.25 03:56:43.764804 [ 259 ] {8ee6052f-036f-42d5-b969-02e1064fcd6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6197 | 2025.01.25 03:56:43.764963 [ 259 ] {8ee6052f-036f-42d5-b969-02e1064fcd6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6198 | 2025.01.25 03:56:43.765343 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6199 | 2025.01.25 03:56:43.765426 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 65 rows starting from the beginning of the part | ||
| 6200 | 2025.01.25 03:56:43.765723 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 6201 | 2025.01.25 03:56:43.766039 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 6202 | 2025.01.25 03:56:43.766372 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 25 rows starting from the beginning of the part | ||
| 6203 | 2025.01.25 03:56:43.766671 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 6204 | 2025.01.25 03:56:43.766954 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 6205 | 2025.01.25 03:56:43.768184 [ 259 ] {8ee6052f-036f-42d5-b969-02e1064fcd6a} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6206 | 2025.01.25 03:56:43.768248 [ 259 ] {8ee6052f-036f-42d5-b969-02e1064fcd6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6207 | 2025.01.25 03:56:43.769358 [ 259 ] {8ee6052f-036f-42d5-b969-02e1064fcd6a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6208 | 2025.01.25 03:56:43.769912 [ 259 ] {8ee6052f-036f-42d5-b969-02e1064fcd6a} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6209 | 2025.01.25 03:56:43.769926 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.005820641 sec., 31611.63864942023 rows/sec., 2.38 MiB/sec. | ||
| 6210 | 2025.01.25 03:56:43.770192 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6211 | 2025.01.25 03:56:43.770403 [ 259 ] {8ee6052f-036f-42d5-b969-02e1064fcd6a} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.005672 sec., 13575.458392101551 rows/sec., 1.06 MiB/sec. | ||
| 6212 | 2025.01.25 03:56:43.770700 [ 259 ] {8ee6052f-036f-42d5-b969-02e1064fcd6a} <Debug> TCPHandler: Processed in 0.006427246 sec. | ||
| 6213 | 2025.01.25 03:56:43.771034 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6214 | 2025.01.25 03:56:43.771265 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_36_7} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6215 | 2025.01.25 03:56:43.771311 [ 260 ] {e6b1ea5d-be97-4584-bb61-dfad1112a311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6216 | 2025.01.25 03:56:43.771379 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_36_7} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6217 | 2025.01.25 03:56:43.771391 [ 260 ] {e6b1ea5d-be97-4584-bb61-dfad1112a311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6218 | 2025.01.25 03:56:43.771505 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6219 | 2025.01.25 03:56:43.772124 [ 260 ] {e6b1ea5d-be97-4584-bb61-dfad1112a311} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6220 | 2025.01.25 03:56:43.772163 [ 260 ] {e6b1ea5d-be97-4584-bb61-dfad1112a311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6221 | 2025.01.25 03:56:43.772554 [ 260 ] {e6b1ea5d-be97-4584-bb61-dfad1112a311} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6222 | 2025.01.25 03:56:43.772792 [ 260 ] {e6b1ea5d-be97-4584-bb61-dfad1112a311} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6223 | 2025.01.25 03:56:43.773007 [ 260 ] {e6b1ea5d-be97-4584-bb61-dfad1112a311} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 6.41 MiB/sec. | ||
| 6224 | 2025.01.25 03:56:43.773060 [ 260 ] {e6b1ea5d-be97-4584-bb61-dfad1112a311} <Debug> TCPHandler: Processed in 0.002218544 sec. | ||
| 6225 | 2025.01.25 03:56:43.773265 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6226 | 2025.01.25 03:56:43.773491 [ 259 ] {61783e8f-4bbd-4613-b8e0-9ba872c4870f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6227 | 2025.01.25 03:56:43.773635 [ 259 ] {61783e8f-4bbd-4613-b8e0-9ba872c4870f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6228 | 2025.01.25 03:56:43.775033 [ 259 ] {61783e8f-4bbd-4613-b8e0-9ba872c4870f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2025.01.25 03:56:43.775072 [ 259 ] {61783e8f-4bbd-4613-b8e0-9ba872c4870f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6230 | 2025.01.25 03:56:43.775734 [ 259 ] {61783e8f-4bbd-4613-b8e0-9ba872c4870f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6231 | 2025.01.25 03:56:43.775992 [ 259 ] {61783e8f-4bbd-4613-b8e0-9ba872c4870f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2025.01.25 03:56:43.776193 [ 259 ] {61783e8f-4bbd-4613-b8e0-9ba872c4870f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002761 sec., 4708.438971387179 rows/sec., 8.44 MiB/sec. | ||
| 6233 | 2025.01.25 03:56:43.776294 [ 259 ] {61783e8f-4bbd-4613-b8e0-9ba872c4870f} <Debug> TCPHandler: Processed in 0.003140156 sec. | ||
| 6234 | 2025.01.25 03:56:43.776455 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6235 | 2025.01.25 03:56:43.776594 [ 260 ] {dbc61496-49dc-498b-b7fa-5bbd74fd4832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6236 | 2025.01.25 03:56:43.776653 [ 260 ] {dbc61496-49dc-498b-b7fa-5bbd74fd4832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6237 | 2025.01.25 03:56:43.777210 [ 260 ] {dbc61496-49dc-498b-b7fa-5bbd74fd4832} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6238 | 2025.01.25 03:56:43.777249 [ 260 ] {dbc61496-49dc-498b-b7fa-5bbd74fd4832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6239 | 2025.01.25 03:56:43.777630 [ 260 ] {dbc61496-49dc-498b-b7fa-5bbd74fd4832} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6240 | 2025.01.25 03:56:43.777876 [ 260 ] {dbc61496-49dc-498b-b7fa-5bbd74fd4832} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6241 | 2025.01.25 03:56:43.778090 [ 260 ] {dbc61496-49dc-498b-b7fa-5bbd74fd4832} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001526 sec., 39318.47968545216 rows/sec., 2.65 MiB/sec. | ||
| 6242 | 2025.01.25 03:56:43.778140 [ 260 ] {dbc61496-49dc-498b-b7fa-5bbd74fd4832} <Debug> TCPHandler: Processed in 0.001753303 sec. | ||
| 6243 | 2025.01.25 03:56:48.764269 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6244 | 2025.01.25 03:56:48.764475 [ 259 ] {e429480d-3088-453d-8610-628824d19771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6245 | 2025.01.25 03:56:48.764551 [ 259 ] {e429480d-3088-453d-8610-628824d19771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6246 | 2025.01.25 03:56:48.765324 [ 259 ] {e429480d-3088-453d-8610-628824d19771} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2025.01.25 03:56:48.765375 [ 259 ] {e429480d-3088-453d-8610-628824d19771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6248 | 2025.01.25 03:56:48.765809 [ 259 ] {e429480d-3088-453d-8610-628824d19771} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6249 | 2025.01.25 03:56:48.766062 [ 259 ] {e429480d-3088-453d-8610-628824d19771} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6250 | 2025.01.25 03:56:48.766322 [ 259 ] {e429480d-3088-453d-8610-628824d19771} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001896 sec., 7383.966244725739 rows/sec., 531.55 KiB/sec. | ||
| 6251 | 2025.01.25 03:56:48.766447 [ 259 ] {e429480d-3088-453d-8610-628824d19771} <Debug> TCPHandler: Processed in 0.002306706 sec. | ||
| 6252 | 2025.01.25 03:56:48.766731 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6253 | 2025.01.25 03:56:48.766933 [ 260 ] {00a6aa39-028c-4f53-a44f-9bf1e0227b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6254 | 2025.01.25 03:56:48.767012 [ 260 ] {00a6aa39-028c-4f53-a44f-9bf1e0227b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6255 | 2025.01.25 03:56:48.767756 [ 260 ] {00a6aa39-028c-4f53-a44f-9bf1e0227b56} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6256 | 2025.01.25 03:56:48.767810 [ 260 ] {00a6aa39-028c-4f53-a44f-9bf1e0227b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6257 | 2025.01.25 03:56:48.768229 [ 260 ] {00a6aa39-028c-4f53-a44f-9bf1e0227b56} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6258 | 2025.01.25 03:56:48.768519 [ 260 ] {00a6aa39-028c-4f53-a44f-9bf1e0227b56} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6259 | 2025.01.25 03:56:48.768813 [ 260 ] {00a6aa39-028c-4f53-a44f-9bf1e0227b56} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001928 sec., 2074.688796680498 rows/sec., 169.18 KiB/sec. | ||
| 6260 | 2025.01.25 03:56:48.768977 [ 260 ] {00a6aa39-028c-4f53-a44f-9bf1e0227b56} <Debug> TCPHandler: Processed in 0.002382718 sec. | ||
| 6261 | 2025.01.25 03:56:48.769138 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6262 | 2025.01.25 03:56:48.769301 [ 259 ] {0820a45e-5f86-4370-ab3f-46462d22febb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6263 | 2025.01.25 03:56:48.769378 [ 259 ] {0820a45e-5f86-4370-ab3f-46462d22febb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6264 | 2025.01.25 03:56:48.770118 [ 259 ] {0820a45e-5f86-4370-ab3f-46462d22febb} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2025.01.25 03:56:48.770160 [ 259 ] {0820a45e-5f86-4370-ab3f-46462d22febb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6266 | 2025.01.25 03:56:48.770566 [ 259 ] {0820a45e-5f86-4370-ab3f-46462d22febb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6267 | 2025.01.25 03:56:48.770811 [ 259 ] {0820a45e-5f86-4370-ab3f-46462d22febb} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2025.01.25 03:56:48.771000 [ 143 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6269 | 2025.01.25 03:56:48.771058 [ 259 ] {0820a45e-5f86-4370-ab3f-46462d22febb} <Debug> executeQuery: Read 259 rows, 23.16 KiB in 0.001789 sec., 144773.61654555617 rows/sec., 12.64 MiB/sec. | ||
| 6270 | 2025.01.25 03:56:48.771075 [ 143 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2025.01.25 03:56:48.771144 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6272 | 2025.01.25 03:56:48.771200 [ 259 ] {0820a45e-5f86-4370-ab3f-46462d22febb} <Debug> TCPHandler: Processed in 0.002124482 sec. | ||
| 6273 | 2025.01.25 03:56:48.771437 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 6274 | 2025.01.25 03:56:48.771451 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6275 | 2025.01.25 03:56:48.771739 [ 260 ] {3e832a59-b850-4418-8187-57c4955bb189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6276 | 2025.01.25 03:56:48.771752 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6277 | 2025.01.25 03:56:48.771849 [ 260 ] {3e832a59-b850-4418-8187-57c4955bb189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6278 | 2025.01.25 03:56:48.771850 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 6279 | 2025.01.25 03:56:48.772282 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1228 rows starting from the beginning of the part | ||
| 6280 | 2025.01.25 03:56:48.772659 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6281 | 2025.01.25 03:56:48.772960 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 257 rows starting from the beginning of the part | ||
| 6282 | 2025.01.25 03:56:48.773357 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6283 | 2025.01.25 03:56:48.773697 [ 199 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 259 rows starting from the beginning of the part | ||
| 6284 | 2025.01.25 03:56:48.774831 [ 260 ] {3e832a59-b850-4418-8187-57c4955bb189} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6285 | 2025.01.25 03:56:48.774896 [ 260 ] {3e832a59-b850-4418-8187-57c4955bb189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6286 | 2025.01.25 03:56:48.775747 [ 260 ] {3e832a59-b850-4418-8187-57c4955bb189} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6287 | 2025.01.25 03:56:48.776266 [ 260 ] {3e832a59-b850-4418-8187-57c4955bb189} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6288 | 2025.01.25 03:56:48.776518 [ 260 ] {3e832a59-b850-4418-8187-57c4955bb189} <Debug> executeQuery: Read 38 rows, 2.77 KiB in 0.004881 sec., 7785.289899610736 rows/sec., 566.61 KiB/sec. | ||
| 6289 | 2025.01.25 03:56:48.776590 [ 260 ] {3e832a59-b850-4418-8187-57c4955bb189} <Debug> TCPHandler: Processed in 0.005276418 sec. | ||
| 6290 | 2025.01.25 03:56:48.776773 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6291 | 2025.01.25 03:56:48.777153 [ 259 ] {1f6581f6-d1a9-432d-83e7-f09c3fbca63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6292 | 2025.01.25 03:56:48.777220 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.005976645 sec., 554491.6922453985 rows/sec., 48.41 MiB/sec. | ||
| 6293 | 2025.01.25 03:56:48.777247 [ 259 ] {1f6581f6-d1a9-432d-83e7-f09c3fbca63a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6294 | 2025.01.25 03:56:48.777540 [ 201 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6295 | 2025.01.25 03:56:48.778005 [ 201 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6296 | 2025.01.25 03:56:48.778025 [ 259 ] {1f6581f6-d1a9-432d-83e7-f09c3fbca63a} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.01.25 03:56:48.778078 [ 259 ] {1f6581f6-d1a9-432d-83e7-f09c3fbca63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6298 | 2025.01.25 03:56:48.778128 [ 201 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_46_9} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6299 | 2025.01.25 03:56:48.778257 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 6300 | 2025.01.25 03:56:48.778488 [ 259 ] {1f6581f6-d1a9-432d-83e7-f09c3fbca63a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6301 | 2025.01.25 03:56:48.778747 [ 259 ] {1f6581f6-d1a9-432d-83e7-f09c3fbca63a} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6302 | 2025.01.25 03:56:48.779007 [ 259 ] {1f6581f6-d1a9-432d-83e7-f09c3fbca63a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001989 sec., 7038.712921065862 rows/sec., 492.95 KiB/sec. | ||
| 6303 | 2025.01.25 03:56:48.779193 [ 259 ] {1f6581f6-d1a9-432d-83e7-f09c3fbca63a} <Debug> TCPHandler: Processed in 0.002485701 sec. | ||
| 6304 | 2025.01.25 03:56:48.779383 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6305 | 2025.01.25 03:56:48.779525 [ 260 ] {41075944-4e04-429b-bb4c-3639177ec0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6306 | 2025.01.25 03:56:48.779584 [ 260 ] {41075944-4e04-429b-bb4c-3639177ec0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6307 | 2025.01.25 03:56:48.780268 [ 260 ] {41075944-4e04-429b-bb4c-3639177ec0a2} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6308 | 2025.01.25 03:56:48.780308 [ 260 ] {41075944-4e04-429b-bb4c-3639177ec0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6309 | 2025.01.25 03:56:48.780659 [ 260 ] {41075944-4e04-429b-bb4c-3639177ec0a2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6310 | 2025.01.25 03:56:48.780899 [ 260 ] {41075944-4e04-429b-bb4c-3639177ec0a2} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6311 | 2025.01.25 03:56:48.781110 [ 260 ] {41075944-4e04-429b-bb4c-3639177ec0a2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec. | ||
| 6312 | 2025.01.25 03:56:48.781165 [ 260 ] {41075944-4e04-429b-bb4c-3639177ec0a2} <Debug> TCPHandler: Processed in 0.001866686 sec. | ||
| 6313 | 2025.01.25 03:56:48.781354 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6314 | 2025.01.25 03:56:48.781558 [ 259 ] {031d35fa-d85e-4a77-b5b2-c882ce8ad67a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6315 | 2025.01.25 03:56:48.781643 [ 259 ] {031d35fa-d85e-4a77-b5b2-c882ce8ad67a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6316 | 2025.01.25 03:56:48.782648 [ 259 ] {031d35fa-d85e-4a77-b5b2-c882ce8ad67a} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6317 | 2025.01.25 03:56:48.782687 [ 259 ] {031d35fa-d85e-4a77-b5b2-c882ce8ad67a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6318 | 2025.01.25 03:56:48.783064 [ 259 ] {031d35fa-d85e-4a77-b5b2-c882ce8ad67a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6319 | 2025.01.25 03:56:48.783303 [ 259 ] {031d35fa-d85e-4a77-b5b2-c882ce8ad67a} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6320 | 2025.01.25 03:56:48.783462 [ 143 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6321 | 2025.01.25 03:56:48.783527 [ 143 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6322 | 2025.01.25 03:56:48.783545 [ 259 ] {031d35fa-d85e-4a77-b5b2-c882ce8ad67a} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.002027 sec., 203749.38332511098 rows/sec., 14.54 MiB/sec. | ||
| 6323 | 2025.01.25 03:56:48.783566 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6324 | 2025.01.25 03:56:48.783742 [ 259 ] {031d35fa-d85e-4a77-b5b2-c882ce8ad67a} <Debug> TCPHandler: Processed in 0.00248375 sec. | ||
| 6325 | 2025.01.25 03:56:48.784049 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 6326 | 2025.01.25 03:56:48.784053 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6327 | 2025.01.25 03:56:48.784457 [ 260 ] {9dfc74c6-0620-44b0-99c1-562374fe8498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6328 | 2025.01.25 03:56:48.784596 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6329 | 2025.01.25 03:56:48.784652 [ 260 ] {9dfc74c6-0620-44b0-99c1-562374fe8498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6330 | 2025.01.25 03:56:48.784720 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 6331 | 2025.01.25 03:56:48.784970 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 545 rows starting from the beginning of the part | ||
| 6332 | 2025.01.25 03:56:48.785259 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6333 | 2025.01.25 03:56:48.785637 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 409 rows starting from the beginning of the part | ||
| 6334 | 2025.01.25 03:56:48.785788 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 77 rows starting from the beginning of the part | ||
| 6335 | 2025.01.25 03:56:48.786243 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 413 rows starting from the beginning of the part | ||
| 6336 | 2025.01.25 03:56:48.786696 [ 260 ] {9dfc74c6-0620-44b0-99c1-562374fe8498} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2025.01.25 03:56:48.786740 [ 260 ] {9dfc74c6-0620-44b0-99c1-562374fe8498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6338 | 2025.01.25 03:56:48.787234 [ 260 ] {9dfc74c6-0620-44b0-99c1-562374fe8498} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6339 | 2025.01.25 03:56:48.787557 [ 260 ] {9dfc74c6-0620-44b0-99c1-562374fe8498} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6340 | 2025.01.25 03:56:48.787809 [ 260 ] {9dfc74c6-0620-44b0-99c1-562374fe8498} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003476 sec., 1726.1219792865363 rows/sec., 90.18 KiB/sec. | ||
| 6341 | 2025.01.25 03:56:48.788026 [ 260 ] {9dfc74c6-0620-44b0-99c1-562374fe8498} <Debug> TCPHandler: Processed in 0.004155141 sec. | ||
| 6342 | 2025.01.25 03:56:48.788479 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6343 | 2025.01.25 03:56:48.788677 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.004956141 sec., 488686.66165873816 rows/sec., 37.49 MiB/sec. | ||
| 6344 | 2025.01.25 03:56:48.788731 [ 259 ] {ea28cd69-b092-41e0-8632-7cc4a9f7ed35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6345 | 2025.01.25 03:56:48.788815 [ 259 ] {ea28cd69-b092-41e0-8632-7cc4a9f7ed35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6346 | 2025.01.25 03:56:48.789008 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6347 | 2025.01.25 03:56:48.789713 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6348 | 2025.01.25 03:56:48.789924 [ 187 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_46_9} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6349 | 2025.01.25 03:56:48.790130 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 6350 | 2025.01.25 03:56:48.790210 [ 259 ] {ea28cd69-b092-41e0-8632-7cc4a9f7ed35} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6351 | 2025.01.25 03:56:48.790254 [ 259 ] {ea28cd69-b092-41e0-8632-7cc4a9f7ed35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6352 | 2025.01.25 03:56:48.790658 [ 259 ] {ea28cd69-b092-41e0-8632-7cc4a9f7ed35} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6353 | 2025.01.25 03:56:48.790896 [ 259 ] {ea28cd69-b092-41e0-8632-7cc4a9f7ed35} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6354 | 2025.01.25 03:56:48.791069 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6355 | 2025.01.25 03:56:48.791139 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6356 | 2025.01.25 03:56:48.791141 [ 259 ] {ea28cd69-b092-41e0-8632-7cc4a9f7ed35} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.002458 sec., 97233.52318958503 rows/sec., 6.52 MiB/sec. | ||
| 6357 | 2025.01.25 03:56:48.791183 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6358 | 2025.01.25 03:56:48.791324 [ 259 ] {ea28cd69-b092-41e0-8632-7cc4a9f7ed35} <Debug> TCPHandler: Processed in 0.003155827 sec. | ||
| 6359 | 2025.01.25 03:56:48.791596 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 6360 | 2025.01.25 03:56:48.791794 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6361 | 2025.01.25 03:56:48.792149 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6362 | 2025.01.25 03:56:48.792294 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12378 rows starting from the beginning of the part | ||
| 6363 | 2025.01.25 03:56:48.792416 [ 260 ] {30a80090-def3-4d13-9bba-5b8b021ae88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6364 | 2025.01.25 03:56:48.792598 [ 260 ] {30a80090-def3-4d13-9bba-5b8b021ae88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6365 | 2025.01.25 03:56:48.792645 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 958 rows starting from the beginning of the part | ||
| 6366 | 2025.01.25 03:56:48.793022 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 54 rows starting from the beginning of the part | ||
| 6367 | 2025.01.25 03:56:48.793464 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
| 6368 | 2025.01.25 03:56:48.793861 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 6369 | 2025.01.25 03:56:48.794076 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 239 rows starting from the beginning of the part | ||
| 6370 | 2025.01.25 03:56:48.794893 [ 260 ] {30a80090-def3-4d13-9bba-5b8b021ae88e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6371 | 2025.01.25 03:56:48.794966 [ 260 ] {30a80090-def3-4d13-9bba-5b8b021ae88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6372 | 2025.01.25 03:56:48.795570 [ 260 ] {30a80090-def3-4d13-9bba-5b8b021ae88e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6373 | 2025.01.25 03:56:48.795897 [ 260 ] {30a80090-def3-4d13-9bba-5b8b021ae88e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6374 | 2025.01.25 03:56:48.796329 [ 260 ] {30a80090-def3-4d13-9bba-5b8b021ae88e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003989 sec., 250.689395838556 rows/sec., 16.89 KiB/sec. | ||
| 6375 | 2025.01.25 03:56:48.796504 [ 260 ] {30a80090-def3-4d13-9bba-5b8b021ae88e} <Debug> TCPHandler: Processed in 0.005033712 sec. | ||
| 6376 | 2025.01.25 03:56:48.796839 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6377 | 2025.01.25 03:56:48.797137 [ 259 ] {bf75dbb6-290c-48ff-9d4b-cf6ca33c7613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6378 | 2025.01.25 03:56:48.797299 [ 259 ] {bf75dbb6-290c-48ff-9d4b-cf6ca33c7613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6379 | 2025.01.25 03:56:48.798975 [ 259 ] {bf75dbb6-290c-48ff-9d4b-cf6ca33c7613} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2025.01.25 03:56:48.799017 [ 259 ] {bf75dbb6-290c-48ff-9d4b-cf6ca33c7613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6381 | 2025.01.25 03:56:48.800207 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14026 rows, containing 5 columns (5 merged, 0 gathered) in 0.008869125 sec., 1581441.2357476074 rows/sec., 106.80 MiB/sec. | ||
| 6382 | 2025.01.25 03:56:48.800448 [ 259 ] {bf75dbb6-290c-48ff-9d4b-cf6ca33c7613} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6383 | 2025.01.25 03:56:48.800617 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6384 | 2025.01.25 03:56:48.800940 [ 259 ] {bf75dbb6-290c-48ff-9d4b-cf6ca33c7613} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2025.01.25 03:56:48.801238 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6386 | 2025.01.25 03:56:48.801639 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6387 | 2025.01.25 03:56:48.801645 [ 259 ] {bf75dbb6-290c-48ff-9d4b-cf6ca33c7613} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004527 sec., 5964.214711729623 rows/sec., 10.69 MiB/sec. | ||
| 6388 | 2025.01.25 03:56:48.801941 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB. | ||
| 6389 | 2025.01.25 03:56:48.802232 [ 259 ] {bf75dbb6-290c-48ff-9d4b-cf6ca33c7613} <Debug> TCPHandler: Processed in 0.005588016 sec. | ||
| 6390 | 2025.01.25 03:56:48.802444 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2025.01.25 03:56:48.802583 [ 260 ] {8c759761-3dad-499e-aa30-06b26c6a3d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6392 | 2025.01.25 03:56:48.802641 [ 260 ] {8c759761-3dad-499e-aa30-06b26c6a3d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6393 | 2025.01.25 03:56:48.803222 [ 260 ] {8c759761-3dad-499e-aa30-06b26c6a3d61} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2025.01.25 03:56:48.803266 [ 260 ] {8c759761-3dad-499e-aa30-06b26c6a3d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6395 | 2025.01.25 03:56:48.803635 [ 260 ] {8c759761-3dad-499e-aa30-06b26c6a3d61} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6396 | 2025.01.25 03:56:48.803878 [ 260 ] {8c759761-3dad-499e-aa30-06b26c6a3d61} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2025.01.25 03:56:48.804002 [ 142 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6398 | 2025.01.25 03:56:48.804035 [ 142 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6399 | 2025.01.25 03:56:48.804056 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6400 | 2025.01.25 03:56:48.804061 [ 260 ] {8c759761-3dad-499e-aa30-06b26c6a3d61} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec. | ||
| 6401 | 2025.01.25 03:56:48.804231 [ 260 ] {8c759761-3dad-499e-aa30-06b26c6a3d61} <Debug> TCPHandler: Processed in 0.001872935 sec. | ||
| 6402 | 2025.01.25 03:56:48.804300 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 6403 | 2025.01.25 03:56:48.804424 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6404 | 2025.01.25 03:56:48.804453 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2446 rows starting from the beginning of the part | ||
| 6405 | 2025.01.25 03:56:48.804518 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part | ||
| 6406 | 2025.01.25 03:56:48.804722 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part | ||
| 6407 | 2025.01.25 03:56:48.804927 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 6408 | 2025.01.25 03:56:48.805113 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 6409 | 2025.01.25 03:56:48.805247 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 6410 | 2025.01.25 03:56:48.806908 [ 197 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2730 rows, containing 4 columns (4 merged, 0 gathered) in 0.002765497 sec., 987164.332487072 rows/sec., 64.52 MiB/sec. | ||
| 6411 | 2025.01.25 03:56:48.807182 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6412 | 2025.01.25 03:56:48.807483 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_46_9} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6413 | 2025.01.25 03:56:48.807561 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_46_9} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6414 | 2025.01.25 03:56:48.807647 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6415 | 2025.01.25 03:56:49.931735 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6416 | 2025.01.25 03:56:49.932365 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6417 | 2025.01.25 03:56:49.932415 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6418 | 2025.01.25 03:56:49.932937 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6419 | 2025.01.25 03:56:49.933190 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6420 | 2025.01.25 03:56:49.933454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6421 | 2025.01.25 03:56:50.837187 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6422 | 2025.01.25 03:56:50.858071 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6423 | 2025.01.25 03:56:50.858136 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6424 | 2025.01.25 03:56:50.865953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6425 | 2025.01.25 03:56:50.866718 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6426 | 2025.01.25 03:56:50.870155 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6427 | 2025.01.25 03:56:52.491349 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 908 | ||
| 6428 | 2025.01.25 03:56:52.494603 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6429 | 2025.01.25 03:56:52.494653 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6430 | 2025.01.25 03:56:52.496142 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6431 | 2025.01.25 03:56:52.496454 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6432 | 2025.01.25 03:56:52.496618 [ 138 ] {} <Debug> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6433 | 2025.01.25 03:56:52.496696 [ 138 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6434 | 2025.01.25 03:56:52.496743 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6435 | 2025.01.25 03:56:52.497528 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 6436 | 2025.01.25 03:56:52.498616 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908 | ||
| 6437 | 2025.01.25 03:56:52.499015 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6438 | 2025.01.25 03:56:52.499197 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 726 rows starting from the beginning of the part | ||
| 6439 | 2025.01.25 03:56:52.499906 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
| 6440 | 2025.01.25 03:56:52.500614 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 6441 | 2025.01.25 03:56:52.501192 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 6442 | 2025.01.25 03:56:52.501786 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
| 6443 | 2025.01.25 03:56:52.502380 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 6444 | 2025.01.25 03:56:52.510623 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 72 columns (72 merged, 0 gathered) in 0.013729064 sec., 66137.06513422911 rows/sec., 54.15 MiB/sec. | ||
| 6445 | 2025.01.25 03:56:52.512059 [ 191 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6446 | 2025.01.25 03:56:52.512894 [ 191 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6447 | 2025.01.25 03:56:52.512995 [ 191 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_21_4} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6448 | 2025.01.25 03:56:52.513334 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 6449 | 2025.01.25 03:56:53.758895 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6450 | 2025.01.25 03:56:53.759107 [ 259 ] {91bd82c6-d825-42eb-9cf8-c2ef3774e57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6451 | 2025.01.25 03:56:53.759186 [ 259 ] {91bd82c6-d825-42eb-9cf8-c2ef3774e57e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6452 | 2025.01.25 03:56:53.759965 [ 259 ] {91bd82c6-d825-42eb-9cf8-c2ef3774e57e} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6453 | 2025.01.25 03:56:53.760006 [ 259 ] {91bd82c6-d825-42eb-9cf8-c2ef3774e57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6454 | 2025.01.25 03:56:53.760441 [ 259 ] {91bd82c6-d825-42eb-9cf8-c2ef3774e57e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6455 | 2025.01.25 03:56:53.760695 [ 259 ] {91bd82c6-d825-42eb-9cf8-c2ef3774e57e} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6456 | 2025.01.25 03:56:53.760885 [ 259 ] {91bd82c6-d825-42eb-9cf8-c2ef3774e57e} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001839 sec., 44589.450788472 rows/sec., 3.68 MiB/sec. | ||
| 6457 | 2025.01.25 03:56:53.760938 [ 259 ] {91bd82c6-d825-42eb-9cf8-c2ef3774e57e} <Debug> TCPHandler: Processed in 0.002187104 sec. | ||
| 6458 | 2025.01.25 03:56:53.761182 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6459 | 2025.01.25 03:56:53.761372 [ 260 ] {af454562-bce7-443d-8995-df022b8dc394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6460 | 2025.01.25 03:56:53.761446 [ 260 ] {af454562-bce7-443d-8995-df022b8dc394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6461 | 2025.01.25 03:56:53.762184 [ 260 ] {af454562-bce7-443d-8995-df022b8dc394} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6462 | 2025.01.25 03:56:53.762230 [ 260 ] {af454562-bce7-443d-8995-df022b8dc394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6463 | 2025.01.25 03:56:53.762653 [ 260 ] {af454562-bce7-443d-8995-df022b8dc394} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6464 | 2025.01.25 03:56:53.762901 [ 260 ] {af454562-bce7-443d-8995-df022b8dc394} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6465 | 2025.01.25 03:56:53.763130 [ 260 ] {af454562-bce7-443d-8995-df022b8dc394} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001812 sec., 7174.39293598234 rows/sec., 539.48 KiB/sec. | ||
| 6466 | 2025.01.25 03:56:53.763185 [ 260 ] {af454562-bce7-443d-8995-df022b8dc394} <Debug> TCPHandler: Processed in 0.002143372 sec. | ||
| 6467 | 2025.01.25 03:56:53.763326 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6468 | 2025.01.25 03:56:53.763456 [ 259 ] {f4caeb69-53fc-4d5b-8bf1-99d54156bf3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6469 | 2025.01.25 03:56:53.763513 [ 259 ] {f4caeb69-53fc-4d5b-8bf1-99d54156bf3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6470 | 2025.01.25 03:56:53.764244 [ 259 ] {f4caeb69-53fc-4d5b-8bf1-99d54156bf3c} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6471 | 2025.01.25 03:56:53.764289 [ 259 ] {f4caeb69-53fc-4d5b-8bf1-99d54156bf3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6472 | 2025.01.25 03:56:53.764682 [ 259 ] {f4caeb69-53fc-4d5b-8bf1-99d54156bf3c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6473 | 2025.01.25 03:56:53.764921 [ 259 ] {f4caeb69-53fc-4d5b-8bf1-99d54156bf3c} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6474 | 2025.01.25 03:56:53.765095 [ 259 ] {f4caeb69-53fc-4d5b-8bf1-99d54156bf3c} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00167 sec., 46107.78443113773 rows/sec., 3.60 MiB/sec. | ||
| 6475 | 2025.01.25 03:56:53.765145 [ 259 ] {f4caeb69-53fc-4d5b-8bf1-99d54156bf3c} <Debug> TCPHandler: Processed in 0.001874456 sec. | ||
| 6476 | 2025.01.25 03:56:53.765285 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6477 | 2025.01.25 03:56:53.765410 [ 260 ] {9e56b0e5-3314-4608-821e-7934e4372fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6478 | 2025.01.25 03:56:53.765507 [ 260 ] {9e56b0e5-3314-4608-821e-7934e4372fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6479 | 2025.01.25 03:56:53.766490 [ 260 ] {9e56b0e5-3314-4608-821e-7934e4372fd1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6480 | 2025.01.25 03:56:53.766530 [ 260 ] {9e56b0e5-3314-4608-821e-7934e4372fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6481 | 2025.01.25 03:56:53.766923 [ 260 ] {9e56b0e5-3314-4608-821e-7934e4372fd1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6482 | 2025.01.25 03:56:53.767162 [ 260 ] {9e56b0e5-3314-4608-821e-7934e4372fd1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6483 | 2025.01.25 03:56:53.767378 [ 260 ] {9e56b0e5-3314-4608-821e-7934e4372fd1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001999 sec., 80040.02001000501 rows/sec., 5.57 MiB/sec. | ||
| 6484 | 2025.01.25 03:56:53.767436 [ 260 ] {9e56b0e5-3314-4608-821e-7934e4372fd1} <Debug> TCPHandler: Processed in 0.002207623 sec. | ||
| 6485 | 2025.01.25 03:56:53.767659 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6486 | 2025.01.25 03:56:53.767809 [ 259 ] {e171af84-ce3f-402d-a611-047e3cb45a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6487 | 2025.01.25 03:56:53.767901 [ 259 ] {e171af84-ce3f-402d-a611-047e3cb45a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6488 | 2025.01.25 03:56:53.769085 [ 259 ] {e171af84-ce3f-402d-a611-047e3cb45a2f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2025.01.25 03:56:53.769123 [ 259 ] {e171af84-ce3f-402d-a611-047e3cb45a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6490 | 2025.01.25 03:56:53.769748 [ 259 ] {e171af84-ce3f-402d-a611-047e3cb45a2f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6491 | 2025.01.25 03:56:53.770000 [ 259 ] {e171af84-ce3f-402d-a611-047e3cb45a2f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6492 | 2025.01.25 03:56:53.770231 [ 259 ] {e171af84-ce3f-402d-a611-047e3cb45a2f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002446 sec., 5314.799672935405 rows/sec., 9.52 MiB/sec. | ||
| 6493 | 2025.01.25 03:56:53.770756 [ 259 ] {e171af84-ce3f-402d-a611-047e3cb45a2f} <Debug> TCPHandler: Processed in 0.003228869 sec. | ||
| 6494 | 2025.01.25 03:56:53.771034 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6495 | 2025.01.25 03:56:53.771172 [ 260 ] {30d2915c-68aa-498a-b91a-113212e2956f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6496 | 2025.01.25 03:56:53.771224 [ 260 ] {30d2915c-68aa-498a-b91a-113212e2956f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6497 | 2025.01.25 03:56:53.771730 [ 260 ] {30d2915c-68aa-498a-b91a-113212e2956f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6498 | 2025.01.25 03:56:53.771770 [ 260 ] {30d2915c-68aa-498a-b91a-113212e2956f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6499 | 2025.01.25 03:56:53.772140 [ 260 ] {30d2915c-68aa-498a-b91a-113212e2956f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6500 | 2025.01.25 03:56:53.772380 [ 260 ] {30d2915c-68aa-498a-b91a-113212e2956f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6501 | 2025.01.25 03:56:53.772612 [ 260 ] {30d2915c-68aa-498a-b91a-113212e2956f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
| 6502 | 2025.01.25 03:56:53.772685 [ 260 ] {30d2915c-68aa-498a-b91a-113212e2956f} <Debug> TCPHandler: Processed in 0.001765433 sec. | ||
| 6503 | 2025.01.25 03:56:57.312055 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6504 | 2025.01.25 03:56:57.312122 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6505 | 2025.01.25 03:56:57.434521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6506 | 2025.01.25 03:56:57.435187 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6507 | 2025.01.25 03:56:57.435231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6508 | 2025.01.25 03:56:57.435811 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6509 | 2025.01.25 03:56:57.436077 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6510 | 2025.01.25 03:56:57.436281 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6511 | 2025.01.25 03:56:58.371171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6512 | 2025.01.25 03:56:58.391844 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2025.01.25 03:56:58.391893 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6514 | 2025.01.25 03:56:58.399097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6515 | 2025.01.25 03:56:58.399858 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2025.01.25 03:56:58.402471 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6517 | 2025.01.25 03:56:58.764998 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6518 | 2025.01.25 03:56:58.765191 [ 259 ] {292579c6-abb9-4483-8651-2bb6e635c8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6519 | 2025.01.25 03:56:58.765266 [ 259 ] {292579c6-abb9-4483-8651-2bb6e635c8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6520 | 2025.01.25 03:56:58.766017 [ 259 ] {292579c6-abb9-4483-8651-2bb6e635c8e4} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6521 | 2025.01.25 03:56:58.766070 [ 259 ] {292579c6-abb9-4483-8651-2bb6e635c8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6522 | 2025.01.25 03:56:58.766509 [ 259 ] {292579c6-abb9-4483-8651-2bb6e635c8e4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6523 | 2025.01.25 03:56:58.766761 [ 259 ] {292579c6-abb9-4483-8651-2bb6e635c8e4} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6524 | 2025.01.25 03:56:58.767019 [ 259 ] {292579c6-abb9-4483-8651-2bb6e635c8e4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec. | ||
| 6525 | 2025.01.25 03:56:58.767151 [ 259 ] {292579c6-abb9-4483-8651-2bb6e635c8e4} <Debug> TCPHandler: Processed in 0.002282325 sec. | ||
| 6526 | 2025.01.25 03:56:58.767470 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6527 | 2025.01.25 03:56:58.767685 [ 260 ] {7357c1c4-29bf-457d-bcb7-52464061baf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6528 | 2025.01.25 03:56:58.767765 [ 260 ] {7357c1c4-29bf-457d-bcb7-52464061baf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6529 | 2025.01.25 03:56:58.768691 [ 260 ] {7357c1c4-29bf-457d-bcb7-52464061baf9} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6530 | 2025.01.25 03:56:58.768739 [ 260 ] {7357c1c4-29bf-457d-bcb7-52464061baf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6531 | 2025.01.25 03:56:58.769185 [ 260 ] {7357c1c4-29bf-457d-bcb7-52464061baf9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6532 | 2025.01.25 03:56:58.769435 [ 260 ] {7357c1c4-29bf-457d-bcb7-52464061baf9} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6533 | 2025.01.25 03:56:58.769674 [ 260 ] {7357c1c4-29bf-457d-bcb7-52464061baf9} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002049 sec., 125427.03757930698 rows/sec., 10.97 MiB/sec. | ||
| 6534 | 2025.01.25 03:56:58.769729 [ 260 ] {7357c1c4-29bf-457d-bcb7-52464061baf9} <Debug> TCPHandler: Processed in 0.00245183 sec. | ||
| 6535 | 2025.01.25 03:56:58.769897 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6536 | 2025.01.25 03:56:58.770043 [ 259 ] {2448f913-a5d8-4725-a5d4-d33511da5391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6537 | 2025.01.25 03:56:58.770104 [ 259 ] {2448f913-a5d8-4725-a5d4-d33511da5391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6538 | 2025.01.25 03:56:58.770771 [ 259 ] {2448f913-a5d8-4725-a5d4-d33511da5391} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6539 | 2025.01.25 03:56:58.770812 [ 259 ] {2448f913-a5d8-4725-a5d4-d33511da5391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6540 | 2025.01.25 03:56:58.771174 [ 259 ] {2448f913-a5d8-4725-a5d4-d33511da5391} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6541 | 2025.01.25 03:56:58.771423 [ 259 ] {2448f913-a5d8-4725-a5d4-d33511da5391} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6542 | 2025.01.25 03:56:58.771681 [ 259 ] {2448f913-a5d8-4725-a5d4-d33511da5391} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001663 sec., 20444.978953698137 rows/sec., 1.46 MiB/sec. | ||
| 6543 | 2025.01.25 03:56:58.771798 [ 259 ] {2448f913-a5d8-4725-a5d4-d33511da5391} <Debug> TCPHandler: Processed in 0.001966758 sec. | ||
| 6544 | 2025.01.25 03:56:58.772014 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6545 | 2025.01.25 03:56:58.772153 [ 260 ] {dd5e0cc5-6400-4376-9203-dff108e36381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6546 | 2025.01.25 03:56:58.772209 [ 260 ] {dd5e0cc5-6400-4376-9203-dff108e36381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6547 | 2025.01.25 03:56:58.772828 [ 260 ] {dd5e0cc5-6400-4376-9203-dff108e36381} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6548 | 2025.01.25 03:56:58.772868 [ 260 ] {dd5e0cc5-6400-4376-9203-dff108e36381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6549 | 2025.01.25 03:56:58.773216 [ 260 ] {dd5e0cc5-6400-4376-9203-dff108e36381} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6550 | 2025.01.25 03:56:58.773452 [ 260 ] {dd5e0cc5-6400-4376-9203-dff108e36381} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6551 | 2025.01.25 03:56:58.773712 [ 260 ] {dd5e0cc5-6400-4376-9203-dff108e36381} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec. | ||
| 6552 | 2025.01.25 03:56:58.773862 [ 260 ] {dd5e0cc5-6400-4376-9203-dff108e36381} <Debug> TCPHandler: Processed in 0.001951868 sec. | ||
| 6553 | 2025.01.25 03:56:58.774143 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6554 | 2025.01.25 03:56:58.774363 [ 259 ] {673328f7-87fc-4697-81bd-18fe11e903af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6555 | 2025.01.25 03:56:58.774453 [ 259 ] {673328f7-87fc-4697-81bd-18fe11e903af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6556 | 2025.01.25 03:56:58.775091 [ 259 ] {673328f7-87fc-4697-81bd-18fe11e903af} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2025.01.25 03:56:58.775131 [ 259 ] {673328f7-87fc-4697-81bd-18fe11e903af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6558 | 2025.01.25 03:56:58.775479 [ 259 ] {673328f7-87fc-4697-81bd-18fe11e903af} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6559 | 2025.01.25 03:56:58.775715 [ 259 ] {673328f7-87fc-4697-81bd-18fe11e903af} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2025.01.25 03:56:58.775922 [ 259 ] {673328f7-87fc-4697-81bd-18fe11e903af} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 502.51 KiB/sec. | ||
| 6561 | 2025.01.25 03:56:58.775976 [ 259 ] {673328f7-87fc-4697-81bd-18fe11e903af} <Debug> TCPHandler: Processed in 0.002005329 sec. | ||
| 6562 | 2025.01.25 03:56:58.776125 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6563 | 2025.01.25 03:56:58.776262 [ 260 ] {f8dc8bc0-110d-4304-9449-0480bafbdce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6564 | 2025.01.25 03:56:58.776318 [ 260 ] {f8dc8bc0-110d-4304-9449-0480bafbdce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6565 | 2025.01.25 03:56:58.777070 [ 260 ] {f8dc8bc0-110d-4304-9449-0480bafbdce1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6566 | 2025.01.25 03:56:58.777109 [ 260 ] {f8dc8bc0-110d-4304-9449-0480bafbdce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6567 | 2025.01.25 03:56:58.777483 [ 260 ] {f8dc8bc0-110d-4304-9449-0480bafbdce1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6568 | 2025.01.25 03:56:58.777717 [ 260 ] {f8dc8bc0-110d-4304-9449-0480bafbdce1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6569 | 2025.01.25 03:56:58.777934 [ 260 ] {f8dc8bc0-110d-4304-9449-0480bafbdce1} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001702 sec., 240305.52291421857 rows/sec., 17.12 MiB/sec. | ||
| 6570 | 2025.01.25 03:56:58.777986 [ 260 ] {f8dc8bc0-110d-4304-9449-0480bafbdce1} <Debug> TCPHandler: Processed in 0.001927277 sec. | ||
| 6571 | 2025.01.25 03:56:58.778132 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6572 | 2025.01.25 03:56:58.778269 [ 259 ] {675e4820-f4bb-494a-86c8-83ce8726c3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6573 | 2025.01.25 03:56:58.778329 [ 259 ] {675e4820-f4bb-494a-86c8-83ce8726c3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6574 | 2025.01.25 03:56:58.778845 [ 259 ] {675e4820-f4bb-494a-86c8-83ce8726c3ef} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6575 | 2025.01.25 03:56:58.778883 [ 259 ] {675e4820-f4bb-494a-86c8-83ce8726c3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6576 | 2025.01.25 03:56:58.779245 [ 259 ] {675e4820-f4bb-494a-86c8-83ce8726c3ef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6577 | 2025.01.25 03:56:58.779479 [ 259 ] {675e4820-f4bb-494a-86c8-83ce8726c3ef} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6578 | 2025.01.25 03:56:58.779686 [ 259 ] {675e4820-f4bb-494a-86c8-83ce8726c3ef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 6579 | 2025.01.25 03:56:58.779739 [ 259 ] {675e4820-f4bb-494a-86c8-83ce8726c3ef} <Debug> TCPHandler: Processed in 0.00167164 sec. | ||
| 6580 | 2025.01.25 03:56:58.779883 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6581 | 2025.01.25 03:56:58.780019 [ 260 ] {ec0fd0b0-8f6c-4078-a590-0ee105a83003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6582 | 2025.01.25 03:56:58.780083 [ 260 ] {ec0fd0b0-8f6c-4078-a590-0ee105a83003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6583 | 2025.01.25 03:56:58.780726 [ 260 ] {ec0fd0b0-8f6c-4078-a590-0ee105a83003} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6584 | 2025.01.25 03:56:58.780765 [ 260 ] {ec0fd0b0-8f6c-4078-a590-0ee105a83003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6585 | 2025.01.25 03:56:58.781154 [ 260 ] {ec0fd0b0-8f6c-4078-a590-0ee105a83003} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6586 | 2025.01.25 03:56:58.781382 [ 260 ] {ec0fd0b0-8f6c-4078-a590-0ee105a83003} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6587 | 2025.01.25 03:56:58.781590 [ 260 ] {ec0fd0b0-8f6c-4078-a590-0ee105a83003} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec. | ||
| 6588 | 2025.01.25 03:56:58.781641 [ 260 ] {ec0fd0b0-8f6c-4078-a590-0ee105a83003} <Debug> TCPHandler: Processed in 0.001824145 sec. | ||
| 6589 | 2025.01.25 03:56:58.781844 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6590 | 2025.01.25 03:56:58.782066 [ 259 ] {35bf3bdc-f700-4fb6-8616-cebecf8e1b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6591 | 2025.01.25 03:56:58.782158 [ 259 ] {35bf3bdc-f700-4fb6-8616-cebecf8e1b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6592 | 2025.01.25 03:56:58.782813 [ 259 ] {35bf3bdc-f700-4fb6-8616-cebecf8e1b1f} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2025.01.25 03:56:58.782852 [ 259 ] {35bf3bdc-f700-4fb6-8616-cebecf8e1b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6594 | 2025.01.25 03:56:58.783199 [ 259 ] {35bf3bdc-f700-4fb6-8616-cebecf8e1b1f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6595 | 2025.01.25 03:56:58.783436 [ 259 ] {35bf3bdc-f700-4fb6-8616-cebecf8e1b1f} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6596 | 2025.01.25 03:56:58.783651 [ 259 ] {35bf3bdc-f700-4fb6-8616-cebecf8e1b1f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001639 sec., 610.1281269066503 rows/sec., 41.11 KiB/sec. | ||
| 6597 | 2025.01.25 03:56:58.783702 [ 259 ] {35bf3bdc-f700-4fb6-8616-cebecf8e1b1f} <Debug> TCPHandler: Processed in 0.001966717 sec. | ||
| 6598 | 2025.01.25 03:56:58.783853 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6599 | 2025.01.25 03:56:58.783992 [ 260 ] {3f4efd79-0d27-4746-a57f-93bc10dc1fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6600 | 2025.01.25 03:56:58.784086 [ 260 ] {3f4efd79-0d27-4746-a57f-93bc10dc1fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6601 | 2025.01.25 03:56:58.785293 [ 260 ] {3f4efd79-0d27-4746-a57f-93bc10dc1fff} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6602 | 2025.01.25 03:56:58.785333 [ 260 ] {3f4efd79-0d27-4746-a57f-93bc10dc1fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6603 | 2025.01.25 03:56:58.785968 [ 260 ] {3f4efd79-0d27-4746-a57f-93bc10dc1fff} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6604 | 2025.01.25 03:56:58.786219 [ 260 ] {3f4efd79-0d27-4746-a57f-93bc10dc1fff} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6605 | 2025.01.25 03:56:58.786404 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6606 | 2025.01.25 03:56:58.786485 [ 260 ] {3f4efd79-0d27-4746-a57f-93bc10dc1fff} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002518 sec., 10722.795869737887 rows/sec., 19.21 MiB/sec. | ||
| 6607 | 2025.01.25 03:56:58.786492 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2025.01.25 03:56:58.786580 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6609 | 2025.01.25 03:56:58.786956 [ 260 ] {3f4efd79-0d27-4746-a57f-93bc10dc1fff} <Debug> TCPHandler: Processed in 0.003161996 sec. | ||
| 6610 | 2025.01.25 03:56:58.787283 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 6611 | 2025.01.25 03:56:58.787453 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6612 | 2025.01.25 03:56:58.787905 [ 259 ] {ed4c1213-65cc-47c1-a78e-099e9f60044b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6613 | 2025.01.25 03:56:58.788032 [ 259 ] {ed4c1213-65cc-47c1-a78e-099e9f60044b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6614 | 2025.01.25 03:56:58.788626 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6615 | 2025.01.25 03:56:58.788842 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 555 rows starting from the beginning of the part | ||
| 6616 | 2025.01.25 03:56:58.789521 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part | ||
| 6617 | 2025.01.25 03:56:58.790281 [ 259 ] {ed4c1213-65cc-47c1-a78e-099e9f60044b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6618 | 2025.01.25 03:56:58.790331 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 6619 | 2025.01.25 03:56:58.790352 [ 259 ] {ed4c1213-65cc-47c1-a78e-099e9f60044b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6620 | 2025.01.25 03:56:58.791021 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part | ||
| 6621 | 2025.01.25 03:56:58.791712 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 6622 | 2025.01.25 03:56:58.791811 [ 259 ] {ed4c1213-65cc-47c1-a78e-099e9f60044b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6623 | 2025.01.25 03:56:58.792240 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part | ||
| 6624 | 2025.01.25 03:56:58.792681 [ 259 ] {ed4c1213-65cc-47c1-a78e-099e9f60044b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6625 | 2025.01.25 03:56:58.793570 [ 259 ] {ed4c1213-65cc-47c1-a78e-099e9f60044b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005775 sec., 14199.1341991342 rows/sec., 923.46 KiB/sec. | ||
| 6626 | 2025.01.25 03:56:58.793730 [ 259 ] {ed4c1213-65cc-47c1-a78e-099e9f60044b} <Debug> TCPHandler: Processed in 0.006631451 sec. | ||
| 6627 | 2025.01.25 03:56:58.798692 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 19 columns (19 merged, 0 gathered) in 0.01195341 sec., 55381.686062805515 rows/sec., 99.24 MiB/sec. | ||
| 6628 | 2025.01.25 03:56:58.799853 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6629 | 2025.01.25 03:56:58.800281 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2025.01.25 03:56:58.800368 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6631 | 2025.01.25 03:56:58.800537 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
| 6632 | 2025.01.25 03:57:02.114617 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6633 | 2025.01.25 03:57:02.114846 [ 259 ] {a98d503c-1140-4900-a07d-f1133392c724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6634 | 2025.01.25 03:57:02.114931 [ 259 ] {a98d503c-1140-4900-a07d-f1133392c724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6635 | 2025.01.25 03:57:02.116507 [ 259 ] {a98d503c-1140-4900-a07d-f1133392c724} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6636 | 2025.01.25 03:57:02.116555 [ 259 ] {a98d503c-1140-4900-a07d-f1133392c724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6637 | 2025.01.25 03:57:02.117069 [ 259 ] {a98d503c-1140-4900-a07d-f1133392c724} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6638 | 2025.01.25 03:57:02.117331 [ 259 ] {a98d503c-1140-4900-a07d-f1133392c724} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6639 | 2025.01.25 03:57:02.117591 [ 259 ] {a98d503c-1140-4900-a07d-f1133392c724} <Debug> executeQuery: Read 1222 rows, 103.05 KiB in 0.002803 sec., 435961.46985372814 rows/sec., 35.90 MiB/sec. | ||
| 6640 | 2025.01.25 03:57:02.117726 [ 259 ] {a98d503c-1140-4900-a07d-f1133392c724} <Debug> TCPHandler: Processed in 0.003249048 sec. | ||
| 6641 | 2025.01.25 03:57:02.117995 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6642 | 2025.01.25 03:57:02.118191 [ 260 ] {d30a2a3a-6a7a-416e-b709-64289c9310f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6643 | 2025.01.25 03:57:02.118267 [ 260 ] {d30a2a3a-6a7a-416e-b709-64289c9310f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6644 | 2025.01.25 03:57:02.119042 [ 260 ] {d30a2a3a-6a7a-416e-b709-64289c9310f3} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6645 | 2025.01.25 03:57:02.119093 [ 260 ] {d30a2a3a-6a7a-416e-b709-64289c9310f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6646 | 2025.01.25 03:57:02.119533 [ 260 ] {d30a2a3a-6a7a-416e-b709-64289c9310f3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6647 | 2025.01.25 03:57:02.119788 [ 260 ] {d30a2a3a-6a7a-416e-b709-64289c9310f3} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6648 | 2025.01.25 03:57:02.120034 [ 260 ] {d30a2a3a-6a7a-416e-b709-64289c9310f3} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001897 sec., 6852.925672113864 rows/sec., 515.31 KiB/sec. | ||
| 6649 | 2025.01.25 03:57:02.120105 [ 260 ] {d30a2a3a-6a7a-416e-b709-64289c9310f3} <Debug> TCPHandler: Processed in 0.002255335 sec. | ||
| 6650 | 2025.01.25 03:57:02.120257 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2025.01.25 03:57:02.120387 [ 259 ] {3e22a8af-816c-4718-80d3-adf9296fda6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6652 | 2025.01.25 03:57:02.120442 [ 259 ] {3e22a8af-816c-4718-80d3-adf9296fda6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6653 | 2025.01.25 03:57:02.121160 [ 259 ] {3e22a8af-816c-4718-80d3-adf9296fda6c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6654 | 2025.01.25 03:57:02.121203 [ 259 ] {3e22a8af-816c-4718-80d3-adf9296fda6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6655 | 2025.01.25 03:57:02.121576 [ 259 ] {3e22a8af-816c-4718-80d3-adf9296fda6c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6656 | 2025.01.25 03:57:02.121812 [ 259 ] {3e22a8af-816c-4718-80d3-adf9296fda6c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2025.01.25 03:57:02.121994 [ 128 ] {} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6658 | 2025.01.25 03:57:02.122059 [ 259 ] {3e22a8af-816c-4718-80d3-adf9296fda6c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001702 sec., 133960.04700352528 rows/sec., 9.07 MiB/sec. | ||
| 6659 | 2025.01.25 03:57:02.122084 [ 128 ] {} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6660 | 2025.01.25 03:57:02.122151 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6661 | 2025.01.25 03:57:02.122187 [ 259 ] {3e22a8af-816c-4718-80d3-adf9296fda6c} <Debug> TCPHandler: Processed in 0.001984368 sec. | ||
| 6662 | 2025.01.25 03:57:02.122338 [ 193 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 6663 | 2025.01.25 03:57:02.122403 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6664 | 2025.01.25 03:57:02.122491 [ 193 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6665 | 2025.01.25 03:57:02.122575 [ 193 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
| 6666 | 2025.01.25 03:57:02.122641 [ 260 ] {92e8e205-6887-45fd-9617-ebd2c6f6cba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6667 | 2025.01.25 03:57:02.122745 [ 193 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part | ||
| 6668 | 2025.01.25 03:57:02.122778 [ 260 ] {92e8e205-6887-45fd-9617-ebd2c6f6cba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6669 | 2025.01.25 03:57:02.123132 [ 193 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 6670 | 2025.01.25 03:57:02.123514 [ 193 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 6671 | 2025.01.25 03:57:02.123852 [ 193 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 6672 | 2025.01.25 03:57:02.124254 [ 193 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part | ||
| 6673 | 2025.01.25 03:57:02.125988 [ 260 ] {92e8e205-6887-45fd-9617-ebd2c6f6cba1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6674 | 2025.01.25 03:57:02.126071 [ 260 ] {92e8e205-6887-45fd-9617-ebd2c6f6cba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6675 | 2025.01.25 03:57:02.127034 [ 189 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.004779626 sec., 154823.82931216792 rows/sec., 11.08 MiB/sec. | ||
| 6676 | 2025.01.25 03:57:02.127098 [ 260 ] {92e8e205-6887-45fd-9617-ebd2c6f6cba1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6677 | 2025.01.25 03:57:02.127256 [ 194 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6678 | 2025.01.25 03:57:02.127408 [ 260 ] {92e8e205-6887-45fd-9617-ebd2c6f6cba1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6679 | 2025.01.25 03:57:02.127711 [ 260 ] {92e8e205-6887-45fd-9617-ebd2c6f6cba1} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.005148 sec., 103535.35353535354 rows/sec., 7.67 MiB/sec. | ||
| 6680 | 2025.01.25 03:57:02.127800 [ 260 ] {92e8e205-6887-45fd-9617-ebd2c6f6cba1} <Debug> TCPHandler: Processed in 0.005477273 sec. | ||
| 6681 | 2025.01.25 03:57:02.127874 [ 194 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_26_5} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6682 | 2025.01.25 03:57:02.128011 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6683 | 2025.01.25 03:57:02.128027 [ 194 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_26_5} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6684 | 2025.01.25 03:57:02.128233 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 6685 | 2025.01.25 03:57:02.128239 [ 259 ] {58013f64-467c-4d48-ba7f-a18b45384cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6686 | 2025.01.25 03:57:02.128337 [ 259 ] {58013f64-467c-4d48-ba7f-a18b45384cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6687 | 2025.01.25 03:57:02.129172 [ 259 ] {58013f64-467c-4d48-ba7f-a18b45384cbd} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6688 | 2025.01.25 03:57:02.129212 [ 259 ] {58013f64-467c-4d48-ba7f-a18b45384cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6689 | 2025.01.25 03:57:02.129669 [ 259 ] {58013f64-467c-4d48-ba7f-a18b45384cbd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6690 | 2025.01.25 03:57:02.129912 [ 259 ] {58013f64-467c-4d48-ba7f-a18b45384cbd} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6691 | 2025.01.25 03:57:02.130129 [ 259 ] {58013f64-467c-4d48-ba7f-a18b45384cbd} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001971 sec., 483003.55149670213 rows/sec., 32.40 MiB/sec. | ||
| 6692 | 2025.01.25 03:57:02.130188 [ 259 ] {58013f64-467c-4d48-ba7f-a18b45384cbd} <Debug> TCPHandler: Processed in 0.002266225 sec. | ||
| 6693 | 2025.01.25 03:57:02.130359 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6694 | 2025.01.25 03:57:02.130508 [ 260 ] {9c7f324c-1930-434d-b526-dfb0cd011fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6695 | 2025.01.25 03:57:02.130607 [ 260 ] {9c7f324c-1930-434d-b526-dfb0cd011fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6696 | 2025.01.25 03:57:02.131847 [ 260 ] {9c7f324c-1930-434d-b526-dfb0cd011fb2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6697 | 2025.01.25 03:57:02.131896 [ 260 ] {9c7f324c-1930-434d-b526-dfb0cd011fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6698 | 2025.01.25 03:57:02.132666 [ 260 ] {9c7f324c-1930-434d-b526-dfb0cd011fb2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6699 | 2025.01.25 03:57:02.132923 [ 260 ] {9c7f324c-1930-434d-b526-dfb0cd011fb2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6700 | 2025.01.25 03:57:02.133164 [ 260 ] {9c7f324c-1930-434d-b526-dfb0cd011fb2} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002693 sec., 4827.330115113256 rows/sec., 8.65 MiB/sec. | ||
| 6701 | 2025.01.25 03:57:02.133281 [ 260 ] {9c7f324c-1930-434d-b526-dfb0cd011fb2} <Debug> TCPHandler: Processed in 0.002992733 sec. | ||
| 6702 | 2025.01.25 03:57:02.133426 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6703 | 2025.01.25 03:57:02.133547 [ 259 ] {10a73127-ea4c-4e18-b0b0-e024e316efb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6704 | 2025.01.25 03:57:02.133599 [ 259 ] {10a73127-ea4c-4e18-b0b0-e024e316efb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6705 | 2025.01.25 03:57:02.134165 [ 259 ] {10a73127-ea4c-4e18-b0b0-e024e316efb0} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6706 | 2025.01.25 03:57:02.134215 [ 259 ] {10a73127-ea4c-4e18-b0b0-e024e316efb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6707 | 2025.01.25 03:57:02.134652 [ 259 ] {10a73127-ea4c-4e18-b0b0-e024e316efb0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6708 | 2025.01.25 03:57:02.134889 [ 259 ] {10a73127-ea4c-4e18-b0b0-e024e316efb0} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6709 | 2025.01.25 03:57:02.135127 [ 259 ] {10a73127-ea4c-4e18-b0b0-e024e316efb0} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001604 sec., 24937.65586034913 rows/sec., 1.68 MiB/sec. | ||
| 6710 | 2025.01.25 03:57:02.135203 [ 259 ] {10a73127-ea4c-4e18-b0b0-e024e316efb0} <Debug> TCPHandler: Processed in 0.001832414 sec. | ||
| 6711 | 2025.01.25 03:57:02.499840 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 956 | ||
| 6712 | 2025.01.25 03:57:02.503171 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6713 | 2025.01.25 03:57:02.503211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6714 | 2025.01.25 03:57:02.504663 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6715 | 2025.01.25 03:57:02.504947 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6716 | 2025.01.25 03:57:02.505470 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 956 | ||
| 6717 | 2025.01.25 03:57:03.754514 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6718 | 2025.01.25 03:57:03.754705 [ 259 ] {7b7399c5-2749-447a-ae75-439f0015b8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6719 | 2025.01.25 03:57:03.754788 [ 259 ] {7b7399c5-2749-447a-ae75-439f0015b8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6720 | 2025.01.25 03:57:03.755677 [ 259 ] {7b7399c5-2749-447a-ae75-439f0015b8db} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6721 | 2025.01.25 03:57:03.755727 [ 259 ] {7b7399c5-2749-447a-ae75-439f0015b8db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6722 | 2025.01.25 03:57:03.756155 [ 259 ] {7b7399c5-2749-447a-ae75-439f0015b8db} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6723 | 2025.01.25 03:57:03.756406 [ 259 ] {7b7399c5-2749-447a-ae75-439f0015b8db} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6724 | 2025.01.25 03:57:03.756660 [ 259 ] {7b7399c5-2749-447a-ae75-439f0015b8db} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002009 sec., 27874.564459930316 rows/sec., 2.13 MiB/sec. | ||
| 6725 | 2025.01.25 03:57:03.756727 [ 259 ] {7b7399c5-2749-447a-ae75-439f0015b8db} <Debug> TCPHandler: Processed in 0.002345317 sec. | ||
| 6726 | 2025.01.25 03:57:03.756995 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6727 | 2025.01.25 03:57:03.757221 [ 260 ] {5427ee19-0f84-4e76-910f-c862e8edef9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6728 | 2025.01.25 03:57:03.757318 [ 260 ] {5427ee19-0f84-4e76-910f-c862e8edef9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6729 | 2025.01.25 03:57:03.758132 [ 260 ] {5427ee19-0f84-4e76-910f-c862e8edef9f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6730 | 2025.01.25 03:57:03.758175 [ 260 ] {5427ee19-0f84-4e76-910f-c862e8edef9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6731 | 2025.01.25 03:57:03.758615 [ 260 ] {5427ee19-0f84-4e76-910f-c862e8edef9f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6732 | 2025.01.25 03:57:03.758875 [ 260 ] {5427ee19-0f84-4e76-910f-c862e8edef9f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6733 | 2025.01.25 03:57:03.759127 [ 260 ] {5427ee19-0f84-4e76-910f-c862e8edef9f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001978 sec., 32355.91506572295 rows/sec., 2.53 MiB/sec. | ||
| 6734 | 2025.01.25 03:57:03.759188 [ 260 ] {5427ee19-0f84-4e76-910f-c862e8edef9f} <Debug> TCPHandler: Processed in 0.002330626 sec. | ||
| 6735 | 2025.01.25 03:57:03.759374 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6736 | 2025.01.25 03:57:03.759508 [ 259 ] {c436c92c-a242-4c99-934d-5e05fc9e67ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6737 | 2025.01.25 03:57:03.759568 [ 259 ] {c436c92c-a242-4c99-934d-5e05fc9e67ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6738 | 2025.01.25 03:57:03.760130 [ 259 ] {c436c92c-a242-4c99-934d-5e05fc9e67ac} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6739 | 2025.01.25 03:57:03.760172 [ 259 ] {c436c92c-a242-4c99-934d-5e05fc9e67ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6740 | 2025.01.25 03:57:03.760590 [ 259 ] {c436c92c-a242-4c99-934d-5e05fc9e67ac} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6741 | 2025.01.25 03:57:03.760846 [ 259 ] {c436c92c-a242-4c99-934d-5e05fc9e67ac} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6742 | 2025.01.25 03:57:03.761072 [ 259 ] {c436c92c-a242-4c99-934d-5e05fc9e67ac} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001596 sec., 33834.58646616541 rows/sec., 2.36 MiB/sec. | ||
| 6743 | 2025.01.25 03:57:03.761130 [ 259 ] {c436c92c-a242-4c99-934d-5e05fc9e67ac} <Debug> TCPHandler: Processed in 0.001818475 sec. | ||
| 6744 | 2025.01.25 03:57:03.761297 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6745 | 2025.01.25 03:57:03.761441 [ 260 ] {6e08f9ae-c431-40fe-9c54-f4e9b774c73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6746 | 2025.01.25 03:57:03.761506 [ 260 ] {6e08f9ae-c431-40fe-9c54-f4e9b774c73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6747 | 2025.01.25 03:57:03.762026 [ 260 ] {6e08f9ae-c431-40fe-9c54-f4e9b774c73c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6748 | 2025.01.25 03:57:03.762066 [ 260 ] {6e08f9ae-c431-40fe-9c54-f4e9b774c73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6749 | 2025.01.25 03:57:03.762440 [ 260 ] {6e08f9ae-c431-40fe-9c54-f4e9b774c73c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6750 | 2025.01.25 03:57:03.762682 [ 260 ] {6e08f9ae-c431-40fe-9c54-f4e9b774c73c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6751 | 2025.01.25 03:57:03.762906 [ 260 ] {6e08f9ae-c431-40fe-9c54-f4e9b774c73c} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001501 sec., 13324.450366422385 rows/sec., 916.06 KiB/sec. | ||
| 6752 | 2025.01.25 03:57:03.762968 [ 260 ] {6e08f9ae-c431-40fe-9c54-f4e9b774c73c} <Debug> TCPHandler: Processed in 0.001740302 sec. | ||
| 6753 | 2025.01.25 03:57:04.937358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6754 | 2025.01.25 03:57:04.937985 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6755 | 2025.01.25 03:57:04.938030 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6756 | 2025.01.25 03:57:04.938537 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6757 | 2025.01.25 03:57:04.938786 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6758 | 2025.01.25 03:57:04.938991 [ 122 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6759 | 2025.01.25 03:57:04.939050 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6760 | 2025.01.25 03:57:04.939089 [ 122 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6761 | 2025.01.25 03:57:04.939121 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6762 | 2025.01.25 03:57:04.939324 [ 195 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 6763 | 2025.01.25 03:57:04.939579 [ 195 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6764 | 2025.01.25 03:57:04.939651 [ 195 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 6765 | 2025.01.25 03:57:04.939781 [ 195 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6766 | 2025.01.25 03:57:04.940018 [ 195 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6767 | 2025.01.25 03:57:04.940238 [ 195 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6768 | 2025.01.25 03:57:04.940444 [ 195 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6769 | 2025.01.25 03:57:04.940615 [ 195 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6770 | 2025.01.25 03:57:04.942805 [ 195 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003594357 sec., 3954253.8484630217 rows/sec., 56.57 MiB/sec. | ||
| 6771 | 2025.01.25 03:57:04.943187 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6772 | 2025.01.25 03:57:04.943525 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2025.01.25 03:57:04.943621 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_31_6} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6774 | 2025.01.25 03:57:04.943737 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6775 | 2025.01.25 03:57:05.903498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6776 | 2025.01.25 03:57:05.924234 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2025.01.25 03:57:05.924291 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6778 | 2025.01.25 03:57:05.931611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6779 | 2025.01.25 03:57:05.932408 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2025.01.25 03:57:05.932708 [ 123 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6781 | 2025.01.25 03:57:05.932771 [ 123 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6782 | 2025.01.25 03:57:05.932810 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6783 | 2025.01.25 03:57:05.933460 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 6784 | 2025.01.25 03:57:05.949260 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6785 | 2025.01.25 03:57:05.950873 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6786 | 2025.01.25 03:57:05.952665 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 6787 | 2025.01.25 03:57:05.958653 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 6788 | 2025.01.25 03:57:05.964262 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 6789 | 2025.01.25 03:57:05.969907 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 6790 | 2025.01.25 03:57:05.975593 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 6791 | 2025.01.25 03:57:05.980040 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 6792 | 2025.01.25 03:57:06.000211 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.45 MiB, peak 212.45 MiB, free memory in arenas 0.00 B, will set to 203.76 MiB (RSS), difference: -8.69 MiB | ||
| 6793 | 2025.01.25 03:57:06.039723 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.106750619 sec., 2192.0247600625153 rows/sec., 11.33 MiB/sec. | ||
| 6794 | 2025.01.25 03:57:06.042794 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6795 | 2025.01.25 03:57:06.045715 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_31_6} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6796 | 2025.01.25 03:57:06.045932 [ 201 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_31_6} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6797 | 2025.01.25 03:57:06.048679 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6798 | 2025.01.25 03:57:07.000205 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.34 MiB, peak 212.45 MiB, free memory in arenas 0.00 B, will set to 204.80 MiB (RSS), difference: 10.46 MiB | ||
| 6799 | 2025.01.25 03:57:08.764367 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2025.01.25 03:57:08.764680 [ 259 ] {b50a4971-af31-4c0e-b00d-dd5754b46e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6801 | 2025.01.25 03:57:08.764798 [ 259 ] {b50a4971-af31-4c0e-b00d-dd5754b46e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6802 | 2025.01.25 03:57:08.765724 [ 259 ] {b50a4971-af31-4c0e-b00d-dd5754b46e65} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2025.01.25 03:57:08.765798 [ 259 ] {b50a4971-af31-4c0e-b00d-dd5754b46e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6804 | 2025.01.25 03:57:08.766377 [ 259 ] {b50a4971-af31-4c0e-b00d-dd5754b46e65} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6805 | 2025.01.25 03:57:08.766648 [ 259 ] {b50a4971-af31-4c0e-b00d-dd5754b46e65} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2025.01.25 03:57:08.766896 [ 259 ] {b50a4971-af31-4c0e-b00d-dd5754b46e65} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002304 sec., 6076.388888888889 rows/sec., 437.42 KiB/sec. | ||
| 6807 | 2025.01.25 03:57:08.766966 [ 259 ] {b50a4971-af31-4c0e-b00d-dd5754b46e65} <Debug> TCPHandler: Processed in 0.002804808 sec. | ||
| 6808 | 2025.01.25 03:57:08.767224 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6809 | 2025.01.25 03:57:08.767445 [ 260 ] {f58014cf-2255-40b4-b029-9fa96876c6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6810 | 2025.01.25 03:57:08.767528 [ 260 ] {f58014cf-2255-40b4-b029-9fa96876c6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6811 | 2025.01.25 03:57:08.768415 [ 260 ] {f58014cf-2255-40b4-b029-9fa96876c6ca} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6812 | 2025.01.25 03:57:08.768464 [ 260 ] {f58014cf-2255-40b4-b029-9fa96876c6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6813 | 2025.01.25 03:57:08.768924 [ 260 ] {f58014cf-2255-40b4-b029-9fa96876c6ca} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6814 | 2025.01.25 03:57:08.769177 [ 260 ] {f58014cf-2255-40b4-b029-9fa96876c6ca} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6815 | 2025.01.25 03:57:08.769380 [ 119 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6816 | 2025.01.25 03:57:08.769452 [ 260 ] {f58014cf-2255-40b4-b029-9fa96876c6ca} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002067 sec., 124334.78471214321 rows/sec., 10.87 MiB/sec. | ||
| 6817 | 2025.01.25 03:57:08.769472 [ 119 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6818 | 2025.01.25 03:57:08.769545 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6819 | 2025.01.25 03:57:08.769598 [ 260 ] {f58014cf-2255-40b4-b029-9fa96876c6ca} <Debug> TCPHandler: Processed in 0.002517811 sec. | ||
| 6820 | 2025.01.25 03:57:08.769782 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 6821 | 2025.01.25 03:57:08.769843 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6822 | 2025.01.25 03:57:08.770064 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6823 | 2025.01.25 03:57:08.770098 [ 259 ] {528b05db-7811-4373-a7da-fbf3606e0bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6824 | 2025.01.25 03:57:08.770133 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 6825 | 2025.01.25 03:57:08.770201 [ 259 ] {528b05db-7811-4373-a7da-fbf3606e0bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6826 | 2025.01.25 03:57:08.770382 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6827 | 2025.01.25 03:57:08.770788 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 257 rows starting from the beginning of the part | ||
| 6828 | 2025.01.25 03:57:08.771279 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1222 rows starting from the beginning of the part | ||
| 6829 | 2025.01.25 03:57:08.771652 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6830 | 2025.01.25 03:57:08.771990 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 257 rows starting from the beginning of the part | ||
| 6831 | 2025.01.25 03:57:08.773679 [ 259 ] {528b05db-7811-4373-a7da-fbf3606e0bb6} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6832 | 2025.01.25 03:57:08.773755 [ 259 ] {528b05db-7811-4373-a7da-fbf3606e0bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6833 | 2025.01.25 03:57:08.774842 [ 259 ] {528b05db-7811-4373-a7da-fbf3606e0bb6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6834 | 2025.01.25 03:57:08.775192 [ 259 ] {528b05db-7811-4373-a7da-fbf3606e0bb6} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6835 | 2025.01.25 03:57:08.775465 [ 119 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6836 | 2025.01.25 03:57:08.775575 [ 259 ] {528b05db-7811-4373-a7da-fbf3606e0bb6} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.005538 sec., 6139.400505597689 rows/sec., 448.96 KiB/sec. | ||
| 6837 | 2025.01.25 03:57:08.775603 [ 119 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6838 | 2025.01.25 03:57:08.775773 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6839 | 2025.01.25 03:57:08.775841 [ 259 ] {528b05db-7811-4373-a7da-fbf3606e0bb6} <Debug> TCPHandler: Processed in 0.006098008 sec. | ||
| 6840 | 2025.01.25 03:57:08.776346 [ 187 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 6841 | 2025.01.25 03:57:08.776604 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6842 | 2025.01.25 03:57:08.776599 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.006914238 sec., 478143.7954551174 rows/sec., 41.76 MiB/sec. | ||
| 6843 | 2025.01.25 03:57:08.776675 [ 187 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6844 | 2025.01.25 03:57:08.776774 [ 187 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 65 rows starting from the beginning of the part | ||
| 6845 | 2025.01.25 03:57:08.777035 [ 260 ] {f98af254-f06e-41c2-a412-6e9949fd7225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6846 | 2025.01.25 03:57:08.777194 [ 187 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 38 rows starting from the beginning of the part | ||
| 6847 | 2025.01.25 03:57:08.777231 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6848 | 2025.01.25 03:57:08.777259 [ 260 ] {f98af254-f06e-41c2-a412-6e9949fd7225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6849 | 2025.01.25 03:57:08.777739 [ 187 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 6850 | 2025.01.25 03:57:08.778200 [ 187 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 6851 | 2025.01.25 03:57:08.778729 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6852 | 2025.01.25 03:57:08.778773 [ 187 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 6853 | 2025.01.25 03:57:08.779249 [ 198 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_51_10} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6854 | 2025.01.25 03:57:08.779390 [ 187 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 6855 | 2025.01.25 03:57:08.779587 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6856 | 2025.01.25 03:57:08.780985 [ 260 ] {f98af254-f06e-41c2-a412-6e9949fd7225} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6857 | 2025.01.25 03:57:08.781059 [ 260 ] {f98af254-f06e-41c2-a412-6e9949fd7225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6858 | 2025.01.25 03:57:08.782100 [ 260 ] {f98af254-f06e-41c2-a412-6e9949fd7225} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6859 | 2025.01.25 03:57:08.782556 [ 186 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.00659928 sec., 29851.74140209235 rows/sec., 2.25 MiB/sec. | ||
| 6860 | 2025.01.25 03:57:08.782633 [ 260 ] {f98af254-f06e-41c2-a412-6e9949fd7225} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6861 | 2025.01.25 03:57:08.782717 [ 186 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6862 | 2025.01.25 03:57:08.782928 [ 260 ] {f98af254-f06e-41c2-a412-6e9949fd7225} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006072 sec., 2305.66534914361 rows/sec., 161.47 KiB/sec. | ||
| 6863 | 2025.01.25 03:57:08.783017 [ 260 ] {f98af254-f06e-41c2-a412-6e9949fd7225} <Debug> TCPHandler: Processed in 0.00703481 sec. | ||
| 6864 | 2025.01.25 03:57:08.783177 [ 186 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_41_8} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6865 | 2025.01.25 03:57:08.783275 [ 186 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_41_8} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6866 | 2025.01.25 03:57:08.783321 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6867 | 2025.01.25 03:57:08.783429 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6868 | 2025.01.25 03:57:08.783621 [ 259 ] {21a5ac72-0f90-4633-9783-cf602f1446c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6869 | 2025.01.25 03:57:08.783720 [ 259 ] {21a5ac72-0f90-4633-9783-cf602f1446c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6870 | 2025.01.25 03:57:08.784391 [ 259 ] {21a5ac72-0f90-4633-9783-cf602f1446c3} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6871 | 2025.01.25 03:57:08.784433 [ 259 ] {21a5ac72-0f90-4633-9783-cf602f1446c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6872 | 2025.01.25 03:57:08.784800 [ 259 ] {21a5ac72-0f90-4633-9783-cf602f1446c3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6873 | 2025.01.25 03:57:08.785039 [ 259 ] {21a5ac72-0f90-4633-9783-cf602f1446c3} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6874 | 2025.01.25 03:57:08.785264 [ 259 ] {21a5ac72-0f90-4633-9783-cf602f1446c3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001699 sec., 7651.559741024132 rows/sec., 477.07 KiB/sec. | ||
| 6875 | 2025.01.25 03:57:08.785322 [ 259 ] {21a5ac72-0f90-4633-9783-cf602f1446c3} <Debug> TCPHandler: Processed in 0.002138882 sec. | ||
| 6876 | 2025.01.25 03:57:08.785476 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6877 | 2025.01.25 03:57:08.785611 [ 260 ] {519322a1-e42d-4e1b-97c2-74d3f5095db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6878 | 2025.01.25 03:57:08.785670 [ 260 ] {519322a1-e42d-4e1b-97c2-74d3f5095db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6879 | 2025.01.25 03:57:08.786417 [ 260 ] {519322a1-e42d-4e1b-97c2-74d3f5095db0} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6880 | 2025.01.25 03:57:08.786457 [ 260 ] {519322a1-e42d-4e1b-97c2-74d3f5095db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6881 | 2025.01.25 03:57:08.786830 [ 260 ] {519322a1-e42d-4e1b-97c2-74d3f5095db0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6882 | 2025.01.25 03:57:08.787061 [ 260 ] {519322a1-e42d-4e1b-97c2-74d3f5095db0} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6883 | 2025.01.25 03:57:08.787241 [ 120 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6884 | 2025.01.25 03:57:08.787305 [ 260 ] {519322a1-e42d-4e1b-97c2-74d3f5095db0} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001717 sec., 238206.17355853232 rows/sec., 16.97 MiB/sec. | ||
| 6885 | 2025.01.25 03:57:08.787314 [ 120 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6886 | 2025.01.25 03:57:08.787390 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6887 | 2025.01.25 03:57:08.787426 [ 260 ] {519322a1-e42d-4e1b-97c2-74d3f5095db0} <Debug> TCPHandler: Processed in 0.002008719 sec. | ||
| 6888 | 2025.01.25 03:57:08.787664 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 6889 | 2025.01.25 03:57:08.787735 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6890 | 2025.01.25 03:57:08.787854 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6891 | 2025.01.25 03:57:08.787901 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 6892 | 2025.01.25 03:57:08.788088 [ 259 ] {a63a39b3-fdd9-4f01-b817-c0c3b1d752b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6893 | 2025.01.25 03:57:08.788153 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 77 rows starting from the beginning of the part | ||
| 6894 | 2025.01.25 03:57:08.788411 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 409 rows starting from the beginning of the part | ||
| 6895 | 2025.01.25 03:57:08.788444 [ 259 ] {a63a39b3-fdd9-4f01-b817-c0c3b1d752b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6896 | 2025.01.25 03:57:08.788746 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 533 rows starting from the beginning of the part | ||
| 6897 | 2025.01.25 03:57:08.789128 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6898 | 2025.01.25 03:57:08.789518 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 409 rows starting from the beginning of the part | ||
| 6899 | 2025.01.25 03:57:08.790888 [ 259 ] {a63a39b3-fdd9-4f01-b817-c0c3b1d752b0} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6900 | 2025.01.25 03:57:08.790960 [ 259 ] {a63a39b3-fdd9-4f01-b817-c0c3b1d752b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6901 | 2025.01.25 03:57:08.791984 [ 259 ] {a63a39b3-fdd9-4f01-b817-c0c3b1d752b0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6902 | 2025.01.25 03:57:08.792257 [ 259 ] {a63a39b3-fdd9-4f01-b817-c0c3b1d752b0} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6903 | 2025.01.25 03:57:08.792789 [ 259 ] {a63a39b3-fdd9-4f01-b817-c0c3b1d752b0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004829 sec., 1242.4932698281218 rows/sec., 64.92 KiB/sec. | ||
| 6904 | 2025.01.25 03:57:08.792813 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.005321069 sec., 452164.7811746098 rows/sec., 34.67 MiB/sec. | ||
| 6905 | 2025.01.25 03:57:08.792930 [ 259 ] {a63a39b3-fdd9-4f01-b817-c0c3b1d752b0} <Debug> TCPHandler: Processed in 0.005401831 sec. | ||
| 6906 | 2025.01.25 03:57:08.793105 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6907 | 2025.01.25 03:57:08.793192 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6908 | 2025.01.25 03:57:08.793473 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6909 | 2025.01.25 03:57:08.793519 [ 260 ] {31daa985-a39c-4330-b4ee-2150b3194b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6910 | 2025.01.25 03:57:08.793630 [ 191 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_51_10} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6911 | 2025.01.25 03:57:08.793674 [ 260 ] {31daa985-a39c-4330-b4ee-2150b3194b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6912 | 2025.01.25 03:57:08.793833 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6913 | 2025.01.25 03:57:08.794447 [ 260 ] {31daa985-a39c-4330-b4ee-2150b3194b4a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6914 | 2025.01.25 03:57:08.794491 [ 260 ] {31daa985-a39c-4330-b4ee-2150b3194b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6915 | 2025.01.25 03:57:08.794891 [ 260 ] {31daa985-a39c-4330-b4ee-2150b3194b4a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6916 | 2025.01.25 03:57:08.795138 [ 260 ] {31daa985-a39c-4330-b4ee-2150b3194b4a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6917 | 2025.01.25 03:57:08.795299 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6918 | 2025.01.25 03:57:08.795358 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6919 | 2025.01.25 03:57:08.795372 [ 260 ] {31daa985-a39c-4330-b4ee-2150b3194b4a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001957 sec., 121103.73019928462 rows/sec., 8.12 MiB/sec. | ||
| 6920 | 2025.01.25 03:57:08.795401 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6921 | 2025.01.25 03:57:08.795512 [ 260 ] {31daa985-a39c-4330-b4ee-2150b3194b4a} <Debug> TCPHandler: Processed in 0.00247344 sec. | ||
| 6922 | 2025.01.25 03:57:08.795824 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6923 | 2025.01.25 03:57:08.795868 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 6924 | 2025.01.25 03:57:08.796292 [ 259 ] {2ea43f4e-1532-4aa1-b888-0a38c18a2142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6925 | 2025.01.25 03:57:08.796476 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6926 | 2025.01.25 03:57:08.796518 [ 259 ] {2ea43f4e-1532-4aa1-b888-0a38c18a2142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6927 | 2025.01.25 03:57:08.796623 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14026 rows starting from the beginning of the part | ||
| 6928 | 2025.01.25 03:57:08.797110 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 6929 | 2025.01.25 03:57:08.797551 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 6930 | 2025.01.25 03:57:08.797890 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 952 rows starting from the beginning of the part | ||
| 6931 | 2025.01.25 03:57:08.798224 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 54 rows starting from the beginning of the part | ||
| 6932 | 2025.01.25 03:57:08.798504 [ 197 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 6933 | 2025.01.25 03:57:08.799107 [ 259 ] {2ea43f4e-1532-4aa1-b888-0a38c18a2142} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6934 | 2025.01.25 03:57:08.799150 [ 259 ] {2ea43f4e-1532-4aa1-b888-0a38c18a2142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6935 | 2025.01.25 03:57:08.799594 [ 259 ] {2ea43f4e-1532-4aa1-b888-0a38c18a2142} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6936 | 2025.01.25 03:57:08.799866 [ 259 ] {2ea43f4e-1532-4aa1-b888-0a38c18a2142} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6937 | 2025.01.25 03:57:08.800175 [ 120 ] {} <Debug> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6938 | 2025.01.25 03:57:08.800280 [ 120 ] {} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6939 | 2025.01.25 03:57:08.800366 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6940 | 2025.01.25 03:57:08.800378 [ 259 ] {2ea43f4e-1532-4aa1-b888-0a38c18a2142} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004251 sec., 235.2387673488591 rows/sec., 15.85 KiB/sec. | ||
| 6941 | 2025.01.25 03:57:08.800749 [ 259 ] {2ea43f4e-1532-4aa1-b888-0a38c18a2142} <Debug> TCPHandler: Processed in 0.005110504 sec. | ||
| 6942 | 2025.01.25 03:57:08.801046 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6943 | 2025.01.25 03:57:08.801257 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6944 | 2025.01.25 03:57:08.801477 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6945 | 2025.01.25 03:57:08.801571 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 6946 | 2025.01.25 03:57:08.802047 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6947 | 2025.01.25 03:57:08.802120 [ 260 ] {55cc538e-a84b-4651-8907-bf69121050bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6948 | 2025.01.25 03:57:08.802311 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6949 | 2025.01.25 03:57:08.802711 [ 260 ] {55cc538e-a84b-4651-8907-bf69121050bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6950 | 2025.01.25 03:57:08.802741 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6951 | 2025.01.25 03:57:08.803028 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6952 | 2025.01.25 03:57:08.803501 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6953 | 2025.01.25 03:57:08.808639 [ 194 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.008100187 sec., 2469.078800279549 rows/sec., 166.37 KiB/sec. | ||
| 6954 | 2025.01.25 03:57:08.808853 [ 194 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6955 | 2025.01.25 03:57:08.809481 [ 260 ] {55cc538e-a84b-4651-8907-bf69121050bc} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6956 | 2025.01.25 03:57:08.809587 [ 260 ] {55cc538e-a84b-4651-8907-bf69121050bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6957 | 2025.01.25 03:57:08.809857 [ 194 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6958 | 2025.01.25 03:57:08.810233 [ 194 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_20_4} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6959 | 2025.01.25 03:57:08.810397 [ 189 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15666 rows, containing 5 columns (5 merged, 0 gathered) in 0.01483956 sec., 1055691.6781899193 rows/sec., 71.28 MiB/sec. | ||
| 6960 | 2025.01.25 03:57:08.810473 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6961 | 2025.01.25 03:57:08.811049 [ 195 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6962 | 2025.01.25 03:57:08.811195 [ 260 ] {55cc538e-a84b-4651-8907-bf69121050bc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6963 | 2025.01.25 03:57:08.811562 [ 195 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2025.01.25 03:57:08.811767 [ 260 ] {55cc538e-a84b-4651-8907-bf69121050bc} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6965 | 2025.01.25 03:57:08.811803 [ 195 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6966 | 2025.01.25 03:57:08.811999 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. | ||
| 6967 | 2025.01.25 03:57:08.812174 [ 260 ] {55cc538e-a84b-4651-8907-bf69121050bc} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.010348 sec., 2609.19984538075 rows/sec., 4.68 MiB/sec. | ||
| 6968 | 2025.01.25 03:57:08.812298 [ 260 ] {55cc538e-a84b-4651-8907-bf69121050bc} <Debug> TCPHandler: Processed in 0.011414217 sec. | ||
| 6969 | 2025.01.25 03:57:08.812453 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6970 | 2025.01.25 03:57:08.812571 [ 259 ] {716715f4-6d77-4f94-a39f-e92d2f9ba42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6971 | 2025.01.25 03:57:08.812623 [ 259 ] {716715f4-6d77-4f94-a39f-e92d2f9ba42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6972 | 2025.01.25 03:57:08.813134 [ 259 ] {716715f4-6d77-4f94-a39f-e92d2f9ba42b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6973 | 2025.01.25 03:57:08.813172 [ 259 ] {716715f4-6d77-4f94-a39f-e92d2f9ba42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6974 | 2025.01.25 03:57:08.813567 [ 259 ] {716715f4-6d77-4f94-a39f-e92d2f9ba42b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6975 | 2025.01.25 03:57:08.813808 [ 259 ] {716715f4-6d77-4f94-a39f-e92d2f9ba42b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6976 | 2025.01.25 03:57:08.813982 [ 120 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6977 | 2025.01.25 03:57:08.814030 [ 120 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6978 | 2025.01.25 03:57:08.814054 [ 259 ] {716715f4-6d77-4f94-a39f-e92d2f9ba42b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001505 sec., 54485.04983388704 rows/sec., 3.46 MiB/sec. | ||
| 6979 | 2025.01.25 03:57:08.814070 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6980 | 2025.01.25 03:57:08.814213 [ 259 ] {716715f4-6d77-4f94-a39f-e92d2f9ba42b} <Debug> TCPHandler: Processed in 0.001819224 sec. | ||
| 6981 | 2025.01.25 03:57:08.814312 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 6982 | 2025.01.25 03:57:08.814453 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6983 | 2025.01.25 03:57:08.814493 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2730 rows starting from the beginning of the part | ||
| 6984 | 2025.01.25 03:57:08.814600 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 6985 | 2025.01.25 03:57:08.814805 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 6986 | 2025.01.25 03:57:08.814949 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
| 6987 | 2025.01.25 03:57:08.815130 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
| 6988 | 2025.01.25 03:57:08.815279 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 6989 | 2025.01.25 03:57:08.816801 [ 189 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3014 rows, containing 4 columns (4 merged, 0 gathered) in 0.002607303 sec., 1155983.7886122172 rows/sec., 75.53 MiB/sec. | ||
| 6990 | 2025.01.25 03:57:08.817147 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6991 | 2025.01.25 03:57:08.817514 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_51_10} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6992 | 2025.01.25 03:57:08.817620 [ 200 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_51_10} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6993 | 2025.01.25 03:57:08.817725 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6994 | 2025.01.25 03:57:12.312175 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6995 | 2025.01.25 03:57:12.312246 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6996 | 2025.01.25 03:57:12.440134 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6997 | 2025.01.25 03:57:12.440809 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6998 | 2025.01.25 03:57:12.440890 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6999 | 2025.01.25 03:57:12.441440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7000 | 2025.01.25 03:57:12.441708 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7001 | 2025.01.25 03:57:12.442037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 7002 | 2025.01.25 03:57:12.505858 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 986 | ||
| 7003 | 2025.01.25 03:57:12.508941 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7004 | 2025.01.25 03:57:12.508989 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7005 | 2025.01.25 03:57:12.510431 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7006 | 2025.01.25 03:57:12.510728 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7007 | 2025.01.25 03:57:12.512146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 986 | ||
| 7008 | 2025.01.25 03:57:13.001351 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000921352 sec. | ||
| 7009 | 2025.01.25 03:57:13.450324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 7010 | 2025.01.25 03:57:13.468730 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2025.01.25 03:57:13.468783 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7012 | 2025.01.25 03:57:13.475628 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7013 | 2025.01.25 03:57:13.476380 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7014 | 2025.01.25 03:57:13.479641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 7015 | 2025.01.25 03:57:13.759561 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7016 | 2025.01.25 03:57:13.759761 [ 259 ] {53ae8bb0-a60d-40f3-90c7-6d56f322cf7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7017 | 2025.01.25 03:57:13.759838 [ 259 ] {53ae8bb0-a60d-40f3-90c7-6d56f322cf7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7018 | 2025.01.25 03:57:13.760634 [ 259 ] {53ae8bb0-a60d-40f3-90c7-6d56f322cf7c} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7019 | 2025.01.25 03:57:13.760690 [ 259 ] {53ae8bb0-a60d-40f3-90c7-6d56f322cf7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7020 | 2025.01.25 03:57:13.761143 [ 259 ] {53ae8bb0-a60d-40f3-90c7-6d56f322cf7c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7021 | 2025.01.25 03:57:13.761400 [ 259 ] {53ae8bb0-a60d-40f3-90c7-6d56f322cf7c} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7022 | 2025.01.25 03:57:13.761668 [ 259 ] {53ae8bb0-a60d-40f3-90c7-6d56f322cf7c} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001956 sec., 41922.29038854806 rows/sec., 3.46 MiB/sec. | ||
| 7023 | 2025.01.25 03:57:13.761766 [ 259 ] {53ae8bb0-a60d-40f3-90c7-6d56f322cf7c} <Debug> TCPHandler: Processed in 0.002344166 sec. | ||
| 7024 | 2025.01.25 03:57:13.762143 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7025 | 2025.01.25 03:57:13.762458 [ 260 ] {055b2641-c7de-407a-b1da-d2d69a2cc813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7026 | 2025.01.25 03:57:13.762577 [ 260 ] {055b2641-c7de-407a-b1da-d2d69a2cc813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7027 | 2025.01.25 03:57:13.763511 [ 260 ] {055b2641-c7de-407a-b1da-d2d69a2cc813} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7028 | 2025.01.25 03:57:13.763567 [ 260 ] {055b2641-c7de-407a-b1da-d2d69a2cc813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7029 | 2025.01.25 03:57:13.764011 [ 260 ] {055b2641-c7de-407a-b1da-d2d69a2cc813} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7030 | 2025.01.25 03:57:13.764278 [ 260 ] {055b2641-c7de-407a-b1da-d2d69a2cc813} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7031 | 2025.01.25 03:57:13.764517 [ 260 ] {055b2641-c7de-407a-b1da-d2d69a2cc813} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.002146 sec., 6057.781919850886 rows/sec., 455.52 KiB/sec. | ||
| 7032 | 2025.01.25 03:57:13.764583 [ 260 ] {055b2641-c7de-407a-b1da-d2d69a2cc813} <Debug> TCPHandler: Processed in 0.002686326 sec. | ||
| 7033 | 2025.01.25 03:57:13.764721 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7034 | 2025.01.25 03:57:13.764849 [ 259 ] {f6241ff0-8fb4-4e6f-b413-ed475132544e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7035 | 2025.01.25 03:57:13.764901 [ 259 ] {f6241ff0-8fb4-4e6f-b413-ed475132544e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7036 | 2025.01.25 03:57:13.765529 [ 259 ] {f6241ff0-8fb4-4e6f-b413-ed475132544e} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7037 | 2025.01.25 03:57:13.765572 [ 259 ] {f6241ff0-8fb4-4e6f-b413-ed475132544e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7038 | 2025.01.25 03:57:13.765954 [ 259 ] {f6241ff0-8fb4-4e6f-b413-ed475132544e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7039 | 2025.01.25 03:57:13.766197 [ 259 ] {f6241ff0-8fb4-4e6f-b413-ed475132544e} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2025.01.25 03:57:13.766413 [ 259 ] {f6241ff0-8fb4-4e6f-b413-ed475132544e} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001593 sec., 48336.47206528563 rows/sec., 3.77 MiB/sec. | ||
| 7041 | 2025.01.25 03:57:13.766469 [ 259 ] {f6241ff0-8fb4-4e6f-b413-ed475132544e} <Debug> TCPHandler: Processed in 0.001806074 sec. | ||
| 7042 | 2025.01.25 03:57:13.766617 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7043 | 2025.01.25 03:57:13.766740 [ 260 ] {216b8612-eed2-4d3c-8732-bd5a5c07727d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7044 | 2025.01.25 03:57:13.766796 [ 260 ] {216b8612-eed2-4d3c-8732-bd5a5c07727d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7045 | 2025.01.25 03:57:13.767393 [ 260 ] {216b8612-eed2-4d3c-8732-bd5a5c07727d} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2025.01.25 03:57:13.767434 [ 260 ] {216b8612-eed2-4d3c-8732-bd5a5c07727d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7047 | 2025.01.25 03:57:13.767844 [ 260 ] {216b8612-eed2-4d3c-8732-bd5a5c07727d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7048 | 2025.01.25 03:57:13.768092 [ 260 ] {216b8612-eed2-4d3c-8732-bd5a5c07727d} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2025.01.25 03:57:13.768308 [ 260 ] {216b8612-eed2-4d3c-8732-bd5a5c07727d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 7050 | 2025.01.25 03:57:13.768366 [ 260 ] {216b8612-eed2-4d3c-8732-bd5a5c07727d} <Debug> TCPHandler: Processed in 0.001807033 sec. | ||
| 7051 | 2025.01.25 03:57:13.768526 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7052 | 2025.01.25 03:57:13.768647 [ 259 ] {644ea6d7-e179-49cc-b0c8-6b14e865add5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7053 | 2025.01.25 03:57:13.768732 [ 259 ] {644ea6d7-e179-49cc-b0c8-6b14e865add5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7054 | 2025.01.25 03:57:13.769915 [ 259 ] {644ea6d7-e179-49cc-b0c8-6b14e865add5} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7055 | 2025.01.25 03:57:13.769956 [ 259 ] {644ea6d7-e179-49cc-b0c8-6b14e865add5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7056 | 2025.01.25 03:57:13.770621 [ 259 ] {644ea6d7-e179-49cc-b0c8-6b14e865add5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7057 | 2025.01.25 03:57:13.770894 [ 259 ] {644ea6d7-e179-49cc-b0c8-6b14e865add5} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7058 | 2025.01.25 03:57:13.771222 [ 259 ] {644ea6d7-e179-49cc-b0c8-6b14e865add5} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.0026 sec., 5000 rows/sec., 8.96 MiB/sec. | ||
| 7059 | 2025.01.25 03:57:13.771775 [ 259 ] {644ea6d7-e179-49cc-b0c8-6b14e865add5} <Debug> TCPHandler: Processed in 0.00330048 sec. | ||
| 7060 | 2025.01.25 03:57:13.771973 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7061 | 2025.01.25 03:57:13.772115 [ 260 ] {1e04b8a5-9efd-4b0b-b57d-eb574dad5828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7062 | 2025.01.25 03:57:13.772175 [ 260 ] {1e04b8a5-9efd-4b0b-b57d-eb574dad5828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7063 | 2025.01.25 03:57:13.772779 [ 260 ] {1e04b8a5-9efd-4b0b-b57d-eb574dad5828} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2025.01.25 03:57:13.772826 [ 260 ] {1e04b8a5-9efd-4b0b-b57d-eb574dad5828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7065 | 2025.01.25 03:57:13.773222 [ 260 ] {1e04b8a5-9efd-4b0b-b57d-eb574dad5828} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7066 | 2025.01.25 03:57:13.773467 [ 260 ] {1e04b8a5-9efd-4b0b-b57d-eb574dad5828} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7067 | 2025.01.25 03:57:13.773687 [ 260 ] {1e04b8a5-9efd-4b0b-b57d-eb574dad5828} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec. | ||
| 7068 | 2025.01.25 03:57:13.773739 [ 260 ] {1e04b8a5-9efd-4b0b-b57d-eb574dad5828} <Debug> TCPHandler: Processed in 0.001855725 sec. | ||
| 7069 | 2025.01.25 03:57:18.764788 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7070 | 2025.01.25 03:57:18.765141 [ 259 ] {85ea25a7-1897-47a5-88b6-a88b3cfebd58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7071 | 2025.01.25 03:57:18.765242 [ 259 ] {85ea25a7-1897-47a5-88b6-a88b3cfebd58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7072 | 2025.01.25 03:57:18.766000 [ 259 ] {85ea25a7-1897-47a5-88b6-a88b3cfebd58} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7073 | 2025.01.25 03:57:18.766057 [ 259 ] {85ea25a7-1897-47a5-88b6-a88b3cfebd58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7074 | 2025.01.25 03:57:18.766501 [ 259 ] {85ea25a7-1897-47a5-88b6-a88b3cfebd58} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7075 | 2025.01.25 03:57:18.766758 [ 259 ] {85ea25a7-1897-47a5-88b6-a88b3cfebd58} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7076 | 2025.01.25 03:57:18.766969 [ 108 ] {} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7077 | 2025.01.25 03:57:18.767014 [ 259 ] {85ea25a7-1897-47a5-88b6-a88b3cfebd58} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001955 sec., 7161.125319693094 rows/sec., 515.51 KiB/sec. | ||
| 7078 | 2025.01.25 03:57:18.767048 [ 108 ] {} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7079 | 2025.01.25 03:57:18.767126 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7080 | 2025.01.25 03:57:18.767161 [ 259 ] {85ea25a7-1897-47a5-88b6-a88b3cfebd58} <Debug> TCPHandler: Processed in 0.002590103 sec. | ||
| 7081 | 2025.01.25 03:57:18.767413 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 7082 | 2025.01.25 03:57:18.767538 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7083 | 2025.01.25 03:57:18.767888 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7084 | 2025.01.25 03:57:18.767959 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 7085 | 2025.01.25 03:57:18.767965 [ 260 ] {88a9ac6f-6277-4018-afe1-936e2a34cabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7086 | 2025.01.25 03:57:18.768135 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 7087 | 2025.01.25 03:57:18.768159 [ 260 ] {88a9ac6f-6277-4018-afe1-936e2a34cabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7088 | 2025.01.25 03:57:18.768592 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 7089 | 2025.01.25 03:57:18.768869 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 7090 | 2025.01.25 03:57:18.769208 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 7091 | 2025.01.25 03:57:18.771000 [ 260 ] {88a9ac6f-6277-4018-afe1-936e2a34cabc} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7092 | 2025.01.25 03:57:18.771077 [ 260 ] {88a9ac6f-6277-4018-afe1-936e2a34cabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7093 | 2025.01.25 03:57:18.771816 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004587472 sec., 15258.948719469023 rows/sec., 1.13 MiB/sec. | ||
| 7094 | 2025.01.25 03:57:18.772086 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7095 | 2025.01.25 03:57:18.772115 [ 260 ] {88a9ac6f-6277-4018-afe1-936e2a34cabc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7096 | 2025.01.25 03:57:18.772670 [ 260 ] {88a9ac6f-6277-4018-afe1-936e2a34cabc} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7097 | 2025.01.25 03:57:18.772683 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_21_5} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7098 | 2025.01.25 03:57:18.772887 [ 200 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_21_5} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7099 | 2025.01.25 03:57:18.773184 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7100 | 2025.01.25 03:57:18.773291 [ 260 ] {88a9ac6f-6277-4018-afe1-936e2a34cabc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005413 sec., 369.48087936449286 rows/sec., 30.13 KiB/sec. | ||
| 7101 | 2025.01.25 03:57:18.773404 [ 260 ] {88a9ac6f-6277-4018-afe1-936e2a34cabc} <Debug> TCPHandler: Processed in 0.006119038 sec. | ||
| 7102 | 2025.01.25 03:57:18.773614 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7103 | 2025.01.25 03:57:18.773768 [ 259 ] {8c69064c-6777-4905-89a3-7a03ba0181ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7104 | 2025.01.25 03:57:18.773830 [ 259 ] {8c69064c-6777-4905-89a3-7a03ba0181ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7105 | 2025.01.25 03:57:18.774595 [ 259 ] {8c69064c-6777-4905-89a3-7a03ba0181ae} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7106 | 2025.01.25 03:57:18.774638 [ 259 ] {8c69064c-6777-4905-89a3-7a03ba0181ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7107 | 2025.01.25 03:57:18.775027 [ 259 ] {8c69064c-6777-4905-89a3-7a03ba0181ae} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7108 | 2025.01.25 03:57:18.775268 [ 259 ] {8c69064c-6777-4905-89a3-7a03ba0181ae} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7109 | 2025.01.25 03:57:18.775491 [ 259 ] {8c69064c-6777-4905-89a3-7a03ba0181ae} <Debug> executeQuery: Read 258 rows, 23.08 KiB in 0.001761 sec., 146507.6660988075 rows/sec., 12.80 MiB/sec. | ||
| 7110 | 2025.01.25 03:57:18.775548 [ 259 ] {8c69064c-6777-4905-89a3-7a03ba0181ae} <Debug> TCPHandler: Processed in 0.002004848 sec. | ||
| 7111 | 2025.01.25 03:57:18.775708 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7112 | 2025.01.25 03:57:18.775855 [ 260 ] {03ff29c4-1cc8-44e3-99f6-59b6b75766b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7113 | 2025.01.25 03:57:18.775915 [ 260 ] {03ff29c4-1cc8-44e3-99f6-59b6b75766b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7114 | 2025.01.25 03:57:18.776549 [ 260 ] {03ff29c4-1cc8-44e3-99f6-59b6b75766b6} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7115 | 2025.01.25 03:57:18.776590 [ 260 ] {03ff29c4-1cc8-44e3-99f6-59b6b75766b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7116 | 2025.01.25 03:57:18.776949 [ 260 ] {03ff29c4-1cc8-44e3-99f6-59b6b75766b6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7117 | 2025.01.25 03:57:18.777186 [ 260 ] {03ff29c4-1cc8-44e3-99f6-59b6b75766b6} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7118 | 2025.01.25 03:57:18.777407 [ 260 ] {03ff29c4-1cc8-44e3-99f6-59b6b75766b6} <Debug> executeQuery: Read 36 rows, 2.63 KiB in 0.001588 sec., 22670.025188916876 rows/sec., 1.61 MiB/sec. | ||
| 7119 | 2025.01.25 03:57:18.777461 [ 260 ] {03ff29c4-1cc8-44e3-99f6-59b6b75766b6} <Debug> TCPHandler: Processed in 0.001822515 sec. | ||
| 7120 | 2025.01.25 03:57:18.777596 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7121 | 2025.01.25 03:57:18.777717 [ 259 ] {736aad54-1d55-4535-ae81-9a37ddd8793c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7122 | 2025.01.25 03:57:18.777768 [ 259 ] {736aad54-1d55-4535-ae81-9a37ddd8793c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7123 | 2025.01.25 03:57:18.778353 [ 259 ] {736aad54-1d55-4535-ae81-9a37ddd8793c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7124 | 2025.01.25 03:57:18.778393 [ 259 ] {736aad54-1d55-4535-ae81-9a37ddd8793c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7125 | 2025.01.25 03:57:18.778751 [ 259 ] {736aad54-1d55-4535-ae81-9a37ddd8793c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7126 | 2025.01.25 03:57:18.779001 [ 259 ] {736aad54-1d55-4535-ae81-9a37ddd8793c} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7127 | 2025.01.25 03:57:18.779252 [ 259 ] {736aad54-1d55-4535-ae81-9a37ddd8793c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec. | ||
| 7128 | 2025.01.25 03:57:18.779379 [ 259 ] {736aad54-1d55-4535-ae81-9a37ddd8793c} <Debug> TCPHandler: Processed in 0.001833854 sec. | ||
| 7129 | 2025.01.25 03:57:18.779606 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7130 | 2025.01.25 03:57:18.779759 [ 260 ] {0cb43ebe-9798-4f8d-ba5a-61a903742c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7131 | 2025.01.25 03:57:18.779817 [ 260 ] {0cb43ebe-9798-4f8d-ba5a-61a903742c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7132 | 2025.01.25 03:57:18.780452 [ 260 ] {0cb43ebe-9798-4f8d-ba5a-61a903742c4c} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2025.01.25 03:57:18.780492 [ 260 ] {0cb43ebe-9798-4f8d-ba5a-61a903742c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7134 | 2025.01.25 03:57:18.780840 [ 260 ] {0cb43ebe-9798-4f8d-ba5a-61a903742c4c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7135 | 2025.01.25 03:57:18.781073 [ 260 ] {0cb43ebe-9798-4f8d-ba5a-61a903742c4c} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2025.01.25 03:57:18.781232 [ 108 ] {} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7137 | 2025.01.25 03:57:18.781293 [ 108 ] {} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7138 | 2025.01.25 03:57:18.781329 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7139 | 2025.01.25 03:57:18.781343 [ 260 ] {0cb43ebe-9798-4f8d-ba5a-61a903742c4c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 7140 | 2025.01.25 03:57:18.781563 [ 260 ] {0cb43ebe-9798-4f8d-ba5a-61a903742c4c} <Debug> TCPHandler: Processed in 0.00207944 sec. | ||
| 7141 | 2025.01.25 03:57:18.781593 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 7142 | 2025.01.25 03:57:18.781730 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7143 | 2025.01.25 03:57:18.781756 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7144 | 2025.01.25 03:57:18.781794 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 7145 | 2025.01.25 03:57:18.781975 [ 259 ] {bdd11049-1aa2-48ab-b64c-9aa12cea08a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7146 | 2025.01.25 03:57:18.782037 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 7147 | 2025.01.25 03:57:18.782152 [ 259 ] {bdd11049-1aa2-48ab-b64c-9aa12cea08a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7148 | 2025.01.25 03:57:18.782343 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 7149 | 2025.01.25 03:57:18.782763 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 7150 | 2025.01.25 03:57:18.782989 [ 189 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 7151 | 2025.01.25 03:57:18.784429 [ 259 ] {bdd11049-1aa2-48ab-b64c-9aa12cea08a3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7152 | 2025.01.25 03:57:18.784476 [ 259 ] {bdd11049-1aa2-48ab-b64c-9aa12cea08a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7153 | 2025.01.25 03:57:18.784753 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003331191 sec., 19512.54070991426 rows/sec., 1.26 MiB/sec. | ||
| 7154 | 2025.01.25 03:57:18.785001 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7155 | 2025.01.25 03:57:18.785160 [ 259 ] {bdd11049-1aa2-48ab-b64c-9aa12cea08a3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7156 | 2025.01.25 03:57:18.785466 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_21_5} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7157 | 2025.01.25 03:57:18.785621 [ 259 ] {bdd11049-1aa2-48ab-b64c-9aa12cea08a3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7158 | 2025.01.25 03:57:18.785654 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_21_5} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7159 | 2025.01.25 03:57:18.785815 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7160 | 2025.01.25 03:57:18.785990 [ 259 ] {bdd11049-1aa2-48ab-b64c-9aa12cea08a3} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.004139 sec., 99299.34766851895 rows/sec., 7.08 MiB/sec. | ||
| 7161 | 2025.01.25 03:57:18.786060 [ 259 ] {bdd11049-1aa2-48ab-b64c-9aa12cea08a3} <Debug> TCPHandler: Processed in 0.004406147 sec. | ||
| 7162 | 2025.01.25 03:57:18.786215 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7163 | 2025.01.25 03:57:18.786354 [ 260 ] {74e77341-50a0-46d9-a642-cadf60cbfd2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7164 | 2025.01.25 03:57:18.786414 [ 260 ] {74e77341-50a0-46d9-a642-cadf60cbfd2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7165 | 2025.01.25 03:57:18.786985 [ 260 ] {74e77341-50a0-46d9-a642-cadf60cbfd2f} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7166 | 2025.01.25 03:57:18.787031 [ 260 ] {74e77341-50a0-46d9-a642-cadf60cbfd2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7167 | 2025.01.25 03:57:18.787403 [ 260 ] {74e77341-50a0-46d9-a642-cadf60cbfd2f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7168 | 2025.01.25 03:57:18.787643 [ 260 ] {74e77341-50a0-46d9-a642-cadf60cbfd2f} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7169 | 2025.01.25 03:57:18.787799 [ 108 ] {} <Debug> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7170 | 2025.01.25 03:57:18.787853 [ 108 ] {} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7171 | 2025.01.25 03:57:18.787888 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7172 | 2025.01.25 03:57:18.787902 [ 260 ] {74e77341-50a0-46d9-a642-cadf60cbfd2f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec. | ||
| 7173 | 2025.01.25 03:57:18.788191 [ 260 ] {74e77341-50a0-46d9-a642-cadf60cbfd2f} <Debug> TCPHandler: Processed in 0.00204009 sec. | ||
| 7174 | 2025.01.25 03:57:18.788251 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 7175 | 2025.01.25 03:57:18.788622 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7176 | 2025.01.25 03:57:18.788781 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7177 | 2025.01.25 03:57:18.788884 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 7178 | 2025.01.25 03:57:18.788969 [ 259 ] {79093859-e98c-4c91-b2ef-8aaa2f93a56a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7179 | 2025.01.25 03:57:18.789105 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 7180 | 2025.01.25 03:57:18.789259 [ 259 ] {79093859-e98c-4c91-b2ef-8aaa2f93a56a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7181 | 2025.01.25 03:57:18.789459 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 7182 | 2025.01.25 03:57:18.789733 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 7183 | 2025.01.25 03:57:18.790029 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 7184 | 2025.01.25 03:57:18.790357 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 7185 | 2025.01.25 03:57:18.792020 [ 259 ] {79093859-e98c-4c91-b2ef-8aaa2f93a56a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7186 | 2025.01.25 03:57:18.792096 [ 259 ] {79093859-e98c-4c91-b2ef-8aaa2f93a56a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7187 | 2025.01.25 03:57:18.793068 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005096893 sec., 24720.94273903729 rows/sec., 1.26 MiB/sec. | ||
| 7188 | 2025.01.25 03:57:18.793181 [ 259 ] {79093859-e98c-4c91-b2ef-8aaa2f93a56a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7189 | 2025.01.25 03:57:18.793207 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7190 | 2025.01.25 03:57:18.793617 [ 259 ] {79093859-e98c-4c91-b2ef-8aaa2f93a56a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7191 | 2025.01.25 03:57:18.793695 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_21_4} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2025.01.25 03:57:18.793867 [ 190 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_21_4} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7193 | 2025.01.25 03:57:18.794141 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7194 | 2025.01.25 03:57:18.794182 [ 259 ] {79093859-e98c-4c91-b2ef-8aaa2f93a56a} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005284 sec., 45041.63512490538 rows/sec., 3.02 MiB/sec. | ||
| 7195 | 2025.01.25 03:57:18.794335 [ 259 ] {79093859-e98c-4c91-b2ef-8aaa2f93a56a} <Debug> TCPHandler: Processed in 0.006046827 sec. | ||
| 7196 | 2025.01.25 03:57:18.794655 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7197 | 2025.01.25 03:57:18.794882 [ 260 ] {c79e5484-a0e4-454b-b025-dc8c0462fed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7198 | 2025.01.25 03:57:18.794944 [ 260 ] {c79e5484-a0e4-454b-b025-dc8c0462fed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7199 | 2025.01.25 03:57:18.795455 [ 260 ] {c79e5484-a0e4-454b-b025-dc8c0462fed4} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7200 | 2025.01.25 03:57:18.795494 [ 260 ] {c79e5484-a0e4-454b-b025-dc8c0462fed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7201 | 2025.01.25 03:57:18.795841 [ 260 ] {c79e5484-a0e4-454b-b025-dc8c0462fed4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7202 | 2025.01.25 03:57:18.796075 [ 260 ] {c79e5484-a0e4-454b-b025-dc8c0462fed4} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7203 | 2025.01.25 03:57:18.796317 [ 260 ] {c79e5484-a0e4-454b-b025-dc8c0462fed4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001477 sec., 677.0480704129993 rows/sec., 45.62 KiB/sec. | ||
| 7204 | 2025.01.25 03:57:18.796499 [ 260 ] {c79e5484-a0e4-454b-b025-dc8c0462fed4} <Debug> TCPHandler: Processed in 0.001997129 sec. | ||
| 7205 | 2025.01.25 03:57:18.796674 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7206 | 2025.01.25 03:57:18.796812 [ 259 ] {9b572a47-d909-42ed-b2f9-4a7170ef5d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7207 | 2025.01.25 03:57:18.796901 [ 259 ] {9b572a47-d909-42ed-b2f9-4a7170ef5d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7208 | 2025.01.25 03:57:18.798060 [ 259 ] {9b572a47-d909-42ed-b2f9-4a7170ef5d3d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7209 | 2025.01.25 03:57:18.798098 [ 259 ] {9b572a47-d909-42ed-b2f9-4a7170ef5d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7210 | 2025.01.25 03:57:18.798732 [ 259 ] {9b572a47-d909-42ed-b2f9-4a7170ef5d3d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7211 | 2025.01.25 03:57:18.798995 [ 259 ] {9b572a47-d909-42ed-b2f9-4a7170ef5d3d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7212 | 2025.01.25 03:57:18.799247 [ 259 ] {9b572a47-d909-42ed-b2f9-4a7170ef5d3d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002465 sec., 10953.346855983773 rows/sec., 19.63 MiB/sec. | ||
| 7213 | 2025.01.25 03:57:18.799353 [ 259 ] {9b572a47-d909-42ed-b2f9-4a7170ef5d3d} <Debug> TCPHandler: Processed in 0.002756257 sec. | ||
| 7214 | 2025.01.25 03:57:18.799563 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7215 | 2025.01.25 03:57:18.799791 [ 260 ] {dd78ed57-27ad-4336-8c01-e8fb0902b7e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7216 | 2025.01.25 03:57:18.799885 [ 260 ] {dd78ed57-27ad-4336-8c01-e8fb0902b7e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7217 | 2025.01.25 03:57:18.800508 [ 260 ] {dd78ed57-27ad-4336-8c01-e8fb0902b7e0} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7218 | 2025.01.25 03:57:18.800548 [ 260 ] {dd78ed57-27ad-4336-8c01-e8fb0902b7e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7219 | 2025.01.25 03:57:18.800925 [ 260 ] {dd78ed57-27ad-4336-8c01-e8fb0902b7e0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7220 | 2025.01.25 03:57:18.801164 [ 260 ] {dd78ed57-27ad-4336-8c01-e8fb0902b7e0} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7221 | 2025.01.25 03:57:18.801413 [ 260 ] {dd78ed57-27ad-4336-8c01-e8fb0902b7e0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001677 sec., 48896.83959451401 rows/sec., 3.11 MiB/sec. | ||
| 7222 | 2025.01.25 03:57:18.801468 [ 260 ] {dd78ed57-27ad-4336-8c01-e8fb0902b7e0} <Debug> TCPHandler: Processed in 0.002014939 sec. | ||
| 7223 | 2025.01.25 03:57:19.943125 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 7224 | 2025.01.25 03:57:19.943767 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2025.01.25 03:57:19.943821 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7226 | 2025.01.25 03:57:19.944329 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7227 | 2025.01.25 03:57:19.944580 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7228 | 2025.01.25 03:57:19.944873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 7229 | 2025.01.25 03:57:20.980669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7230 | 2025.01.25 03:57:21.002067 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2025.01.25 03:57:21.002131 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7232 | 2025.01.25 03:57:21.009717 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7233 | 2025.01.25 03:57:21.010477 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2025.01.25 03:57:21.013554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7235 | 2025.01.25 03:57:22.513333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1022 | ||
| 7236 | 2025.01.25 03:57:22.516627 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7237 | 2025.01.25 03:57:22.516684 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7238 | 2025.01.25 03:57:22.518170 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7239 | 2025.01.25 03:57:22.518501 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7240 | 2025.01.25 03:57:22.519782 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1022 | ||
| 7241 | 2025.01.25 03:57:23.759558 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7242 | 2025.01.25 03:57:23.759871 [ 259 ] {5db35b26-b6d8-42e9-a7a4-bb950bea612d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7243 | 2025.01.25 03:57:23.759992 [ 259 ] {5db35b26-b6d8-42e9-a7a4-bb950bea612d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7244 | 2025.01.25 03:57:23.760911 [ 259 ] {5db35b26-b6d8-42e9-a7a4-bb950bea612d} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7245 | 2025.01.25 03:57:23.760966 [ 259 ] {5db35b26-b6d8-42e9-a7a4-bb950bea612d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7246 | 2025.01.25 03:57:23.761420 [ 259 ] {5db35b26-b6d8-42e9-a7a4-bb950bea612d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7247 | 2025.01.25 03:57:23.761673 [ 259 ] {5db35b26-b6d8-42e9-a7a4-bb950bea612d} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7248 | 2025.01.25 03:57:23.761917 [ 259 ] {5db35b26-b6d8-42e9-a7a4-bb950bea612d} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002131 sec., 38479.58704833411 rows/sec., 3.18 MiB/sec. | ||
| 7249 | 2025.01.25 03:57:23.761984 [ 259 ] {5db35b26-b6d8-42e9-a7a4-bb950bea612d} <Debug> TCPHandler: Processed in 0.002616674 sec. | ||
| 7250 | 2025.01.25 03:57:23.762225 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7251 | 2025.01.25 03:57:23.762423 [ 260 ] {eabff6a9-3b43-414c-8703-6233ec4dc143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7252 | 2025.01.25 03:57:23.762501 [ 260 ] {eabff6a9-3b43-414c-8703-6233ec4dc143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7253 | 2025.01.25 03:57:23.763249 [ 260 ] {eabff6a9-3b43-414c-8703-6233ec4dc143} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7254 | 2025.01.25 03:57:23.763293 [ 260 ] {eabff6a9-3b43-414c-8703-6233ec4dc143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7255 | 2025.01.25 03:57:23.763721 [ 260 ] {eabff6a9-3b43-414c-8703-6233ec4dc143} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7256 | 2025.01.25 03:57:23.763977 [ 260 ] {eabff6a9-3b43-414c-8703-6233ec4dc143} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7257 | 2025.01.25 03:57:23.764196 [ 260 ] {eabff6a9-3b43-414c-8703-6233ec4dc143} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001825 sec., 7123.287671232877 rows/sec., 535.64 KiB/sec. | ||
| 7258 | 2025.01.25 03:57:23.764261 [ 260 ] {eabff6a9-3b43-414c-8703-6233ec4dc143} <Debug> TCPHandler: Processed in 0.002167813 sec. | ||
| 7259 | 2025.01.25 03:57:23.764419 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7260 | 2025.01.25 03:57:23.764567 [ 259 ] {9c8d27d1-6b58-4f1d-8ac6-c90df4292bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7261 | 2025.01.25 03:57:23.764628 [ 259 ] {9c8d27d1-6b58-4f1d-8ac6-c90df4292bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7262 | 2025.01.25 03:57:23.765349 [ 259 ] {9c8d27d1-6b58-4f1d-8ac6-c90df4292bbb} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7263 | 2025.01.25 03:57:23.765391 [ 259 ] {9c8d27d1-6b58-4f1d-8ac6-c90df4292bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7264 | 2025.01.25 03:57:23.765761 [ 259 ] {9c8d27d1-6b58-4f1d-8ac6-c90df4292bbb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7265 | 2025.01.25 03:57:23.765999 [ 259 ] {9c8d27d1-6b58-4f1d-8ac6-c90df4292bbb} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7266 | 2025.01.25 03:57:23.766229 [ 259 ] {9c8d27d1-6b58-4f1d-8ac6-c90df4292bbb} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001689 sec., 45589.105979869746 rows/sec., 3.56 MiB/sec. | ||
| 7267 | 2025.01.25 03:57:23.766300 [ 259 ] {9c8d27d1-6b58-4f1d-8ac6-c90df4292bbb} <Debug> TCPHandler: Processed in 0.001948157 sec. | ||
| 7268 | 2025.01.25 03:57:23.766543 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7269 | 2025.01.25 03:57:23.766699 [ 260 ] {d154d491-c1d9-4667-8baa-22c3cd2b40e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7270 | 2025.01.25 03:57:23.766756 [ 260 ] {d154d491-c1d9-4667-8baa-22c3cd2b40e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7271 | 2025.01.25 03:57:23.767337 [ 260 ] {d154d491-c1d9-4667-8baa-22c3cd2b40e4} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7272 | 2025.01.25 03:57:23.767376 [ 260 ] {d154d491-c1d9-4667-8baa-22c3cd2b40e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7273 | 2025.01.25 03:57:23.767772 [ 260 ] {d154d491-c1d9-4667-8baa-22c3cd2b40e4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7274 | 2025.01.25 03:57:23.768010 [ 260 ] {d154d491-c1d9-4667-8baa-22c3cd2b40e4} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7275 | 2025.01.25 03:57:23.768201 [ 260 ] {d154d491-c1d9-4667-8baa-22c3cd2b40e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001531 sec., 104506.85826257349 rows/sec., 7.28 MiB/sec. | ||
| 7276 | 2025.01.25 03:57:23.768253 [ 260 ] {d154d491-c1d9-4667-8baa-22c3cd2b40e4} <Debug> TCPHandler: Processed in 0.001822954 sec. | ||
| 7277 | 2025.01.25 03:57:23.768411 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7278 | 2025.01.25 03:57:23.768553 [ 259 ] {30098819-1e55-479d-be6a-beded162f83d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7279 | 2025.01.25 03:57:23.768648 [ 259 ] {30098819-1e55-479d-be6a-beded162f83d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7280 | 2025.01.25 03:57:23.769868 [ 259 ] {30098819-1e55-479d-be6a-beded162f83d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7281 | 2025.01.25 03:57:23.769908 [ 259 ] {30098819-1e55-479d-be6a-beded162f83d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7282 | 2025.01.25 03:57:23.770544 [ 259 ] {30098819-1e55-479d-be6a-beded162f83d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7283 | 2025.01.25 03:57:23.770794 [ 259 ] {30098819-1e55-479d-be6a-beded162f83d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7284 | 2025.01.25 03:57:23.770966 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7285 | 2025.01.25 03:57:23.771041 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2025.01.25 03:57:23.771079 [ 259 ] {30098819-1e55-479d-be6a-beded162f83d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002549 sec., 5100.0392310710085 rows/sec., 9.14 MiB/sec. | ||
| 7287 | 2025.01.25 03:57:23.771089 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7288 | 2025.01.25 03:57:23.771447 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 7289 | 2025.01.25 03:57:23.771496 [ 259 ] {30098819-1e55-479d-be6a-beded162f83d} <Debug> TCPHandler: Processed in 0.003149137 sec. | ||
| 7290 | 2025.01.25 03:57:23.771888 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7291 | 2025.01.25 03:57:23.772412 [ 260 ] {b323fe44-641b-4a44-ad4e-f7473c02a8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7292 | 2025.01.25 03:57:23.772580 [ 260 ] {b323fe44-641b-4a44-ad4e-f7473c02a8c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7293 | 2025.01.25 03:57:23.772777 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7294 | 2025.01.25 03:57:23.773018 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 662 rows starting from the beginning of the part | ||
| 7295 | 2025.01.25 03:57:23.773728 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 7296 | 2025.01.25 03:57:23.774462 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
| 7297 | 2025.01.25 03:57:23.774657 [ 260 ] {b323fe44-641b-4a44-ad4e-f7473c02a8c8} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7298 | 2025.01.25 03:57:23.774774 [ 260 ] {b323fe44-641b-4a44-ad4e-f7473c02a8c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7299 | 2025.01.25 03:57:23.775181 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 7300 | 2025.01.25 03:57:23.775853 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 27 rows starting from the beginning of the part | ||
| 7301 | 2025.01.25 03:57:23.776310 [ 260 ] {b323fe44-641b-4a44-ad4e-f7473c02a8c8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7302 | 2025.01.25 03:57:23.776497 [ 189 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 7303 | 2025.01.25 03:57:23.777214 [ 260 ] {b323fe44-641b-4a44-ad4e-f7473c02a8c8} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7304 | 2025.01.25 03:57:23.777780 [ 260 ] {b323fe44-641b-4a44-ad4e-f7473c02a8c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005568 sec., 10775.862068965516 rows/sec., 743.65 KiB/sec. | ||
| 7305 | 2025.01.25 03:57:23.777914 [ 260 ] {b323fe44-641b-4a44-ad4e-f7473c02a8c8} <Debug> TCPHandler: Processed in 0.006261192 sec. | ||
| 7306 | 2025.01.25 03:57:23.782810 [ 190 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 19 columns (19 merged, 0 gathered) in 0.011572141 sec., 65242.8967120259 rows/sec., 116.91 MiB/sec. | ||
| 7307 | 2025.01.25 03:57:23.783878 [ 190 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7308 | 2025.01.25 03:57:23.784327 [ 190 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7309 | 2025.01.25 03:57:23.784413 [ 190 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7310 | 2025.01.25 03:57:23.784579 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. | ||
| 7311 | 2025.01.25 03:57:24.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.88 MiB, peak 215.46 MiB, free memory in arenas 0.00 B, will set to 209.21 MiB (RSS), difference: 1.33 MiB | ||
| 7312 | 2025.01.25 03:57:27.312509 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7313 | 2025.01.25 03:57:27.312578 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7314 | 2025.01.25 03:57:27.445952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 7315 | 2025.01.25 03:57:27.446615 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7316 | 2025.01.25 03:57:27.446668 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7317 | 2025.01.25 03:57:27.447229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7318 | 2025.01.25 03:57:27.447485 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7319 | 2025.01.25 03:57:27.447792 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7320 | 2025.01.25 03:57:28.514584 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7321 | 2025.01.25 03:57:28.535051 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.01.25 03:57:28.535106 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7323 | 2025.01.25 03:57:28.542369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7324 | 2025.01.25 03:57:28.543159 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.01.25 03:57:28.545705 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7326 | 2025.01.25 03:57:28.763858 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7327 | 2025.01.25 03:57:28.764054 [ 259 ] {79ce961c-9fef-4a4a-b4f2-f19743c848fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7328 | 2025.01.25 03:57:28.764129 [ 259 ] {79ce961c-9fef-4a4a-b4f2-f19743c848fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7329 | 2025.01.25 03:57:28.764911 [ 259 ] {79ce961c-9fef-4a4a-b4f2-f19743c848fc} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7330 | 2025.01.25 03:57:28.764957 [ 259 ] {79ce961c-9fef-4a4a-b4f2-f19743c848fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7331 | 2025.01.25 03:57:28.765409 [ 259 ] {79ce961c-9fef-4a4a-b4f2-f19743c848fc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7332 | 2025.01.25 03:57:28.765668 [ 259 ] {79ce961c-9fef-4a4a-b4f2-f19743c848fc} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7333 | 2025.01.25 03:57:28.765923 [ 259 ] {79ce961c-9fef-4a4a-b4f2-f19743c848fc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001923 sec., 7280.291211648466 rows/sec., 524.08 KiB/sec. | ||
| 7334 | 2025.01.25 03:57:28.765991 [ 259 ] {79ce961c-9fef-4a4a-b4f2-f19743c848fc} <Debug> TCPHandler: Processed in 0.002265744 sec. | ||
| 7335 | 2025.01.25 03:57:28.766251 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7336 | 2025.01.25 03:57:28.766446 [ 260 ] {4f556d7b-ce1a-4167-85b6-7a78fd28898c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7337 | 2025.01.25 03:57:28.766521 [ 260 ] {4f556d7b-ce1a-4167-85b6-7a78fd28898c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7338 | 2025.01.25 03:57:28.767412 [ 260 ] {4f556d7b-ce1a-4167-85b6-7a78fd28898c} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7339 | 2025.01.25 03:57:28.767466 [ 260 ] {4f556d7b-ce1a-4167-85b6-7a78fd28898c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7340 | 2025.01.25 03:57:28.767925 [ 260 ] {4f556d7b-ce1a-4167-85b6-7a78fd28898c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7341 | 2025.01.25 03:57:28.768168 [ 260 ] {4f556d7b-ce1a-4167-85b6-7a78fd28898c} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7342 | 2025.01.25 03:57:28.768442 [ 260 ] {4f556d7b-ce1a-4167-85b6-7a78fd28898c} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002044 sec., 125733.85518591 rows/sec., 10.99 MiB/sec. | ||
| 7343 | 2025.01.25 03:57:28.768525 [ 260 ] {4f556d7b-ce1a-4167-85b6-7a78fd28898c} <Debug> TCPHandler: Processed in 0.002412429 sec. | ||
| 7344 | 2025.01.25 03:57:28.768779 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7345 | 2025.01.25 03:57:28.768961 [ 259 ] {44adff7a-6a4e-4e94-9d0c-13ef3611d23a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7346 | 2025.01.25 03:57:28.769025 [ 259 ] {44adff7a-6a4e-4e94-9d0c-13ef3611d23a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7347 | 2025.01.25 03:57:28.769708 [ 259 ] {44adff7a-6a4e-4e94-9d0c-13ef3611d23a} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7348 | 2025.01.25 03:57:28.769751 [ 259 ] {44adff7a-6a4e-4e94-9d0c-13ef3611d23a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7349 | 2025.01.25 03:57:28.770125 [ 259 ] {44adff7a-6a4e-4e94-9d0c-13ef3611d23a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7350 | 2025.01.25 03:57:28.770370 [ 259 ] {44adff7a-6a4e-4e94-9d0c-13ef3611d23a} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7351 | 2025.01.25 03:57:28.770598 [ 259 ] {44adff7a-6a4e-4e94-9d0c-13ef3611d23a} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001673 sec., 20322.773460848774 rows/sec., 1.45 MiB/sec. | ||
| 7352 | 2025.01.25 03:57:28.770654 [ 259 ] {44adff7a-6a4e-4e94-9d0c-13ef3611d23a} <Debug> TCPHandler: Processed in 0.002025749 sec. | ||
| 7353 | 2025.01.25 03:57:28.770796 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7354 | 2025.01.25 03:57:28.770911 [ 260 ] {fae2d7f6-d540-40e8-9d72-8c71162e278d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7355 | 2025.01.25 03:57:28.770961 [ 260 ] {fae2d7f6-d540-40e8-9d72-8c71162e278d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7356 | 2025.01.25 03:57:28.771553 [ 260 ] {fae2d7f6-d540-40e8-9d72-8c71162e278d} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2025.01.25 03:57:28.771592 [ 260 ] {fae2d7f6-d540-40e8-9d72-8c71162e278d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7358 | 2025.01.25 03:57:28.771941 [ 260 ] {fae2d7f6-d540-40e8-9d72-8c71162e278d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7359 | 2025.01.25 03:57:28.772175 [ 260 ] {fae2d7f6-d540-40e8-9d72-8c71162e278d} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7360 | 2025.01.25 03:57:28.772418 [ 260 ] {fae2d7f6-d540-40e8-9d72-8c71162e278d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001527 sec., 9168.3038637852 rows/sec., 642.09 KiB/sec. | ||
| 7361 | 2025.01.25 03:57:28.772617 [ 260 ] {fae2d7f6-d540-40e8-9d72-8c71162e278d} <Debug> TCPHandler: Processed in 0.001876805 sec. | ||
| 7362 | 2025.01.25 03:57:28.772812 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7363 | 2025.01.25 03:57:28.772950 [ 259 ] {70d515a4-9c40-4c74-a4a4-b2902c5ae275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7364 | 2025.01.25 03:57:28.773008 [ 259 ] {70d515a4-9c40-4c74-a4a4-b2902c5ae275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7365 | 2025.01.25 03:57:28.773649 [ 259 ] {70d515a4-9c40-4c74-a4a4-b2902c5ae275} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7366 | 2025.01.25 03:57:28.773689 [ 259 ] {70d515a4-9c40-4c74-a4a4-b2902c5ae275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7367 | 2025.01.25 03:57:28.774046 [ 259 ] {70d515a4-9c40-4c74-a4a4-b2902c5ae275} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7368 | 2025.01.25 03:57:28.774288 [ 259 ] {70d515a4-9c40-4c74-a4a4-b2902c5ae275} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7369 | 2025.01.25 03:57:28.774504 [ 259 ] {70d515a4-9c40-4c74-a4a4-b2902c5ae275} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec. | ||
| 7370 | 2025.01.25 03:57:28.774559 [ 259 ] {70d515a4-9c40-4c74-a4a4-b2902c5ae275} <Debug> TCPHandler: Processed in 0.001830224 sec. | ||
| 7371 | 2025.01.25 03:57:28.774699 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7372 | 2025.01.25 03:57:28.774817 [ 260 ] {3c81d6bb-f4ac-465d-a98f-1da7523a18ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7373 | 2025.01.25 03:57:28.774865 [ 260 ] {3c81d6bb-f4ac-465d-a98f-1da7523a18ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7374 | 2025.01.25 03:57:28.775582 [ 260 ] {3c81d6bb-f4ac-465d-a98f-1da7523a18ae} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7375 | 2025.01.25 03:57:28.775622 [ 260 ] {3c81d6bb-f4ac-465d-a98f-1da7523a18ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7376 | 2025.01.25 03:57:28.775997 [ 260 ] {3c81d6bb-f4ac-465d-a98f-1da7523a18ae} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7377 | 2025.01.25 03:57:28.776226 [ 260 ] {3c81d6bb-f4ac-465d-a98f-1da7523a18ae} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7378 | 2025.01.25 03:57:28.776456 [ 260 ] {3c81d6bb-f4ac-465d-a98f-1da7523a18ae} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001662 sec., 246089.0493381468 rows/sec., 17.54 MiB/sec. | ||
| 7379 | 2025.01.25 03:57:28.776510 [ 260 ] {3c81d6bb-f4ac-465d-a98f-1da7523a18ae} <Debug> TCPHandler: Processed in 0.001866816 sec. | ||
| 7380 | 2025.01.25 03:57:28.776698 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7381 | 2025.01.25 03:57:28.776905 [ 259 ] {27ed9118-e08b-496c-92a6-b35ec1721fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7382 | 2025.01.25 03:57:28.776995 [ 259 ] {27ed9118-e08b-496c-92a6-b35ec1721fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7383 | 2025.01.25 03:57:28.777682 [ 259 ] {27ed9118-e08b-496c-92a6-b35ec1721fa2} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7384 | 2025.01.25 03:57:28.777722 [ 259 ] {27ed9118-e08b-496c-92a6-b35ec1721fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7385 | 2025.01.25 03:57:28.778105 [ 259 ] {27ed9118-e08b-496c-92a6-b35ec1721fa2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7386 | 2025.01.25 03:57:28.778349 [ 259 ] {27ed9118-e08b-496c-92a6-b35ec1721fa2} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7387 | 2025.01.25 03:57:28.778618 [ 259 ] {27ed9118-e08b-496c-92a6-b35ec1721fa2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001758 sec., 3412.9692832764504 rows/sec., 178.31 KiB/sec. | ||
| 7388 | 2025.01.25 03:57:28.778838 [ 259 ] {27ed9118-e08b-496c-92a6-b35ec1721fa2} <Debug> TCPHandler: Processed in 0.002233994 sec. | ||
| 7389 | 2025.01.25 03:57:28.779077 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7390 | 2025.01.25 03:57:28.779209 [ 260 ] {4fa3f6ff-6d17-4d30-9397-5634c5a809f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7391 | 2025.01.25 03:57:28.779263 [ 260 ] {4fa3f6ff-6d17-4d30-9397-5634c5a809f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7392 | 2025.01.25 03:57:28.779856 [ 260 ] {4fa3f6ff-6d17-4d30-9397-5634c5a809f1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2025.01.25 03:57:28.779896 [ 260 ] {4fa3f6ff-6d17-4d30-9397-5634c5a809f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7394 | 2025.01.25 03:57:28.780286 [ 260 ] {4fa3f6ff-6d17-4d30-9397-5634c5a809f1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7395 | 2025.01.25 03:57:28.780513 [ 260 ] {4fa3f6ff-6d17-4d30-9397-5634c5a809f1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2025.01.25 03:57:28.780758 [ 260 ] {4fa3f6ff-6d17-4d30-9397-5634c5a809f1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001571 sec., 150859.32527052832 rows/sec., 10.11 MiB/sec. | ||
| 7397 | 2025.01.25 03:57:28.780949 [ 260 ] {4fa3f6ff-6d17-4d30-9397-5634c5a809f1} <Debug> TCPHandler: Processed in 0.001972708 sec. | ||
| 7398 | 2025.01.25 03:57:28.781147 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2025.01.25 03:57:28.781285 [ 259 ] {e1f85d31-df11-4fcb-8311-1cba057d92a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7400 | 2025.01.25 03:57:28.781347 [ 259 ] {e1f85d31-df11-4fcb-8311-1cba057d92a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7401 | 2025.01.25 03:57:28.781818 [ 259 ] {e1f85d31-df11-4fcb-8311-1cba057d92a2} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2025.01.25 03:57:28.781856 [ 259 ] {e1f85d31-df11-4fcb-8311-1cba057d92a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7403 | 2025.01.25 03:57:28.782214 [ 259 ] {e1f85d31-df11-4fcb-8311-1cba057d92a2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7404 | 2025.01.25 03:57:28.782444 [ 259 ] {e1f85d31-df11-4fcb-8311-1cba057d92a2} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7405 | 2025.01.25 03:57:28.782649 [ 259 ] {e1f85d31-df11-4fcb-8311-1cba057d92a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec. | ||
| 7406 | 2025.01.25 03:57:28.782698 [ 259 ] {e1f85d31-df11-4fcb-8311-1cba057d92a2} <Debug> TCPHandler: Processed in 0.00164956 sec. | ||
| 7407 | 2025.01.25 03:57:28.782835 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7408 | 2025.01.25 03:57:28.782952 [ 260 ] {c91954d6-8288-4d74-8bd0-c5c3c7049639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7409 | 2025.01.25 03:57:28.783034 [ 260 ] {c91954d6-8288-4d74-8bd0-c5c3c7049639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7410 | 2025.01.25 03:57:28.784201 [ 260 ] {c91954d6-8288-4d74-8bd0-c5c3c7049639} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2025.01.25 03:57:28.784240 [ 260 ] {c91954d6-8288-4d74-8bd0-c5c3c7049639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7412 | 2025.01.25 03:57:28.784889 [ 260 ] {c91954d6-8288-4d74-8bd0-c5c3c7049639} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7413 | 2025.01.25 03:57:28.785136 [ 260 ] {c91954d6-8288-4d74-8bd0-c5c3c7049639} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7414 | 2025.01.25 03:57:28.785376 [ 260 ] {c91954d6-8288-4d74-8bd0-c5c3c7049639} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002448 sec., 11029.411764705881 rows/sec., 19.76 MiB/sec. | ||
| 7415 | 2025.01.25 03:57:28.785470 [ 260 ] {c91954d6-8288-4d74-8bd0-c5c3c7049639} <Debug> TCPHandler: Processed in 0.002689775 sec. | ||
| 7416 | 2025.01.25 03:57:28.785685 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7417 | 2025.01.25 03:57:28.785911 [ 259 ] {f7fd9971-a7d9-432b-93ba-6c2893572178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7418 | 2025.01.25 03:57:28.786004 [ 259 ] {f7fd9971-a7d9-432b-93ba-6c2893572178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7419 | 2025.01.25 03:57:28.786702 [ 259 ] {f7fd9971-a7d9-432b-93ba-6c2893572178} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7420 | 2025.01.25 03:57:28.786741 [ 259 ] {f7fd9971-a7d9-432b-93ba-6c2893572178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7421 | 2025.01.25 03:57:28.787108 [ 259 ] {f7fd9971-a7d9-432b-93ba-6c2893572178} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7422 | 2025.01.25 03:57:28.787344 [ 259 ] {f7fd9971-a7d9-432b-93ba-6c2893572178} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7423 | 2025.01.25 03:57:28.787601 [ 259 ] {f7fd9971-a7d9-432b-93ba-6c2893572178} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001739 sec., 47153.536515238644 rows/sec., 2.99 MiB/sec. | ||
| 7424 | 2025.01.25 03:57:28.787712 [ 259 ] {f7fd9971-a7d9-432b-93ba-6c2893572178} <Debug> TCPHandler: Processed in 0.002134632 sec. | ||
| 7425 | 2025.01.25 03:57:29.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.52 MiB, peak 215.46 MiB, free memory in arenas 0.00 B, will set to 209.28 MiB (RSS), difference: -1.25 MiB | ||
| 7426 | 2025.01.25 03:57:32.099936 [ 92 ] {} <Debug> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7427 | 2025.01.25 03:57:32.100014 [ 92 ] {} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7428 | 2025.01.25 03:57:32.100038 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7429 | 2025.01.25 03:57:32.100204 [ 192 ] {d2ef8632-0935-425a-a726-0870239d4f58::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 | ||
| 7430 | 2025.01.25 03:57:32.100382 [ 192 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7431 | 2025.01.25 03:57:32.100421 [ 192 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 7432 | 2025.01.25 03:57:32.100508 [ 192 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 7433 | 2025.01.25 03:57:32.100695 [ 192 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 7434 | 2025.01.25 03:57:32.101024 [ 192 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 7435 | 2025.01.25 03:57:32.101145 [ 192 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7436 | 2025.01.25 03:57:32.102166 [ 190 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00206161 sec., 18432.196196176774 rows/sec., 1.54 MiB/sec. | ||
| 7437 | 2025.01.25 03:57:32.102364 [ 191 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7438 | 2025.01.25 03:57:32.102718 [ 191 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7439 | 2025.01.25 03:57:32.102810 [ 191 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_9_2} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7440 | 2025.01.25 03:57:32.102919 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7441 | 2025.01.25 03:57:32.115716 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7442 | 2025.01.25 03:57:32.115903 [ 259 ] {ed138a49-a1d4-492d-b603-5834ea289ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7443 | 2025.01.25 03:57:32.115976 [ 259 ] {ed138a49-a1d4-492d-b603-5834ea289ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7444 | 2025.01.25 03:57:32.116761 [ 259 ] {ed138a49-a1d4-492d-b603-5834ea289ee7} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7445 | 2025.01.25 03:57:32.116807 [ 259 ] {ed138a49-a1d4-492d-b603-5834ea289ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7446 | 2025.01.25 03:57:32.117234 [ 259 ] {ed138a49-a1d4-492d-b603-5834ea289ee7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7447 | 2025.01.25 03:57:32.117498 [ 259 ] {ed138a49-a1d4-492d-b603-5834ea289ee7} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7448 | 2025.01.25 03:57:32.117724 [ 259 ] {ed138a49-a1d4-492d-b603-5834ea289ee7} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001875 sec., 6400 rows/sec., 521.88 KiB/sec. | ||
| 7449 | 2025.01.25 03:57:32.117782 [ 259 ] {ed138a49-a1d4-492d-b603-5834ea289ee7} <Debug> TCPHandler: Processed in 0.002197484 sec. | ||
| 7450 | 2025.01.25 03:57:32.118024 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7451 | 2025.01.25 03:57:32.118203 [ 260 ] {11feb83c-32c3-4056-b840-cd75a4b16595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7452 | 2025.01.25 03:57:32.118280 [ 260 ] {11feb83c-32c3-4056-b840-cd75a4b16595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7453 | 2025.01.25 03:57:32.119558 [ 260 ] {11feb83c-32c3-4056-b840-cd75a4b16595} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7454 | 2025.01.25 03:57:32.119610 [ 260 ] {11feb83c-32c3-4056-b840-cd75a4b16595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7455 | 2025.01.25 03:57:32.120146 [ 260 ] {11feb83c-32c3-4056-b840-cd75a4b16595} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7456 | 2025.01.25 03:57:32.120411 [ 260 ] {11feb83c-32c3-4056-b840-cd75a4b16595} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7457 | 2025.01.25 03:57:32.120600 [ 92 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7458 | 2025.01.25 03:57:32.120653 [ 92 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7459 | 2025.01.25 03:57:32.120692 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7460 | 2025.01.25 03:57:32.120708 [ 260 ] {11feb83c-32c3-4056-b840-cd75a4b16595} <Debug> executeQuery: Read 1228 rows, 103.49 KiB in 0.002543 sec., 482894.21942587494 rows/sec., 39.74 MiB/sec. | ||
| 7461 | 2025.01.25 03:57:32.120935 [ 260 ] {11feb83c-32c3-4056-b840-cd75a4b16595} <Debug> TCPHandler: Processed in 0.003039264 sec. | ||
| 7462 | 2025.01.25 03:57:32.120957 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 7463 | 2025.01.25 03:57:32.121123 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7464 | 2025.01.25 03:57:32.121141 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7465 | 2025.01.25 03:57:32.121203 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 7466 | 2025.01.25 03:57:32.121442 [ 259 ] {1b643d21-4770-4fa7-b192-3871fea32ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7467 | 2025.01.25 03:57:32.121470 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 7468 | 2025.01.25 03:57:32.121629 [ 259 ] {1b643d21-4770-4fa7-b192-3871fea32ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7469 | 2025.01.25 03:57:32.121744 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 258 rows starting from the beginning of the part | ||
| 7470 | 2025.01.25 03:57:32.122199 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 7471 | 2025.01.25 03:57:32.122481 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 257 rows starting from the beginning of the part | ||
| 7472 | 2025.01.25 03:57:32.122838 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1228 rows starting from the beginning of the part | ||
| 7473 | 2025.01.25 03:57:32.124354 [ 259 ] {1b643d21-4770-4fa7-b192-3871fea32ad4} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7474 | 2025.01.25 03:57:32.124433 [ 259 ] {1b643d21-4770-4fa7-b192-3871fea32ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7475 | 2025.01.25 03:57:32.125457 [ 259 ] {1b643d21-4770-4fa7-b192-3871fea32ad4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7476 | 2025.01.25 03:57:32.125773 [ 259 ] {1b643d21-4770-4fa7-b192-3871fea32ad4} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7477 | 2025.01.25 03:57:32.126002 [ 92 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7478 | 2025.01.25 03:57:32.126123 [ 92 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7479 | 2025.01.25 03:57:32.126193 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7480 | 2025.01.25 03:57:32.126250 [ 259 ] {1b643d21-4770-4fa7-b192-3871fea32ad4} <Debug> executeQuery: Read 25 rows, 1.82 KiB in 0.004943 sec., 5057.657293141817 rows/sec., 367.27 KiB/sec. | ||
| 7481 | 2025.01.25 03:57:32.126764 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 7482 | 2025.01.25 03:57:32.127060 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3339 rows, containing 5 columns (5 merged, 0 gathered) in 0.006276472 sec., 531986.759440654 rows/sec., 46.50 MiB/sec. | ||
| 7483 | 2025.01.25 03:57:32.127152 [ 259 ] {1b643d21-4770-4fa7-b192-3871fea32ad4} <Debug> TCPHandler: Processed in 0.006102978 sec. | ||
| 7484 | 2025.01.25 03:57:32.127635 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7485 | 2025.01.25 03:57:32.127756 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7486 | 2025.01.25 03:57:32.127813 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7487 | 2025.01.25 03:57:32.127957 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 65 rows starting from the beginning of the part | ||
| 7488 | 2025.01.25 03:57:32.128601 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 7489 | 2025.01.25 03:57:32.129134 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 7490 | 2025.01.25 03:57:32.129452 [ 260 ] {c903708e-563c-400c-813b-dc0e5cc3821e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7491 | 2025.01.25 03:57:32.129656 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 7492 | 2025.01.25 03:57:32.129975 [ 260 ] {c903708e-563c-400c-813b-dc0e5cc3821e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7493 | 2025.01.25 03:57:32.130039 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 7494 | 2025.01.25 03:57:32.130375 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 25 rows starting from the beginning of the part | ||
| 7495 | 2025.01.25 03:57:32.131361 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_56_11} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7496 | 2025.01.25 03:57:32.131858 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_56_11} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7497 | 2025.01.25 03:57:32.132282 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 7498 | 2025.01.25 03:57:32.133657 [ 260 ] {c903708e-563c-400c-813b-dc0e5cc3821e} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2025.01.25 03:57:32.133738 [ 260 ] {c903708e-563c-400c-813b-dc0e5cc3821e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7500 | 2025.01.25 03:57:32.134467 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.008089106 sec., 22993.88832338209 rows/sec., 1.73 MiB/sec. | ||
| 7501 | 2025.01.25 03:57:32.134741 [ 260 ] {c903708e-563c-400c-813b-dc0e5cc3821e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7502 | 2025.01.25 03:57:32.134772 [ 195 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7503 | 2025.01.25 03:57:32.135219 [ 260 ] {c903708e-563c-400c-813b-dc0e5cc3821e} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7504 | 2025.01.25 03:57:32.135414 [ 195 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_46_9} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7505 | 2025.01.25 03:57:32.135760 [ 195 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_46_9} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7506 | 2025.01.25 03:57:32.136036 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7507 | 2025.01.25 03:57:32.136026 [ 260 ] {c903708e-563c-400c-813b-dc0e5cc3821e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.007224 sec., 31561.46179401993 rows/sec., 2.14 MiB/sec. | ||
| 7508 | 2025.01.25 03:57:32.136253 [ 260 ] {c903708e-563c-400c-813b-dc0e5cc3821e} <Debug> TCPHandler: Processed in 0.008943657 sec. | ||
| 7509 | 2025.01.25 03:57:32.136451 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7510 | 2025.01.25 03:57:32.136587 [ 259 ] {cefc4f56-204b-47a2-a30e-b34a31bffbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7511 | 2025.01.25 03:57:32.136644 [ 259 ] {cefc4f56-204b-47a2-a30e-b34a31bffbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7512 | 2025.01.25 03:57:32.137539 [ 259 ] {cefc4f56-204b-47a2-a30e-b34a31bffbae} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7513 | 2025.01.25 03:57:32.137581 [ 259 ] {cefc4f56-204b-47a2-a30e-b34a31bffbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7514 | 2025.01.25 03:57:32.137998 [ 259 ] {cefc4f56-204b-47a2-a30e-b34a31bffbae} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7515 | 2025.01.25 03:57:32.138254 [ 259 ] {cefc4f56-204b-47a2-a30e-b34a31bffbae} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7516 | 2025.01.25 03:57:32.138430 [ 92 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7517 | 2025.01.25 03:57:32.138488 [ 92 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7518 | 2025.01.25 03:57:32.138514 [ 259 ] {cefc4f56-204b-47a2-a30e-b34a31bffbae} <Debug> executeQuery: Read 545 rows, 41.42 KiB in 0.001948 sec., 279774.1273100616 rows/sec., 20.77 MiB/sec. | ||
| 7519 | 2025.01.25 03:57:32.138530 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7520 | 2025.01.25 03:57:32.138677 [ 259 ] {cefc4f56-204b-47a2-a30e-b34a31bffbae} <Debug> TCPHandler: Processed in 0.002307696 sec. | ||
| 7521 | 2025.01.25 03:57:32.138769 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 7522 | 2025.01.25 03:57:32.138915 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7523 | 2025.01.25 03:57:32.138962 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7524 | 2025.01.25 03:57:32.139001 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7525 | 2025.01.25 03:57:32.139200 [ 260 ] {90e31f58-d72a-42ea-b00e-a17eab0b442f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7526 | 2025.01.25 03:57:32.139261 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 77 rows starting from the beginning of the part | ||
| 7527 | 2025.01.25 03:57:32.139378 [ 260 ] {90e31f58-d72a-42ea-b00e-a17eab0b442f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7528 | 2025.01.25 03:57:32.139557 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 411 rows starting from the beginning of the part | ||
| 7529 | 2025.01.25 03:57:32.139981 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 77 rows starting from the beginning of the part | ||
| 7530 | 2025.01.25 03:57:32.140366 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 409 rows starting from the beginning of the part | ||
| 7531 | 2025.01.25 03:57:32.140760 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 545 rows starting from the beginning of the part | ||
| 7532 | 2025.01.25 03:57:32.142574 [ 260 ] {90e31f58-d72a-42ea-b00e-a17eab0b442f} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7533 | 2025.01.25 03:57:32.142667 [ 260 ] {90e31f58-d72a-42ea-b00e-a17eab0b442f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7534 | 2025.01.25 03:57:32.143520 [ 260 ] {90e31f58-d72a-42ea-b00e-a17eab0b442f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7535 | 2025.01.25 03:57:32.143563 [ 193 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2433 rows, containing 5 columns (5 merged, 0 gathered) in 0.004909969 sec., 495522.47682215506 rows/sec., 38.02 MiB/sec. | ||
| 7536 | 2025.01.25 03:57:32.143802 [ 193 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7537 | 2025.01.25 03:57:32.143968 [ 260 ] {90e31f58-d72a-42ea-b00e-a17eab0b442f} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7538 | 2025.01.25 03:57:32.144239 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7539 | 2025.01.25 03:57:32.144335 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7540 | 2025.01.25 03:57:32.144418 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7541 | 2025.01.25 03:57:32.144589 [ 260 ] {90e31f58-d72a-42ea-b00e-a17eab0b442f} <Debug> executeQuery: Read 958 rows, 65.81 KiB in 0.005462 sec., 175393.62870743318 rows/sec., 11.77 MiB/sec. | ||
| 7542 | 2025.01.25 03:57:32.144878 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 7543 | 2025.01.25 03:57:32.145150 [ 260 ] {90e31f58-d72a-42ea-b00e-a17eab0b442f} <Debug> TCPHandler: Processed in 0.006312023 sec. | ||
| 7544 | 2025.01.25 03:57:32.145448 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7545 | 2025.01.25 03:57:32.145580 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15666 rows starting from the beginning of the part | ||
| 7546 | 2025.01.25 03:57:32.145328 [ 193 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2025.01.25 03:57:32.146054 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 7548 | 2025.01.25 03:57:32.146211 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7549 | 2025.01.25 03:57:32.146418 [ 193 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_56_11} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7550 | 2025.01.25 03:57:32.146606 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 238 rows starting from the beginning of the part | ||
| 7551 | 2025.01.25 03:57:32.146721 [ 259 ] {b5e7cad4-90fb-4126-a0fa-0d13be3105a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7552 | 2025.01.25 03:57:32.146732 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 7553 | 2025.01.25 03:57:32.147001 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 7554 | 2025.01.25 03:57:32.147247 [ 259 ] {b5e7cad4-90fb-4126-a0fa-0d13be3105a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7555 | 2025.01.25 03:57:32.147307 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 7556 | 2025.01.25 03:57:32.147654 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 958 rows starting from the beginning of the part | ||
| 7557 | 2025.01.25 03:57:32.151329 [ 259 ] {b5e7cad4-90fb-4126-a0fa-0d13be3105a9} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7558 | 2025.01.25 03:57:32.151411 [ 259 ] {b5e7cad4-90fb-4126-a0fa-0d13be3105a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7559 | 2025.01.25 03:57:32.153050 [ 259 ] {b5e7cad4-90fb-4126-a0fa-0d13be3105a9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7560 | 2025.01.25 03:57:32.153652 [ 259 ] {b5e7cad4-90fb-4126-a0fa-0d13be3105a9} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7561 | 2025.01.25 03:57:32.154036 [ 259 ] {b5e7cad4-90fb-4126-a0fa-0d13be3105a9} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007472 sec., 1739.8286937901498 rows/sec., 3.12 MiB/sec. | ||
| 7562 | 2025.01.25 03:57:32.154173 [ 259 ] {b5e7cad4-90fb-4126-a0fa-0d13be3105a9} <Debug> TCPHandler: Processed in 0.008463205 sec. | ||
| 7563 | 2025.01.25 03:57:32.154341 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7564 | 2025.01.25 03:57:32.154502 [ 260 ] {fc604799-e6f1-4137-bb0a-7d32ba43926b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7565 | 2025.01.25 03:57:32.154560 [ 260 ] {fc604799-e6f1-4137-bb0a-7d32ba43926b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7566 | 2025.01.25 03:57:32.155259 [ 260 ] {fc604799-e6f1-4137-bb0a-7d32ba43926b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7567 | 2025.01.25 03:57:32.155319 [ 260 ] {fc604799-e6f1-4137-bb0a-7d32ba43926b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7568 | 2025.01.25 03:57:32.155975 [ 260 ] {fc604799-e6f1-4137-bb0a-7d32ba43926b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7569 | 2025.01.25 03:57:32.156380 [ 186 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17419 rows, containing 5 columns (5 merged, 0 gathered) in 0.011826607 sec., 1472865.3788867763 rows/sec., 99.45 MiB/sec. | ||
| 7570 | 2025.01.25 03:57:32.156497 [ 260 ] {fc604799-e6f1-4137-bb0a-7d32ba43926b} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7571 | 2025.01.25 03:57:32.156642 [ 186 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7572 | 2025.01.25 03:57:32.156729 [ 92 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7573 | 2025.01.25 03:57:32.156841 [ 92 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7574 | 2025.01.25 03:57:32.156896 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7575 | 2025.01.25 03:57:32.156905 [ 260 ] {fc604799-e6f1-4137-bb0a-7d32ba43926b} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.002424 sec., 16501.6501650165 rows/sec., 1.11 MiB/sec. | ||
| 7576 | 2025.01.25 03:57:32.157168 [ 260 ] {fc604799-e6f1-4137-bb0a-7d32ba43926b} <Debug> TCPHandler: Processed in 0.00289151 sec. | ||
| 7577 | 2025.01.25 03:57:32.157169 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 7578 | 2025.01.25 03:57:32.157328 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7579 | 2025.01.25 03:57:32.157363 [ 186 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7580 | 2025.01.25 03:57:32.157374 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3014 rows starting from the beginning of the part | ||
| 7581 | 2025.01.25 03:57:32.157519 [ 186 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7582 | 2025.01.25 03:57:32.157533 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 7583 | 2025.01.25 03:57:32.157898 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 7584 | 2025.01.25 03:57:32.157909 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 7585 | 2025.01.25 03:57:32.158015 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 7586 | 2025.01.25 03:57:32.158202 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 7587 | 2025.01.25 03:57:32.158314 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part | ||
| 7588 | 2025.01.25 03:57:32.159934 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 4 columns (4 merged, 0 gathered) in 0.002928391 sec., 1139875.1054760106 rows/sec., 74.49 MiB/sec. | ||
| 7589 | 2025.01.25 03:57:32.160220 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7590 | 2025.01.25 03:57:32.160502 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7591 | 2025.01.25 03:57:32.160576 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_56_11} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7592 | 2025.01.25 03:57:32.160644 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 7593 | 2025.01.25 03:57:32.520933 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1072 | ||
| 7594 | 2025.01.25 03:57:32.524477 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7595 | 2025.01.25 03:57:32.524536 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7596 | 2025.01.25 03:57:32.526053 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7597 | 2025.01.25 03:57:32.526371 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7598 | 2025.01.25 03:57:32.527022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1072 | ||
| 7599 | 2025.01.25 03:57:33.753274 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7600 | 2025.01.25 03:57:33.753491 [ 259 ] {510e8462-190a-49e5-9ad3-45db2c95598e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7601 | 2025.01.25 03:57:33.753576 [ 259 ] {510e8462-190a-49e5-9ad3-45db2c95598e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7602 | 2025.01.25 03:57:33.754378 [ 259 ] {510e8462-190a-49e5-9ad3-45db2c95598e} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7603 | 2025.01.25 03:57:33.754432 [ 259 ] {510e8462-190a-49e5-9ad3-45db2c95598e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7604 | 2025.01.25 03:57:33.754872 [ 259 ] {510e8462-190a-49e5-9ad3-45db2c95598e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7605 | 2025.01.25 03:57:33.755121 [ 259 ] {510e8462-190a-49e5-9ad3-45db2c95598e} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7606 | 2025.01.25 03:57:33.755366 [ 259 ] {510e8462-190a-49e5-9ad3-45db2c95598e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 7607 | 2025.01.25 03:57:33.755433 [ 259 ] {510e8462-190a-49e5-9ad3-45db2c95598e} <Debug> TCPHandler: Processed in 0.002304596 sec. | ||
| 7608 | 2025.01.25 03:57:33.755672 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7609 | 2025.01.25 03:57:33.755867 [ 260 ] {7520d2fd-23fe-49bb-b490-a0cda9f2d79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7610 | 2025.01.25 03:57:33.755940 [ 260 ] {7520d2fd-23fe-49bb-b490-a0cda9f2d79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7611 | 2025.01.25 03:57:33.756700 [ 260 ] {7520d2fd-23fe-49bb-b490-a0cda9f2d79d} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7612 | 2025.01.25 03:57:33.756740 [ 260 ] {7520d2fd-23fe-49bb-b490-a0cda9f2d79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7613 | 2025.01.25 03:57:33.757171 [ 260 ] {7520d2fd-23fe-49bb-b490-a0cda9f2d79d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7614 | 2025.01.25 03:57:33.757426 [ 260 ] {7520d2fd-23fe-49bb-b490-a0cda9f2d79d} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7615 | 2025.01.25 03:57:33.757633 [ 260 ] {7520d2fd-23fe-49bb-b490-a0cda9f2d79d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001819 sec., 35184.16712479384 rows/sec., 2.75 MiB/sec. | ||
| 7616 | 2025.01.25 03:57:33.757754 [ 260 ] {7520d2fd-23fe-49bb-b490-a0cda9f2d79d} <Debug> TCPHandler: Processed in 0.002214953 sec. | ||
| 7617 | 2025.01.25 03:57:33.757981 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7618 | 2025.01.25 03:57:33.758133 [ 259 ] {a81f9c99-d367-4ab7-a0ca-429fd24c093e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7619 | 2025.01.25 03:57:33.758200 [ 259 ] {a81f9c99-d367-4ab7-a0ca-429fd24c093e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7620 | 2025.01.25 03:57:33.758800 [ 259 ] {a81f9c99-d367-4ab7-a0ca-429fd24c093e} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7621 | 2025.01.25 03:57:33.758842 [ 259 ] {a81f9c99-d367-4ab7-a0ca-429fd24c093e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7622 | 2025.01.25 03:57:33.759244 [ 259 ] {a81f9c99-d367-4ab7-a0ca-429fd24c093e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7623 | 2025.01.25 03:57:33.759478 [ 259 ] {a81f9c99-d367-4ab7-a0ca-429fd24c093e} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7624 | 2025.01.25 03:57:33.759746 [ 259 ] {a81f9c99-d367-4ab7-a0ca-429fd24c093e} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001643 sec., 32866.707242848446 rows/sec., 2.29 MiB/sec. | ||
| 7625 | 2025.01.25 03:57:33.759815 [ 259 ] {a81f9c99-d367-4ab7-a0ca-429fd24c093e} <Debug> TCPHandler: Processed in 0.001965447 sec. | ||
| 7626 | 2025.01.25 03:57:33.760034 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7627 | 2025.01.25 03:57:33.760182 [ 260 ] {3df6c95f-4137-40c1-8c0f-647bd18ff61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7628 | 2025.01.25 03:57:33.760242 [ 260 ] {3df6c95f-4137-40c1-8c0f-647bd18ff61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7629 | 2025.01.25 03:57:33.760769 [ 260 ] {3df6c95f-4137-40c1-8c0f-647bd18ff61c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2025.01.25 03:57:33.760806 [ 260 ] {3df6c95f-4137-40c1-8c0f-647bd18ff61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7631 | 2025.01.25 03:57:33.761177 [ 260 ] {3df6c95f-4137-40c1-8c0f-647bd18ff61c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7632 | 2025.01.25 03:57:33.761412 [ 260 ] {3df6c95f-4137-40c1-8c0f-647bd18ff61c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2025.01.25 03:57:33.761583 [ 260 ] {3df6c95f-4137-40c1-8c0f-647bd18ff61c} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001433 sec., 13956.734124214934 rows/sec., 959.53 KiB/sec. | ||
| 7634 | 2025.01.25 03:57:33.761632 [ 260 ] {3df6c95f-4137-40c1-8c0f-647bd18ff61c} <Debug> TCPHandler: Processed in 0.001718532 sec. | ||
| 7635 | 2025.01.25 03:57:34.948909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7636 | 2025.01.25 03:57:34.949572 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7637 | 2025.01.25 03:57:34.949624 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7638 | 2025.01.25 03:57:34.950166 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7639 | 2025.01.25 03:57:34.950426 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7640 | 2025.01.25 03:57:34.950711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7641 | 2025.01.25 03:57:36.046739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7642 | 2025.01.25 03:57:36.067171 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2025.01.25 03:57:36.067246 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7644 | 2025.01.25 03:57:36.074548 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7645 | 2025.01.25 03:57:36.075344 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2025.01.25 03:57:36.078761 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7647 | 2025.01.25 03:57:38.764284 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7648 | 2025.01.25 03:57:38.764621 [ 259 ] {6f64def1-2b27-4fc9-80a5-d2a1b110cd70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7649 | 2025.01.25 03:57:38.764745 [ 259 ] {6f64def1-2b27-4fc9-80a5-d2a1b110cd70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7650 | 2025.01.25 03:57:38.765528 [ 259 ] {6f64def1-2b27-4fc9-80a5-d2a1b110cd70} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7651 | 2025.01.25 03:57:38.765587 [ 259 ] {6f64def1-2b27-4fc9-80a5-d2a1b110cd70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7652 | 2025.01.25 03:57:38.766038 [ 259 ] {6f64def1-2b27-4fc9-80a5-d2a1b110cd70} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7653 | 2025.01.25 03:57:38.766297 [ 259 ] {6f64def1-2b27-4fc9-80a5-d2a1b110cd70} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7654 | 2025.01.25 03:57:38.766557 [ 259 ] {6f64def1-2b27-4fc9-80a5-d2a1b110cd70} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002023 sec., 6920.415224913495 rows/sec., 498.18 KiB/sec. | ||
| 7655 | 2025.01.25 03:57:38.766675 [ 259 ] {6f64def1-2b27-4fc9-80a5-d2a1b110cd70} <Debug> TCPHandler: Processed in 0.002584903 sec. | ||
| 7656 | 2025.01.25 03:57:38.766976 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7657 | 2025.01.25 03:57:38.767166 [ 260 ] {d4c1eb18-dc4d-4d0f-abd9-94ff9c0a9ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7658 | 2025.01.25 03:57:38.767240 [ 260 ] {d4c1eb18-dc4d-4d0f-abd9-94ff9c0a9ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7659 | 2025.01.25 03:57:38.768076 [ 260 ] {d4c1eb18-dc4d-4d0f-abd9-94ff9c0a9ced} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7660 | 2025.01.25 03:57:38.768121 [ 260 ] {d4c1eb18-dc4d-4d0f-abd9-94ff9c0a9ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7661 | 2025.01.25 03:57:38.768558 [ 260 ] {d4c1eb18-dc4d-4d0f-abd9-94ff9c0a9ced} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7662 | 2025.01.25 03:57:38.768809 [ 260 ] {d4c1eb18-dc4d-4d0f-abd9-94ff9c0a9ced} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7663 | 2025.01.25 03:57:38.769067 [ 260 ] {d4c1eb18-dc4d-4d0f-abd9-94ff9c0a9ced} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.001955 sec., 131457.80051150895 rows/sec., 11.49 MiB/sec. | ||
| 7664 | 2025.01.25 03:57:38.769126 [ 260 ] {d4c1eb18-dc4d-4d0f-abd9-94ff9c0a9ced} <Debug> TCPHandler: Processed in 0.002287266 sec. | ||
| 7665 | 2025.01.25 03:57:38.769289 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7666 | 2025.01.25 03:57:38.769438 [ 259 ] {39121a6b-821c-45c2-99e5-36212b26ee1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7667 | 2025.01.25 03:57:38.769502 [ 259 ] {39121a6b-821c-45c2-99e5-36212b26ee1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7668 | 2025.01.25 03:57:38.770142 [ 259 ] {39121a6b-821c-45c2-99e5-36212b26ee1c} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7669 | 2025.01.25 03:57:38.770185 [ 259 ] {39121a6b-821c-45c2-99e5-36212b26ee1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7670 | 2025.01.25 03:57:38.770553 [ 259 ] {39121a6b-821c-45c2-99e5-36212b26ee1c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7671 | 2025.01.25 03:57:38.770791 [ 259 ] {39121a6b-821c-45c2-99e5-36212b26ee1c} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7672 | 2025.01.25 03:57:38.771002 [ 259 ] {39121a6b-821c-45c2-99e5-36212b26ee1c} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001599 sec., 21263.289555972482 rows/sec., 1.52 MiB/sec. | ||
| 7673 | 2025.01.25 03:57:38.771058 [ 259 ] {39121a6b-821c-45c2-99e5-36212b26ee1c} <Debug> TCPHandler: Processed in 0.001847175 sec. | ||
| 7674 | 2025.01.25 03:57:38.771200 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7675 | 2025.01.25 03:57:38.771317 [ 260 ] {7a39d7dd-34dd-4c9c-88e0-8ba2ada92804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7676 | 2025.01.25 03:57:38.771366 [ 260 ] {7a39d7dd-34dd-4c9c-88e0-8ba2ada92804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7677 | 2025.01.25 03:57:38.771935 [ 260 ] {7a39d7dd-34dd-4c9c-88e0-8ba2ada92804} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7678 | 2025.01.25 03:57:38.771999 [ 260 ] {7a39d7dd-34dd-4c9c-88e0-8ba2ada92804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7679 | 2025.01.25 03:57:38.772350 [ 260 ] {7a39d7dd-34dd-4c9c-88e0-8ba2ada92804} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7680 | 2025.01.25 03:57:38.772592 [ 260 ] {7a39d7dd-34dd-4c9c-88e0-8ba2ada92804} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7681 | 2025.01.25 03:57:38.772760 [ 84 ] {} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7682 | 2025.01.25 03:57:38.772852 [ 260 ] {7a39d7dd-34dd-4c9c-88e0-8ba2ada92804} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001547 sec., 9049.773755656108 rows/sec., 633.79 KiB/sec. | ||
| 7683 | 2025.01.25 03:57:38.772853 [ 84 ] {} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7684 | 2025.01.25 03:57:38.772947 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7685 | 2025.01.25 03:57:38.772980 [ 260 ] {7a39d7dd-34dd-4c9c-88e0-8ba2ada92804} <Debug> TCPHandler: Processed in 0.001830034 sec. | ||
| 7686 | 2025.01.25 03:57:38.773205 [ 186 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 7687 | 2025.01.25 03:57:38.773260 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7688 | 2025.01.25 03:57:38.773381 [ 186 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7689 | 2025.01.25 03:57:38.773458 [ 186 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
| 7690 | 2025.01.25 03:57:38.773618 [ 259 ] {8c407ebe-b47d-400d-9148-0200adef8957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7691 | 2025.01.25 03:57:38.773727 [ 186 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 7692 | 2025.01.25 03:57:38.773847 [ 259 ] {8c407ebe-b47d-400d-9148-0200adef8957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7693 | 2025.01.25 03:57:38.774022 [ 186 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 7694 | 2025.01.25 03:57:38.774386 [ 186 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 7695 | 2025.01.25 03:57:38.774637 [ 186 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part | ||
| 7696 | 2025.01.25 03:57:38.774935 [ 186 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 7697 | 2025.01.25 03:57:38.776700 [ 259 ] {8c407ebe-b47d-400d-9148-0200adef8957} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7698 | 2025.01.25 03:57:38.776787 [ 259 ] {8c407ebe-b47d-400d-9148-0200adef8957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7699 | 2025.01.25 03:57:38.777796 [ 259 ] {8c407ebe-b47d-400d-9148-0200adef8957} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7700 | 2025.01.25 03:57:38.777944 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004880499 sec., 107775.86472202945 rows/sec., 7.72 MiB/sec. | ||
| 7701 | 2025.01.25 03:57:38.778175 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7702 | 2025.01.25 03:57:38.778349 [ 259 ] {8c407ebe-b47d-400d-9148-0200adef8957} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7703 | 2025.01.25 03:57:38.778776 [ 259 ] {8c407ebe-b47d-400d-9148-0200adef8957} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005275 sec., 2464.4549763033174 rows/sec., 153.66 KiB/sec. | ||
| 7704 | 2025.01.25 03:57:38.778791 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_31_6} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7705 | 2025.01.25 03:57:38.778956 [ 259 ] {8c407ebe-b47d-400d-9148-0200adef8957} <Debug> TCPHandler: Processed in 0.005868453 sec. | ||
| 7706 | 2025.01.25 03:57:38.778997 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_31_6} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7707 | 2025.01.25 03:57:38.779114 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7708 | 2025.01.25 03:57:38.779181 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7709 | 2025.01.25 03:57:38.779313 [ 260 ] {6a2b76e3-24d1-4ecc-8dbb-67da607f64d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7710 | 2025.01.25 03:57:38.779371 [ 260 ] {6a2b76e3-24d1-4ecc-8dbb-67da607f64d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7711 | 2025.01.25 03:57:38.780168 [ 260 ] {6a2b76e3-24d1-4ecc-8dbb-67da607f64d3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7712 | 2025.01.25 03:57:38.780206 [ 260 ] {6a2b76e3-24d1-4ecc-8dbb-67da607f64d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7713 | 2025.01.25 03:57:38.780580 [ 260 ] {6a2b76e3-24d1-4ecc-8dbb-67da607f64d3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7714 | 2025.01.25 03:57:38.780815 [ 260 ] {6a2b76e3-24d1-4ecc-8dbb-67da607f64d3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7715 | 2025.01.25 03:57:38.781046 [ 260 ] {6a2b76e3-24d1-4ecc-8dbb-67da607f64d3} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001762 sec., 232122.58796821794 rows/sec., 16.54 MiB/sec. | ||
| 7716 | 2025.01.25 03:57:38.781104 [ 260 ] {6a2b76e3-24d1-4ecc-8dbb-67da607f64d3} <Debug> TCPHandler: Processed in 0.001995779 sec. | ||
| 7717 | 2025.01.25 03:57:38.781327 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7718 | 2025.01.25 03:57:38.781553 [ 259 ] {a58c3489-5f04-42ba-842e-15863f030be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7719 | 2025.01.25 03:57:38.781649 [ 259 ] {a58c3489-5f04-42ba-842e-15863f030be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7720 | 2025.01.25 03:57:38.782191 [ 259 ] {a58c3489-5f04-42ba-842e-15863f030be4} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7721 | 2025.01.25 03:57:38.782232 [ 259 ] {a58c3489-5f04-42ba-842e-15863f030be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7722 | 2025.01.25 03:57:38.782607 [ 259 ] {a58c3489-5f04-42ba-842e-15863f030be4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7723 | 2025.01.25 03:57:38.782844 [ 259 ] {a58c3489-5f04-42ba-842e-15863f030be4} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7724 | 2025.01.25 03:57:38.783105 [ 259 ] {a58c3489-5f04-42ba-842e-15863f030be4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001607 sec., 3733.66521468575 rows/sec., 195.07 KiB/sec. | ||
| 7725 | 2025.01.25 03:57:38.783296 [ 259 ] {a58c3489-5f04-42ba-842e-15863f030be4} <Debug> TCPHandler: Processed in 0.00207551 sec. | ||
| 7726 | 2025.01.25 03:57:38.783462 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7727 | 2025.01.25 03:57:38.783575 [ 260 ] {a82e407f-1012-44a2-a8f1-40f289d5aaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7728 | 2025.01.25 03:57:38.783626 [ 260 ] {a82e407f-1012-44a2-a8f1-40f289d5aaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7729 | 2025.01.25 03:57:38.784185 [ 260 ] {a82e407f-1012-44a2-a8f1-40f289d5aaa1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7730 | 2025.01.25 03:57:38.784223 [ 260 ] {a82e407f-1012-44a2-a8f1-40f289d5aaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7731 | 2025.01.25 03:57:38.784608 [ 260 ] {a82e407f-1012-44a2-a8f1-40f289d5aaa1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7732 | 2025.01.25 03:57:38.784838 [ 260 ] {a82e407f-1012-44a2-a8f1-40f289d5aaa1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7733 | 2025.01.25 03:57:38.785067 [ 260 ] {a82e407f-1012-44a2-a8f1-40f289d5aaa1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001514 sec., 156538.96961690887 rows/sec., 10.49 MiB/sec. | ||
| 7734 | 2025.01.25 03:57:38.785120 [ 260 ] {a82e407f-1012-44a2-a8f1-40f289d5aaa1} <Debug> TCPHandler: Processed in 0.001715051 sec. | ||
| 7735 | 2025.01.25 03:57:38.785263 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7736 | 2025.01.25 03:57:38.785380 [ 259 ] {3a7898e2-35f0-4a17-b312-19eef5f13b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7737 | 2025.01.25 03:57:38.785433 [ 259 ] {3a7898e2-35f0-4a17-b312-19eef5f13b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7738 | 2025.01.25 03:57:38.785905 [ 259 ] {3a7898e2-35f0-4a17-b312-19eef5f13b60} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7739 | 2025.01.25 03:57:38.785944 [ 259 ] {3a7898e2-35f0-4a17-b312-19eef5f13b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7740 | 2025.01.25 03:57:38.786315 [ 259 ] {3a7898e2-35f0-4a17-b312-19eef5f13b60} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7741 | 2025.01.25 03:57:38.786559 [ 259 ] {3a7898e2-35f0-4a17-b312-19eef5f13b60} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7742 | 2025.01.25 03:57:38.786759 [ 259 ] {3a7898e2-35f0-4a17-b312-19eef5f13b60} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. | ||
| 7743 | 2025.01.25 03:57:38.786812 [ 259 ] {3a7898e2-35f0-4a17-b312-19eef5f13b60} <Debug> TCPHandler: Processed in 0.001607719 sec. | ||
| 7744 | 2025.01.25 03:57:38.786961 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7745 | 2025.01.25 03:57:38.787076 [ 260 ] {1d268ad1-2906-4df1-87e4-382c9642d2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7746 | 2025.01.25 03:57:38.787157 [ 260 ] {1d268ad1-2906-4df1-87e4-382c9642d2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7747 | 2025.01.25 03:57:38.788359 [ 260 ] {1d268ad1-2906-4df1-87e4-382c9642d2e2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7748 | 2025.01.25 03:57:38.788401 [ 260 ] {1d268ad1-2906-4df1-87e4-382c9642d2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7749 | 2025.01.25 03:57:38.789036 [ 260 ] {1d268ad1-2906-4df1-87e4-382c9642d2e2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7750 | 2025.01.25 03:57:38.789302 [ 260 ] {1d268ad1-2906-4df1-87e4-382c9642d2e2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7751 | 2025.01.25 03:57:38.789538 [ 260 ] {1d268ad1-2906-4df1-87e4-382c9642d2e2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002485 sec., 10865.191146881289 rows/sec., 19.47 MiB/sec. | ||
| 7752 | 2025.01.25 03:57:38.789634 [ 260 ] {1d268ad1-2906-4df1-87e4-382c9642d2e2} <Debug> TCPHandler: Processed in 0.002727846 sec. | ||
| 7753 | 2025.01.25 03:57:38.789782 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7754 | 2025.01.25 03:57:38.789899 [ 259 ] {1b342c9e-7673-438c-9c16-7c6c79849a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7755 | 2025.01.25 03:57:38.789949 [ 259 ] {1b342c9e-7673-438c-9c16-7c6c79849a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7756 | 2025.01.25 03:57:38.790449 [ 259 ] {1b342c9e-7673-438c-9c16-7c6c79849a2d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2025.01.25 03:57:38.790489 [ 259 ] {1b342c9e-7673-438c-9c16-7c6c79849a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7758 | 2025.01.25 03:57:38.790873 [ 259 ] {1b342c9e-7673-438c-9c16-7c6c79849a2d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7759 | 2025.01.25 03:57:38.791149 [ 259 ] {1b342c9e-7673-438c-9c16-7c6c79849a2d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7760 | 2025.01.25 03:57:38.791378 [ 259 ] {1b342c9e-7673-438c-9c16-7c6c79849a2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001501 sec., 54630.24650233178 rows/sec., 3.47 MiB/sec. | ||
| 7761 | 2025.01.25 03:57:38.791448 [ 259 ] {1b342c9e-7673-438c-9c16-7c6c79849a2d} <Debug> TCPHandler: Processed in 0.001721952 sec. | ||
| 7762 | 2025.01.25 03:57:42.312618 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7763 | 2025.01.25 03:57:42.312681 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7764 | 2025.01.25 03:57:42.451801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7765 | 2025.01.25 03:57:42.452622 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7766 | 2025.01.25 03:57:42.452658 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7767 | 2025.01.25 03:57:42.453157 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7768 | 2025.01.25 03:57:42.453417 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7769 | 2025.01.25 03:57:42.453571 [ 80 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7770 | 2025.01.25 03:57:42.453604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7771 | 2025.01.25 03:57:42.453615 [ 80 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7772 | 2025.01.25 03:57:42.453640 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7773 | 2025.01.25 03:57:42.453790 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 7774 | 2025.01.25 03:57:42.454017 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7775 | 2025.01.25 03:57:42.454126 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 7776 | 2025.01.25 03:57:42.454340 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 7777 | 2025.01.25 03:57:42.454516 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 7778 | 2025.01.25 03:57:42.454806 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 7779 | 2025.01.25 03:57:42.455057 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 7780 | 2025.01.25 03:57:42.455247 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 7781 | 2025.01.25 03:57:42.457341 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003645178 sec., 4535032.308435967 rows/sec., 64.87 MiB/sec. | ||
| 7782 | 2025.01.25 03:57:42.457460 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7783 | 2025.01.25 03:57:42.457729 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7784 | 2025.01.25 03:57:42.457800 [ 200 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_36_7} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7785 | 2025.01.25 03:57:42.457876 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7786 | 2025.01.25 03:57:42.528215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1102 | ||
| 7787 | 2025.01.25 03:57:42.531425 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7788 | 2025.01.25 03:57:42.531490 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7789 | 2025.01.25 03:57:42.533057 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7790 | 2025.01.25 03:57:42.533419 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7791 | 2025.01.25 03:57:42.533696 [ 80 ] {} <Debug> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7792 | 2025.01.25 03:57:42.533794 [ 80 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7793 | 2025.01.25 03:57:42.533869 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7794 | 2025.01.25 03:57:42.534189 [ 200 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 7795 | 2025.01.25 03:57:42.535704 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1102 | ||
| 7796 | 2025.01.25 03:57:42.536016 [ 200 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7797 | 2025.01.25 03:57:42.536168 [ 200 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 7798 | 2025.01.25 03:57:42.536638 [ 200 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 7799 | 2025.01.25 03:57:42.537088 [ 200 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
| 7800 | 2025.01.25 03:57:42.537548 [ 200 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 7801 | 2025.01.25 03:57:42.538153 [ 200 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 50 rows starting from the beginning of the part | ||
| 7802 | 2025.01.25 03:57:42.538748 [ 200 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
| 7803 | 2025.01.25 03:57:42.546581 [ 199 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1102 rows, containing 72 columns (72 merged, 0 gathered) in 0.012602806 sec., 87440.84452303717 rows/sec., 69.87 MiB/sec. | ||
| 7804 | 2025.01.25 03:57:42.548249 [ 189 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7805 | 2025.01.25 03:57:42.549099 [ 189 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7806 | 2025.01.25 03:57:42.549198 [ 189 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_26_5} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7807 | 2025.01.25 03:57:42.549529 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. | ||
| 7808 | 2025.01.25 03:57:43.579785 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7809 | 2025.01.25 03:57:43.600663 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7810 | 2025.01.25 03:57:43.600714 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7811 | 2025.01.25 03:57:43.608134 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7812 | 2025.01.25 03:57:43.608898 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7813 | 2025.01.25 03:57:43.609301 [ 80 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7814 | 2025.01.25 03:57:43.609444 [ 80 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7815 | 2025.01.25 03:57:43.609511 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7816 | 2025.01.25 03:57:43.610392 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 7817 | 2025.01.25 03:57:43.627038 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7818 | 2025.01.25 03:57:43.628629 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7819 | 2025.01.25 03:57:43.630360 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 7820 | 2025.01.25 03:57:43.636075 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 7821 | 2025.01.25 03:57:43.641862 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 7822 | 2025.01.25 03:57:43.647762 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 7823 | 2025.01.25 03:57:43.653623 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 7824 | 2025.01.25 03:57:43.658337 [ 190 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 7825 | 2025.01.25 03:57:43.717055 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.107360344 sec., 2533.5239238801246 rows/sec., 13.10 MiB/sec. | ||
| 7826 | 2025.01.25 03:57:43.718934 [ 194 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7827 | 2025.01.25 03:57:43.721322 [ 194 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_36_7} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7828 | 2025.01.25 03:57:43.721421 [ 194 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_36_7} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7829 | 2025.01.25 03:57:43.722759 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7830 | 2025.01.25 03:57:43.759474 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7831 | 2025.01.25 03:57:43.759690 [ 259 ] {bb151ab3-81fc-4c1a-8c76-7a5c04ec007b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7832 | 2025.01.25 03:57:43.759773 [ 259 ] {bb151ab3-81fc-4c1a-8c76-7a5c04ec007b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7833 | 2025.01.25 03:57:43.760573 [ 259 ] {bb151ab3-81fc-4c1a-8c76-7a5c04ec007b} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7834 | 2025.01.25 03:57:43.760623 [ 259 ] {bb151ab3-81fc-4c1a-8c76-7a5c04ec007b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7835 | 2025.01.25 03:57:43.761100 [ 259 ] {bb151ab3-81fc-4c1a-8c76-7a5c04ec007b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7836 | 2025.01.25 03:57:43.761471 [ 259 ] {bb151ab3-81fc-4c1a-8c76-7a5c04ec007b} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7837 | 2025.01.25 03:57:43.761754 [ 259 ] {bb151ab3-81fc-4c1a-8c76-7a5c04ec007b} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002122 sec., 38642.78982092365 rows/sec., 3.19 MiB/sec. | ||
| 7838 | 2025.01.25 03:57:43.761835 [ 259 ] {bb151ab3-81fc-4c1a-8c76-7a5c04ec007b} <Debug> TCPHandler: Processed in 0.002497821 sec. | ||
| 7839 | 2025.01.25 03:57:43.762101 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7840 | 2025.01.25 03:57:43.762290 [ 260 ] {5c45ef00-ed56-4619-b7d5-a1cad0d3c12e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7841 | 2025.01.25 03:57:43.762369 [ 260 ] {5c45ef00-ed56-4619-b7d5-a1cad0d3c12e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7842 | 2025.01.25 03:57:43.763106 [ 260 ] {5c45ef00-ed56-4619-b7d5-a1cad0d3c12e} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7843 | 2025.01.25 03:57:43.763145 [ 260 ] {5c45ef00-ed56-4619-b7d5-a1cad0d3c12e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7844 | 2025.01.25 03:57:43.763527 [ 260 ] {5c45ef00-ed56-4619-b7d5-a1cad0d3c12e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7845 | 2025.01.25 03:57:43.763771 [ 260 ] {5c45ef00-ed56-4619-b7d5-a1cad0d3c12e} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7846 | 2025.01.25 03:57:43.763983 [ 260 ] {5c45ef00-ed56-4619-b7d5-a1cad0d3c12e} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00174 sec., 7471.264367816092 rows/sec., 561.80 KiB/sec. | ||
| 7847 | 2025.01.25 03:57:43.764067 [ 260 ] {5c45ef00-ed56-4619-b7d5-a1cad0d3c12e} <Debug> TCPHandler: Processed in 0.002104011 sec. | ||
| 7848 | 2025.01.25 03:57:43.764352 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7849 | 2025.01.25 03:57:43.764605 [ 259 ] {11be36e6-2fc2-4fbe-88a2-a9d43695d690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7850 | 2025.01.25 03:57:43.764698 [ 259 ] {11be36e6-2fc2-4fbe-88a2-a9d43695d690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7851 | 2025.01.25 03:57:43.765449 [ 259 ] {11be36e6-2fc2-4fbe-88a2-a9d43695d690} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7852 | 2025.01.25 03:57:43.765490 [ 259 ] {11be36e6-2fc2-4fbe-88a2-a9d43695d690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7853 | 2025.01.25 03:57:43.765861 [ 259 ] {11be36e6-2fc2-4fbe-88a2-a9d43695d690} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7854 | 2025.01.25 03:57:43.766110 [ 259 ] {11be36e6-2fc2-4fbe-88a2-a9d43695d690} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7855 | 2025.01.25 03:57:43.766331 [ 259 ] {11be36e6-2fc2-4fbe-88a2-a9d43695d690} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001785 sec., 43137.25490196078 rows/sec., 3.37 MiB/sec. | ||
| 7856 | 2025.01.25 03:57:43.766387 [ 259 ] {11be36e6-2fc2-4fbe-88a2-a9d43695d690} <Debug> TCPHandler: Processed in 0.002228524 sec. | ||
| 7857 | 2025.01.25 03:57:43.766568 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7858 | 2025.01.25 03:57:43.766705 [ 260 ] {50c0562c-2f7e-4e99-a44e-e56908d0d66c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7859 | 2025.01.25 03:57:43.766767 [ 260 ] {50c0562c-2f7e-4e99-a44e-e56908d0d66c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7860 | 2025.01.25 03:57:43.767349 [ 260 ] {50c0562c-2f7e-4e99-a44e-e56908d0d66c} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7861 | 2025.01.25 03:57:43.767386 [ 260 ] {50c0562c-2f7e-4e99-a44e-e56908d0d66c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7862 | 2025.01.25 03:57:43.767774 [ 260 ] {50c0562c-2f7e-4e99-a44e-e56908d0d66c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7863 | 2025.01.25 03:57:43.768017 [ 260 ] {50c0562c-2f7e-4e99-a44e-e56908d0d66c} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7864 | 2025.01.25 03:57:43.768193 [ 260 ] {50c0562c-2f7e-4e99-a44e-e56908d0d66c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
| 7865 | 2025.01.25 03:57:43.768244 [ 260 ] {50c0562c-2f7e-4e99-a44e-e56908d0d66c} <Debug> TCPHandler: Processed in 0.001744352 sec. | ||
| 7866 | 2025.01.25 03:57:43.768394 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7867 | 2025.01.25 03:57:43.768536 [ 259 ] {d77ecf56-6d00-467f-86c6-ae928e2559a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7868 | 2025.01.25 03:57:43.768631 [ 259 ] {d77ecf56-6d00-467f-86c6-ae928e2559a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7869 | 2025.01.25 03:57:43.769798 [ 259 ] {d77ecf56-6d00-467f-86c6-ae928e2559a1} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7870 | 2025.01.25 03:57:43.769837 [ 259 ] {d77ecf56-6d00-467f-86c6-ae928e2559a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7871 | 2025.01.25 03:57:43.770493 [ 259 ] {d77ecf56-6d00-467f-86c6-ae928e2559a1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7872 | 2025.01.25 03:57:43.770754 [ 259 ] {d77ecf56-6d00-467f-86c6-ae928e2559a1} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7873 | 2025.01.25 03:57:43.771044 [ 259 ] {d77ecf56-6d00-467f-86c6-ae928e2559a1} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002539 sec., 5120.126033871603 rows/sec., 9.18 MiB/sec. | ||
| 7874 | 2025.01.25 03:57:43.771159 [ 259 ] {d77ecf56-6d00-467f-86c6-ae928e2559a1} <Debug> TCPHandler: Processed in 0.002836089 sec. | ||
| 7875 | 2025.01.25 03:57:43.771366 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7876 | 2025.01.25 03:57:43.771590 [ 260 ] {95df78e1-709f-407f-8b02-cd125ab9d43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7877 | 2025.01.25 03:57:43.771683 [ 260 ] {95df78e1-709f-407f-8b02-cd125ab9d43d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7878 | 2025.01.25 03:57:43.772282 [ 260 ] {95df78e1-709f-407f-8b02-cd125ab9d43d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7879 | 2025.01.25 03:57:43.772318 [ 260 ] {95df78e1-709f-407f-8b02-cd125ab9d43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7880 | 2025.01.25 03:57:43.772694 [ 260 ] {95df78e1-709f-407f-8b02-cd125ab9d43d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7881 | 2025.01.25 03:57:43.772938 [ 260 ] {95df78e1-709f-407f-8b02-cd125ab9d43d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7882 | 2025.01.25 03:57:43.773118 [ 260 ] {95df78e1-709f-407f-8b02-cd125ab9d43d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec. | ||
| 7883 | 2025.01.25 03:57:43.773166 [ 260 ] {95df78e1-709f-407f-8b02-cd125ab9d43d} <Debug> TCPHandler: Processed in 0.001910677 sec. | ||
| 7884 | 2025.01.25 03:57:48.764385 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7885 | 2025.01.25 03:57:48.764594 [ 259 ] {938f584c-2664-460c-9d2a-2df247e336a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7886 | 2025.01.25 03:57:48.764669 [ 259 ] {938f584c-2664-460c-9d2a-2df247e336a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7887 | 2025.01.25 03:57:48.765434 [ 259 ] {938f584c-2664-460c-9d2a-2df247e336a6} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7888 | 2025.01.25 03:57:48.765479 [ 259 ] {938f584c-2664-460c-9d2a-2df247e336a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7889 | 2025.01.25 03:57:48.765911 [ 259 ] {938f584c-2664-460c-9d2a-2df247e336a6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7890 | 2025.01.25 03:57:48.766162 [ 259 ] {938f584c-2664-460c-9d2a-2df247e336a6} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7891 | 2025.01.25 03:57:48.766416 [ 259 ] {938f584c-2664-460c-9d2a-2df247e336a6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec. | ||
| 7892 | 2025.01.25 03:57:48.766647 [ 259 ] {938f584c-2664-460c-9d2a-2df247e336a6} <Debug> TCPHandler: Processed in 0.002398068 sec. | ||
| 7893 | 2025.01.25 03:57:48.766921 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7894 | 2025.01.25 03:57:48.767133 [ 260 ] {b1919a7f-99e9-46c1-a4d8-b57aae8f03d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7895 | 2025.01.25 03:57:48.767217 [ 260 ] {b1919a7f-99e9-46c1-a4d8-b57aae8f03d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7896 | 2025.01.25 03:57:48.768042 [ 260 ] {b1919a7f-99e9-46c1-a4d8-b57aae8f03d9} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7897 | 2025.01.25 03:57:48.768089 [ 260 ] {b1919a7f-99e9-46c1-a4d8-b57aae8f03d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7898 | 2025.01.25 03:57:48.768508 [ 260 ] {b1919a7f-99e9-46c1-a4d8-b57aae8f03d9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7899 | 2025.01.25 03:57:48.768761 [ 260 ] {b1919a7f-99e9-46c1-a4d8-b57aae8f03d9} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7900 | 2025.01.25 03:57:48.769107 [ 260 ] {b1919a7f-99e9-46c1-a4d8-b57aae8f03d9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002009 sec., 1991.040318566451 rows/sec., 162.36 KiB/sec. | ||
| 7901 | 2025.01.25 03:57:48.769248 [ 260 ] {b1919a7f-99e9-46c1-a4d8-b57aae8f03d9} <Debug> TCPHandler: Processed in 0.00247165 sec. | ||
| 7902 | 2025.01.25 03:57:48.769398 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7903 | 2025.01.25 03:57:48.769530 [ 259 ] {b24eabfe-d42a-4619-a1e9-039ba92d7de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7904 | 2025.01.25 03:57:48.769583 [ 259 ] {b24eabfe-d42a-4619-a1e9-039ba92d7de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7905 | 2025.01.25 03:57:48.770279 [ 259 ] {b24eabfe-d42a-4619-a1e9-039ba92d7de2} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7906 | 2025.01.25 03:57:48.770318 [ 259 ] {b24eabfe-d42a-4619-a1e9-039ba92d7de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7907 | 2025.01.25 03:57:48.770697 [ 259 ] {b24eabfe-d42a-4619-a1e9-039ba92d7de2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7908 | 2025.01.25 03:57:48.770944 [ 259 ] {b24eabfe-d42a-4619-a1e9-039ba92d7de2} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): 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.25 03:57:48.771128 [ 259 ] {b24eabfe-d42a-4619-a1e9-039ba92d7de2} <Debug> executeQuery: Read 259 rows, 23.16 KiB in 0.001628 sec., 159090.9090909091 rows/sec., 13.89 MiB/sec. | ||
| 7910 | 2025.01.25 03:57:48.771179 [ 259 ] {b24eabfe-d42a-4619-a1e9-039ba92d7de2} <Debug> TCPHandler: Processed in 0.001841085 sec. | ||
| 7911 | 2025.01.25 03:57:48.771339 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7912 | 2025.01.25 03:57:48.771487 [ 260 ] {84582e45-f18c-4828-b29c-1300046f9a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7913 | 2025.01.25 03:57:48.771551 [ 260 ] {84582e45-f18c-4828-b29c-1300046f9a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7914 | 2025.01.25 03:57:48.772239 [ 260 ] {84582e45-f18c-4828-b29c-1300046f9a36} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7915 | 2025.01.25 03:57:48.772281 [ 260 ] {84582e45-f18c-4828-b29c-1300046f9a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7916 | 2025.01.25 03:57:48.772651 [ 260 ] {84582e45-f18c-4828-b29c-1300046f9a36} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7917 | 2025.01.25 03:57:48.772887 [ 260 ] {84582e45-f18c-4828-b29c-1300046f9a36} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2025.01.25 03:57:48.773093 [ 260 ] {84582e45-f18c-4828-b29c-1300046f9a36} <Debug> executeQuery: Read 38 rows, 2.77 KiB in 0.001642 sec., 23142.509135200973 rows/sec., 1.64 MiB/sec. | ||
| 7919 | 2025.01.25 03:57:48.773147 [ 260 ] {84582e45-f18c-4828-b29c-1300046f9a36} <Debug> TCPHandler: Processed in 0.001880706 sec. | ||
| 7920 | 2025.01.25 03:57:48.773300 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7921 | 2025.01.25 03:57:48.773441 [ 259 ] {ea3abc59-066d-444f-9c5c-36b27686246d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7922 | 2025.01.25 03:57:48.773498 [ 259 ] {ea3abc59-066d-444f-9c5c-36b27686246d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7923 | 2025.01.25 03:57:48.774170 [ 259 ] {ea3abc59-066d-444f-9c5c-36b27686246d} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7924 | 2025.01.25 03:57:48.774215 [ 259 ] {ea3abc59-066d-444f-9c5c-36b27686246d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7925 | 2025.01.25 03:57:48.774569 [ 259 ] {ea3abc59-066d-444f-9c5c-36b27686246d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7926 | 2025.01.25 03:57:48.774801 [ 259 ] {ea3abc59-066d-444f-9c5c-36b27686246d} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7927 | 2025.01.25 03:57:48.775050 [ 259 ] {ea3abc59-066d-444f-9c5c-36b27686246d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 7928 | 2025.01.25 03:57:48.775241 [ 259 ] {ea3abc59-066d-444f-9c5c-36b27686246d} <Debug> TCPHandler: Processed in 0.002006548 sec. | ||
| 7929 | 2025.01.25 03:57:48.775448 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7930 | 2025.01.25 03:57:48.775586 [ 260 ] {32aef25c-d1d6-465c-be7c-58ec40460869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7931 | 2025.01.25 03:57:48.775645 [ 260 ] {32aef25c-d1d6-465c-be7c-58ec40460869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7932 | 2025.01.25 03:57:48.776273 [ 260 ] {32aef25c-d1d6-465c-be7c-58ec40460869} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7933 | 2025.01.25 03:57:48.776311 [ 260 ] {32aef25c-d1d6-465c-be7c-58ec40460869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7934 | 2025.01.25 03:57:48.776661 [ 260 ] {32aef25c-d1d6-465c-be7c-58ec40460869} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7935 | 2025.01.25 03:57:48.776891 [ 260 ] {32aef25c-d1d6-465c-be7c-58ec40460869} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7936 | 2025.01.25 03:57:48.777165 [ 260 ] {32aef25c-d1d6-465c-be7c-58ec40460869} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001606 sec., 8094.64508094645 rows/sec., 504.70 KiB/sec. | ||
| 7937 | 2025.01.25 03:57:48.777368 [ 260 ] {32aef25c-d1d6-465c-be7c-58ec40460869} <Debug> TCPHandler: Processed in 0.001987898 sec. | ||
| 7938 | 2025.01.25 03:57:48.777580 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7939 | 2025.01.25 03:57:48.777718 [ 259 ] {8ea20ab0-5790-4e91-a5ee-fd048b17f725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7940 | 2025.01.25 03:57:48.777774 [ 259 ] {8ea20ab0-5790-4e91-a5ee-fd048b17f725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7941 | 2025.01.25 03:57:48.778534 [ 259 ] {8ea20ab0-5790-4e91-a5ee-fd048b17f725} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7942 | 2025.01.25 03:57:48.778573 [ 259 ] {8ea20ab0-5790-4e91-a5ee-fd048b17f725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7943 | 2025.01.25 03:57:48.778952 [ 259 ] {8ea20ab0-5790-4e91-a5ee-fd048b17f725} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7944 | 2025.01.25 03:57:48.779181 [ 259 ] {8ea20ab0-5790-4e91-a5ee-fd048b17f725} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7945 | 2025.01.25 03:57:48.779420 [ 259 ] {8ea20ab0-5790-4e91-a5ee-fd048b17f725} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.00173 sec., 238728.32369942198 rows/sec., 17.03 MiB/sec. | ||
| 7946 | 2025.01.25 03:57:48.779499 [ 259 ] {8ea20ab0-5790-4e91-a5ee-fd048b17f725} <Debug> TCPHandler: Processed in 0.002030369 sec. | ||
| 7947 | 2025.01.25 03:57:48.779706 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7948 | 2025.01.25 03:57:48.779853 [ 260 ] {61bf965a-ab68-4829-a6b5-93a52a2a125a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7949 | 2025.01.25 03:57:48.779912 [ 260 ] {61bf965a-ab68-4829-a6b5-93a52a2a125a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7950 | 2025.01.25 03:57:48.780414 [ 260 ] {61bf965a-ab68-4829-a6b5-93a52a2a125a} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2025.01.25 03:57:48.780453 [ 260 ] {61bf965a-ab68-4829-a6b5-93a52a2a125a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7952 | 2025.01.25 03:57:48.780816 [ 260 ] {61bf965a-ab68-4829-a6b5-93a52a2a125a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7953 | 2025.01.25 03:57:48.781049 [ 260 ] {61bf965a-ab68-4829-a6b5-93a52a2a125a} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7954 | 2025.01.25 03:57:48.781261 [ 260 ] {61bf965a-ab68-4829-a6b5-93a52a2a125a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 7955 | 2025.01.25 03:57:48.781312 [ 260 ] {61bf965a-ab68-4829-a6b5-93a52a2a125a} <Debug> TCPHandler: Processed in 0.001715592 sec. | ||
| 7956 | 2025.01.25 03:57:48.781466 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7957 | 2025.01.25 03:57:48.781608 [ 259 ] {164fab6e-26cd-44e5-b30b-906fbf0edc49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7958 | 2025.01.25 03:57:48.781670 [ 259 ] {164fab6e-26cd-44e5-b30b-906fbf0edc49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7959 | 2025.01.25 03:57:48.782321 [ 259 ] {164fab6e-26cd-44e5-b30b-906fbf0edc49} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7960 | 2025.01.25 03:57:48.782360 [ 259 ] {164fab6e-26cd-44e5-b30b-906fbf0edc49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7961 | 2025.01.25 03:57:48.782753 [ 259 ] {164fab6e-26cd-44e5-b30b-906fbf0edc49} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7962 | 2025.01.25 03:57:48.782991 [ 259 ] {164fab6e-26cd-44e5-b30b-906fbf0edc49} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7963 | 2025.01.25 03:57:48.783212 [ 259 ] {164fab6e-26cd-44e5-b30b-906fbf0edc49} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001637 sec., 145998.77825290165 rows/sec., 9.79 MiB/sec. | ||
| 7964 | 2025.01.25 03:57:48.783265 [ 259 ] {164fab6e-26cd-44e5-b30b-906fbf0edc49} <Debug> TCPHandler: Processed in 0.001865705 sec. | ||
| 7965 | 2025.01.25 03:57:48.783433 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7966 | 2025.01.25 03:57:48.783571 [ 260 ] {d2f9d235-321b-4854-b9a8-29144690eb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7967 | 2025.01.25 03:57:48.783631 [ 260 ] {d2f9d235-321b-4854-b9a8-29144690eb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7968 | 2025.01.25 03:57:48.784154 [ 260 ] {d2f9d235-321b-4854-b9a8-29144690eb78} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7969 | 2025.01.25 03:57:48.784192 [ 260 ] {d2f9d235-321b-4854-b9a8-29144690eb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7970 | 2025.01.25 03:57:48.784544 [ 260 ] {d2f9d235-321b-4854-b9a8-29144690eb78} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7971 | 2025.01.25 03:57:48.784771 [ 260 ] {d2f9d235-321b-4854-b9a8-29144690eb78} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2025.01.25 03:57:48.784976 [ 260 ] {d2f9d235-321b-4854-b9a8-29144690eb78} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec. | ||
| 7973 | 2025.01.25 03:57:48.785026 [ 260 ] {d2f9d235-321b-4854-b9a8-29144690eb78} <Debug> TCPHandler: Processed in 0.00166067 sec. | ||
| 7974 | 2025.01.25 03:57:48.785233 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7975 | 2025.01.25 03:57:48.785454 [ 259 ] {d1900438-7091-4b52-a48b-fdd7f223c2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7976 | 2025.01.25 03:57:48.785593 [ 259 ] {d1900438-7091-4b52-a48b-fdd7f223c2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7977 | 2025.01.25 03:57:48.786907 [ 259 ] {d1900438-7091-4b52-a48b-fdd7f223c2d4} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7978 | 2025.01.25 03:57:48.786946 [ 259 ] {d1900438-7091-4b52-a48b-fdd7f223c2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7979 | 2025.01.25 03:57:48.787561 [ 259 ] {d1900438-7091-4b52-a48b-fdd7f223c2d4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7980 | 2025.01.25 03:57:48.787879 [ 259 ] {d1900438-7091-4b52-a48b-fdd7f223c2d4} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7981 | 2025.01.25 03:57:48.788100 [ 71 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7982 | 2025.01.25 03:57:48.788235 [ 71 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7983 | 2025.01.25 03:57:48.788327 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7984 | 2025.01.25 03:57:48.788377 [ 259 ] {d1900438-7091-4b52-a48b-fdd7f223c2d4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002897 sec., 9319.986192613049 rows/sec., 16.70 MiB/sec. | ||
| 7985 | 2025.01.25 03:57:48.788903 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 7986 | 2025.01.25 03:57:48.789330 [ 259 ] {d1900438-7091-4b52-a48b-fdd7f223c2d4} <Debug> TCPHandler: Processed in 0.004204952 sec. | ||
| 7987 | 2025.01.25 03:57:48.789602 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7988 | 2025.01.25 03:57:48.789788 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7989 | 2025.01.25 03:57:48.789865 [ 260 ] {046c450a-a2ad-47cc-b2a7-4851e491f373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7990 | 2025.01.25 03:57:48.789916 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 755 rows starting from the beginning of the part | ||
| 7991 | 2025.01.25 03:57:48.789977 [ 260 ] {046c450a-a2ad-47cc-b2a7-4851e491f373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7992 | 2025.01.25 03:57:48.790841 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part | ||
| 7993 | 2025.01.25 03:57:48.791666 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 7994 | 2025.01.25 03:57:48.792466 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part | ||
| 7995 | 2025.01.25 03:57:48.792471 [ 260 ] {046c450a-a2ad-47cc-b2a7-4851e491f373} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7996 | 2025.01.25 03:57:48.792552 [ 260 ] {046c450a-a2ad-47cc-b2a7-4851e491f373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7997 | 2025.01.25 03:57:48.793075 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 7998 | 2025.01.25 03:57:48.793802 [ 199 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part | ||
| 7999 | 2025.01.25 03:57:48.794081 [ 260 ] {046c450a-a2ad-47cc-b2a7-4851e491f373} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8000 | 2025.01.25 03:57:48.794862 [ 260 ] {046c450a-a2ad-47cc-b2a7-4851e491f373} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8001 | 2025.01.25 03:57:48.795276 [ 260 ] {046c450a-a2ad-47cc-b2a7-4851e491f373} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005471 sec., 14988.119173825626 rows/sec., 974.78 KiB/sec. | ||
| 8002 | 2025.01.25 03:57:48.795422 [ 260 ] {046c450a-a2ad-47cc-b2a7-4851e491f373} <Debug> TCPHandler: Processed in 0.005977435 sec. | ||
| 8003 | 2025.01.25 03:57:48.804021 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 862 rows, containing 19 columns (19 merged, 0 gathered) in 0.015523517 sec., 55528.65371938588 rows/sec., 99.50 MiB/sec. | ||
| 8004 | 2025.01.25 03:57:48.805061 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8005 | 2025.01.25 03:57:48.805488 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2025.01.25 03:57:48.805568 [ 197 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8007 | 2025.01.25 03:57:48.805716 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. | ||
| 8008 | 2025.01.25 03:57:49.954677 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 8009 | 2025.01.25 03:57:49.955306 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8010 | 2025.01.25 03:57:49.955345 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8011 | 2025.01.25 03:57:49.955846 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8012 | 2025.01.25 03:57:49.956098 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8013 | 2025.01.25 03:57:49.956352 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 8014 | 2025.01.25 03:57:51.128077 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 8015 | 2025.01.25 03:57:51.147449 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8016 | 2025.01.25 03:57:51.147516 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8017 | 2025.01.25 03:57:51.154492 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8018 | 2025.01.25 03:57:51.155219 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2025.01.25 03:57:51.158789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 8020 | 2025.01.25 03:57:52.536856 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1138 | ||
| 8021 | 2025.01.25 03:57:52.540084 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8022 | 2025.01.25 03:57:52.540144 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8023 | 2025.01.25 03:57:52.541635 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8024 | 2025.01.25 03:57:52.541950 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8025 | 2025.01.25 03:57:52.542605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1138 | ||
| 8026 | 2025.01.25 03:57:53.759035 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8027 | 2025.01.25 03:57:53.759244 [ 259 ] {c3669b5a-d8e2-4ff7-97c3-1033da13029d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8028 | 2025.01.25 03:57:53.759328 [ 259 ] {c3669b5a-d8e2-4ff7-97c3-1033da13029d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8029 | 2025.01.25 03:57:53.760222 [ 259 ] {c3669b5a-d8e2-4ff7-97c3-1033da13029d} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2025.01.25 03:57:53.760274 [ 259 ] {c3669b5a-d8e2-4ff7-97c3-1033da13029d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8031 | 2025.01.25 03:57:53.760725 [ 259 ] {c3669b5a-d8e2-4ff7-97c3-1033da13029d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8032 | 2025.01.25 03:57:53.760985 [ 259 ] {c3669b5a-d8e2-4ff7-97c3-1033da13029d} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.01.25 03:57:53.761202 [ 66 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8034 | 2025.01.25 03:57:53.761284 [ 259 ] {c3669b5a-d8e2-4ff7-97c3-1033da13029d} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.00209 sec., 39234.44976076555 rows/sec., 3.24 MiB/sec. | ||
| 8035 | 2025.01.25 03:57:53.761292 [ 66 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8036 | 2025.01.25 03:57:53.761377 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8037 | 2025.01.25 03:57:53.761448 [ 259 ] {c3669b5a-d8e2-4ff7-97c3-1033da13029d} <Debug> TCPHandler: Processed in 0.002545372 sec. | ||
| 8038 | 2025.01.25 03:57:53.761764 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 8039 | 2025.01.25 03:57:53.761848 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8040 | 2025.01.25 03:57:53.762400 [ 260 ] {36621a96-95fc-42ec-97ab-a8bc3e9f6803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8041 | 2025.01.25 03:57:53.762453 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8042 | 2025.01.25 03:57:53.762637 [ 260 ] {36621a96-95fc-42ec-97ab-a8bc3e9f6803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8043 | 2025.01.25 03:57:53.762663 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 8044 | 2025.01.25 03:57:53.763212 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 8045 | 2025.01.25 03:57:53.763566 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 257 rows starting from the beginning of the part | ||
| 8046 | 2025.01.25 03:57:53.763959 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 8047 | 2025.01.25 03:57:53.764378 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 259 rows starting from the beginning of the part | ||
| 8048 | 2025.01.25 03:57:53.764655 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 8049 | 2025.01.25 03:57:53.765694 [ 260 ] {36621a96-95fc-42ec-97ab-a8bc3e9f6803} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8050 | 2025.01.25 03:57:53.765760 [ 260 ] {36621a96-95fc-42ec-97ab-a8bc3e9f6803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8051 | 2025.01.25 03:57:53.766809 [ 260 ] {36621a96-95fc-42ec-97ab-a8bc3e9f6803} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8052 | 2025.01.25 03:57:53.767215 [ 260 ] {36621a96-95fc-42ec-97ab-a8bc3e9f6803} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8053 | 2025.01.25 03:57:53.767771 [ 260 ] {36621a96-95fc-42ec-97ab-a8bc3e9f6803} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.005561 sec., 2337.709045135767 rows/sec., 175.78 KiB/sec. | ||
| 8054 | 2025.01.25 03:57:53.768191 [ 260 ] {36621a96-95fc-42ec-97ab-a8bc3e9f6803} <Debug> TCPHandler: Processed in 0.0065833 sec. | ||
| 8055 | 2025.01.25 03:57:53.768360 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 5 columns (5 merged, 0 gathered) in 0.006852027 sec., 316402.7228731002 rows/sec., 27.83 MiB/sec. | ||
| 8056 | 2025.01.25 03:57:53.768527 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8057 | 2025.01.25 03:57:53.768725 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8058 | 2025.01.25 03:57:53.768735 [ 259 ] {1efa816f-b702-464a-bd58-20faccd817d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8059 | 2025.01.25 03:57:53.768865 [ 259 ] {1efa816f-b702-464a-bd58-20faccd817d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8060 | 2025.01.25 03:57:53.769365 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8061 | 2025.01.25 03:57:53.769604 [ 192 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_61_12} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8062 | 2025.01.25 03:57:53.769752 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 8063 | 2025.01.25 03:57:53.770027 [ 259 ] {1efa816f-b702-464a-bd58-20faccd817d7} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8064 | 2025.01.25 03:57:53.770074 [ 259 ] {1efa816f-b702-464a-bd58-20faccd817d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8065 | 2025.01.25 03:57:53.770476 [ 259 ] {1efa816f-b702-464a-bd58-20faccd817d7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8066 | 2025.01.25 03:57:53.770740 [ 259 ] {1efa816f-b702-464a-bd58-20faccd817d7} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8067 | 2025.01.25 03:57:53.770933 [ 66 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8068 | 2025.01.25 03:57:53.770994 [ 66 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8069 | 2025.01.25 03:57:53.771007 [ 259 ] {1efa816f-b702-464a-bd58-20faccd817d7} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002324 sec., 33132.530120481926 rows/sec., 2.59 MiB/sec. | ||
| 8070 | 2025.01.25 03:57:53.771029 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8071 | 2025.01.25 03:57:53.771192 [ 259 ] {1efa816f-b702-464a-bd58-20faccd817d7} <Debug> TCPHandler: Processed in 0.00287142 sec. | ||
| 8072 | 2025.01.25 03:57:53.771290 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 8073 | 2025.01.25 03:57:53.771393 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8074 | 2025.01.25 03:57:53.771469 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8075 | 2025.01.25 03:57:53.771542 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 8076 | 2025.01.25 03:57:53.771655 [ 260 ] {97c576b7-107a-4aae-b0c0-7a15eeeef2da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8077 | 2025.01.25 03:57:53.771811 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 8078 | 2025.01.25 03:57:53.771876 [ 260 ] {97c576b7-107a-4aae-b0c0-7a15eeeef2da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8079 | 2025.01.25 03:57:53.772164 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 409 rows starting from the beginning of the part | ||
| 8080 | 2025.01.25 03:57:53.772585 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 77 rows starting from the beginning of the part | ||
| 8081 | 2025.01.25 03:57:53.772938 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 413 rows starting from the beginning of the part | ||
| 8082 | 2025.01.25 03:57:53.773335 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 77 rows starting from the beginning of the part | ||
| 8083 | 2025.01.25 03:57:53.774410 [ 260 ] {97c576b7-107a-4aae-b0c0-7a15eeeef2da} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8084 | 2025.01.25 03:57:53.774488 [ 260 ] {97c576b7-107a-4aae-b0c0-7a15eeeef2da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8085 | 2025.01.25 03:57:53.775485 [ 260 ] {97c576b7-107a-4aae-b0c0-7a15eeeef2da} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8086 | 2025.01.25 03:57:53.775909 [ 260 ] {97c576b7-107a-4aae-b0c0-7a15eeeef2da} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8087 | 2025.01.25 03:57:53.776134 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8088 | 2025.01.25 03:57:53.776224 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8089 | 2025.01.25 03:57:53.776285 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8090 | 2025.01.25 03:57:53.776401 [ 260 ] {97c576b7-107a-4aae-b0c0-7a15eeeef2da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004794 sec., 33375.05214851898 rows/sec., 2.32 MiB/sec. | ||
| 8091 | 2025.01.25 03:57:53.776905 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 8092 | 2025.01.25 03:57:53.777176 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1954 rows, containing 5 columns (5 merged, 0 gathered) in 0.006007136 sec., 325279.800557204 rows/sec., 24.90 MiB/sec. | ||
| 8093 | 2025.01.25 03:57:53.777585 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8094 | 2025.01.25 03:57:53.777671 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8095 | 2025.01.25 03:57:53.777961 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17419 rows starting from the beginning of the part | ||
| 8096 | 2025.01.25 03:57:53.777941 [ 260 ] {97c576b7-107a-4aae-b0c0-7a15eeeef2da} <Debug> TCPHandler: Processed in 0.00661433 sec. | ||
| 8097 | 2025.01.25 03:57:53.778713 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 54 rows starting from the beginning of the part | ||
| 8098 | 2025.01.25 03:57:53.778934 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2025.01.25 03:57:53.779138 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
| 8100 | 2025.01.25 03:57:53.779026 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8101 | 2025.01.25 03:57:53.779270 [ 195 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_61_12} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8102 | 2025.01.25 03:57:53.779561 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 8103 | 2025.01.25 03:57:53.779588 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8104 | 2025.01.25 03:57:53.779875 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 239 rows starting from the beginning of the part | ||
| 8105 | 2025.01.25 03:57:53.779909 [ 259 ] {4e3471ee-dbc8-4908-89ea-b31e2c66350a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8106 | 2025.01.25 03:57:53.780155 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 8107 | 2025.01.25 03:57:53.780434 [ 259 ] {4e3471ee-dbc8-4908-89ea-b31e2c66350a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8108 | 2025.01.25 03:57:53.783729 [ 259 ] {4e3471ee-dbc8-4908-89ea-b31e2c66350a} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8109 | 2025.01.25 03:57:53.783807 [ 259 ] {4e3471ee-dbc8-4908-89ea-b31e2c66350a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8110 | 2025.01.25 03:57:53.785299 [ 259 ] {4e3471ee-dbc8-4908-89ea-b31e2c66350a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8111 | 2025.01.25 03:57:53.785981 [ 259 ] {4e3471ee-dbc8-4908-89ea-b31e2c66350a} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8112 | 2025.01.25 03:57:53.786448 [ 259 ] {4e3471ee-dbc8-4908-89ea-b31e2c66350a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.006729 sec., 1931.9363947094666 rows/sec., 3.46 MiB/sec. | ||
| 8113 | 2025.01.25 03:57:53.786939 [ 259 ] {4e3471ee-dbc8-4908-89ea-b31e2c66350a} <Debug> TCPHandler: Processed in 0.008191299 sec. | ||
| 8114 | 2025.01.25 03:57:53.787409 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8115 | 2025.01.25 03:57:53.787704 [ 260 ] {b70b0bdf-e380-48de-82fe-895618539b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8116 | 2025.01.25 03:57:53.787767 [ 260 ] {b70b0bdf-e380-48de-82fe-895618539b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8117 | 2025.01.25 03:57:53.788480 [ 260 ] {b70b0bdf-e380-48de-82fe-895618539b0d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8118 | 2025.01.25 03:57:53.788522 [ 260 ] {b70b0bdf-e380-48de-82fe-895618539b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8119 | 2025.01.25 03:57:53.789345 [ 191 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18269 rows, containing 5 columns (5 merged, 0 gathered) in 0.012918693 sec., 1414152.3449779323 rows/sec., 95.53 MiB/sec. | ||
| 8120 | 2025.01.25 03:57:53.789384 [ 260 ] {b70b0bdf-e380-48de-82fe-895618539b0d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8121 | 2025.01.25 03:57:53.789668 [ 191 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8122 | 2025.01.25 03:57:53.789830 [ 260 ] {b70b0bdf-e380-48de-82fe-895618539b0d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8123 | 2025.01.25 03:57:53.790071 [ 66 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8124 | 2025.01.25 03:57:53.790177 [ 66 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8125 | 2025.01.25 03:57:53.790232 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8126 | 2025.01.25 03:57:53.790269 [ 260 ] {b70b0bdf-e380-48de-82fe-895618539b0d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002594 sec., 23130.300693909023 rows/sec., 1.56 MiB/sec. | ||
| 8127 | 2025.01.25 03:57:53.790605 [ 260 ] {b70b0bdf-e380-48de-82fe-895618539b0d} <Debug> TCPHandler: Processed in 0.003482285 sec. | ||
| 8128 | 2025.01.25 03:57:53.790608 [ 191 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8129 | 2025.01.25 03:57:53.790712 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 8130 | 2025.01.25 03:57:53.790890 [ 191 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8131 | 2025.01.25 03:57:53.791006 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8132 | 2025.01.25 03:57:53.791085 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.16 MiB. | ||
| 8133 | 2025.01.25 03:57:53.791105 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3338 rows starting from the beginning of the part | ||
| 8134 | 2025.01.25 03:57:53.791197 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part | ||
| 8135 | 2025.01.25 03:57:53.791298 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 8136 | 2025.01.25 03:57:53.791375 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 8137 | 2025.01.25 03:57:53.791565 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 8138 | 2025.01.25 03:57:53.791821 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 8139 | 2025.01.25 03:57:53.793226 [ 201 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3642 rows, containing 4 columns (4 merged, 0 gathered) in 0.00288052 sec., 1264355.0470054017 rows/sec., 82.62 MiB/sec. | ||
| 8140 | 2025.01.25 03:57:53.793615 [ 201 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8141 | 2025.01.25 03:57:53.793983 [ 201 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_61_12} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8142 | 2025.01.25 03:57:53.794084 [ 201 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_61_12} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8143 | 2025.01.25 03:57:53.794184 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 8144 | 2025.01.25 03:57:54.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.62 MiB, peak 223.04 MiB, free memory in arenas 0.00 B, will set to 215.66 MiB (RSS), difference: 1.04 MiB | ||
| 8145 | 2025.01.25 03:57:57.312933 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8146 | 2025.01.25 03:57:57.312996 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8147 | 2025.01.25 03:57:57.457430 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 8148 | 2025.01.25 03:57:57.458115 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8149 | 2025.01.25 03:57:57.458172 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8150 | 2025.01.25 03:57:57.458745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8151 | 2025.01.25 03:57:57.459005 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8152 | 2025.01.25 03:57:57.459280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 8153 | 2025.01.25 03:57:58.659813 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8154 | 2025.01.25 03:57:58.680038 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8155 | 2025.01.25 03:57:58.680104 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8156 | 2025.01.25 03:57:58.687369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8157 | 2025.01.25 03:57:58.688127 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8158 | 2025.01.25 03:57:58.691624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8159 | 2025.01.25 03:57:58.763124 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8160 | 2025.01.25 03:57:58.763320 [ 259 ] {ea3634f0-76a3-46de-850d-bb66a58e2f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8161 | 2025.01.25 03:57:58.763393 [ 259 ] {ea3634f0-76a3-46de-850d-bb66a58e2f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8162 | 2025.01.25 03:57:58.764147 [ 259 ] {ea3634f0-76a3-46de-850d-bb66a58e2f3b} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8163 | 2025.01.25 03:57:58.764198 [ 259 ] {ea3634f0-76a3-46de-850d-bb66a58e2f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8164 | 2025.01.25 03:57:58.764633 [ 259 ] {ea3634f0-76a3-46de-850d-bb66a58e2f3b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8165 | 2025.01.25 03:57:58.764893 [ 259 ] {ea3634f0-76a3-46de-850d-bb66a58e2f3b} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8166 | 2025.01.25 03:57:58.765079 [ 57 ] {} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8167 | 2025.01.25 03:57:58.765157 [ 259 ] {ea3634f0-76a3-46de-850d-bb66a58e2f3b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 536.07 KiB/sec. | ||
| 8168 | 2025.01.25 03:57:58.765168 [ 57 ] {} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8169 | 2025.01.25 03:57:58.765252 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8170 | 2025.01.25 03:57:58.765295 [ 259 ] {ea3634f0-76a3-46de-850d-bb66a58e2f3b} <Debug> TCPHandler: Processed in 0.002307446 sec. | ||
| 8171 | 2025.01.25 03:57:58.765445 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 8172 | 2025.01.25 03:57:58.765599 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8173 | 2025.01.25 03:57:58.765602 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8174 | 2025.01.25 03:57:58.765642 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 8175 | 2025.01.25 03:57:58.765855 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 8176 | 2025.01.25 03:57:58.766016 [ 260 ] {2b6b2cda-a179-403a-a092-d10b2f75c527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8177 | 2025.01.25 03:57:58.766208 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 8178 | 2025.01.25 03:57:58.766268 [ 260 ] {2b6b2cda-a179-403a-a092-d10b2f75c527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8179 | 2025.01.25 03:57:58.766608 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 8180 | 2025.01.25 03:57:58.766918 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 8181 | 2025.01.25 03:57:58.769013 [ 260 ] {2b6b2cda-a179-403a-a092-d10b2f75c527} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8182 | 2025.01.25 03:57:58.769096 [ 260 ] {2b6b2cda-a179-403a-a092-d10b2f75c527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8183 | 2025.01.25 03:57:58.769496 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00413125 sec., 16944.024205748865 rows/sec., 1.26 MiB/sec. | ||
| 8184 | 2025.01.25 03:57:58.769658 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8185 | 2025.01.25 03:57:58.769882 [ 260 ] {2b6b2cda-a179-403a-a092-d10b2f75c527} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8186 | 2025.01.25 03:57:58.770032 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_25_6} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2025.01.25 03:57:58.770143 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_25_6} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8188 | 2025.01.25 03:57:58.770185 [ 260 ] {2b6b2cda-a179-403a-a092-d10b2f75c527} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8189 | 2025.01.25 03:57:58.770267 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8190 | 2025.01.25 03:57:58.770473 [ 260 ] {2b6b2cda-a179-403a-a092-d10b2f75c527} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.004612 sec., 55724.197745013014 rows/sec., 4.87 MiB/sec. | ||
| 8191 | 2025.01.25 03:57:58.770551 [ 260 ] {2b6b2cda-a179-403a-a092-d10b2f75c527} <Debug> TCPHandler: Processed in 0.005131984 sec. | ||
| 8192 | 2025.01.25 03:57:58.770712 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8193 | 2025.01.25 03:57:58.770830 [ 259 ] {fe2e903d-62c1-4b4f-8798-fe4a4b01d152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8194 | 2025.01.25 03:57:58.770882 [ 259 ] {fe2e903d-62c1-4b4f-8798-fe4a4b01d152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8195 | 2025.01.25 03:57:58.771477 [ 259 ] {fe2e903d-62c1-4b4f-8798-fe4a4b01d152} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8196 | 2025.01.25 03:57:58.771517 [ 259 ] {fe2e903d-62c1-4b4f-8798-fe4a4b01d152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8197 | 2025.01.25 03:57:58.771879 [ 259 ] {fe2e903d-62c1-4b4f-8798-fe4a4b01d152} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8198 | 2025.01.25 03:57:58.772120 [ 259 ] {fe2e903d-62c1-4b4f-8798-fe4a4b01d152} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8199 | 2025.01.25 03:57:58.772279 [ 57 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8200 | 2025.01.25 03:57:58.772339 [ 57 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8201 | 2025.01.25 03:57:58.772376 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8202 | 2025.01.25 03:57:58.772391 [ 259 ] {fe2e903d-62c1-4b4f-8798-fe4a4b01d152} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001572 sec., 21628.49872773537 rows/sec., 1.54 MiB/sec. | ||
| 8203 | 2025.01.25 03:57:58.772595 [ 259 ] {fe2e903d-62c1-4b4f-8798-fe4a4b01d152} <Debug> TCPHandler: Processed in 0.001942458 sec. | ||
| 8204 | 2025.01.25 03:57:58.772649 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 8205 | 2025.01.25 03:57:58.772805 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8206 | 2025.01.25 03:57:58.772848 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8207 | 2025.01.25 03:57:58.772890 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 65 rows starting from the beginning of the part | ||
| 8208 | 2025.01.25 03:57:58.773094 [ 260 ] {ff616f3a-a542-4cfd-b00c-5d84a7bd0582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8209 | 2025.01.25 03:57:58.773200 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 8210 | 2025.01.25 03:57:58.773271 [ 260 ] {ff616f3a-a542-4cfd-b00c-5d84a7bd0582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8211 | 2025.01.25 03:57:58.773547 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 8212 | 2025.01.25 03:57:58.773906 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 38 rows starting from the beginning of the part | ||
| 8213 | 2025.01.25 03:57:58.774247 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 8214 | 2025.01.25 03:57:58.774620 [ 188 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 8215 | 2025.01.25 03:57:58.776023 [ 260 ] {ff616f3a-a542-4cfd-b00c-5d84a7bd0582} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8216 | 2025.01.25 03:57:58.776093 [ 260 ] {ff616f3a-a542-4cfd-b00c-5d84a7bd0582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8217 | 2025.01.25 03:57:58.777078 [ 260 ] {ff616f3a-a542-4cfd-b00c-5d84a7bd0582} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8218 | 2025.01.25 03:57:58.777556 [ 186 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 5 columns (5 merged, 0 gathered) in 0.005103164 sec., 38603.5016707282 rows/sec., 2.91 MiB/sec. | ||
| 8219 | 2025.01.25 03:57:58.777590 [ 260 ] {ff616f3a-a542-4cfd-b00c-5d84a7bd0582} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8220 | 2025.01.25 03:57:58.777795 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8221 | 2025.01.25 03:57:58.778014 [ 260 ] {ff616f3a-a542-4cfd-b00c-5d84a7bd0582} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005046 sec., 2774.4748315497422 rows/sec., 194.31 KiB/sec. | ||
| 8222 | 2025.01.25 03:57:58.778164 [ 260 ] {ff616f3a-a542-4cfd-b00c-5d84a7bd0582} <Debug> TCPHandler: Processed in 0.005463022 sec. | ||
| 8223 | 2025.01.25 03:57:58.778373 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8224 | 2025.01.25 03:57:58.778389 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_51_10} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8225 | 2025.01.25 03:57:58.778495 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_51_10} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8226 | 2025.01.25 03:57:58.778510 [ 259 ] {e6817525-44f4-4af8-bae8-4db1dc478a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8227 | 2025.01.25 03:57:58.778578 [ 259 ] {e6817525-44f4-4af8-bae8-4db1dc478a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8228 | 2025.01.25 03:57:58.778605 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8229 | 2025.01.25 03:57:58.779184 [ 259 ] {e6817525-44f4-4af8-bae8-4db1dc478a74} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8230 | 2025.01.25 03:57:58.779222 [ 259 ] {e6817525-44f4-4af8-bae8-4db1dc478a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8231 | 2025.01.25 03:57:58.779597 [ 259 ] {e6817525-44f4-4af8-bae8-4db1dc478a74} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8232 | 2025.01.25 03:57:58.779843 [ 259 ] {e6817525-44f4-4af8-bae8-4db1dc478a74} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8233 | 2025.01.25 03:57:58.780010 [ 57 ] {} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8234 | 2025.01.25 03:57:58.780063 [ 57 ] {} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8235 | 2025.01.25 03:57:58.780096 [ 259 ] {e6817525-44f4-4af8-bae8-4db1dc478a74} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001607 sec., 8089.607965152459 rows/sec., 504.39 KiB/sec. | ||
| 8236 | 2025.01.25 03:57:58.780103 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8237 | 2025.01.25 03:57:58.780300 [ 259 ] {e6817525-44f4-4af8-bae8-4db1dc478a74} <Debug> TCPHandler: Processed in 0.002020579 sec. | ||
| 8238 | 2025.01.25 03:57:58.780426 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 8239 | 2025.01.25 03:57:58.780667 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2025.01.25 03:57:58.780991 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8241 | 2025.01.25 03:57:58.781111 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 8242 | 2025.01.25 03:57:58.781122 [ 260 ] {2c28ecaa-081d-49f0-8ac2-0b85f2301576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8243 | 2025.01.25 03:57:58.781295 [ 260 ] {2c28ecaa-081d-49f0-8ac2-0b85f2301576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8244 | 2025.01.25 03:57:58.781380 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 8245 | 2025.01.25 03:57:58.781795 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 8246 | 2025.01.25 03:57:58.782182 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 8247 | 2025.01.25 03:57:58.782614 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 8248 | 2025.01.25 03:57:58.785419 [ 260 ] {2c28ecaa-081d-49f0-8ac2-0b85f2301576} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8249 | 2025.01.25 03:57:58.785527 [ 260 ] {2c28ecaa-081d-49f0-8ac2-0b85f2301576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8250 | 2025.01.25 03:57:58.785613 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.0053739 sec., 12095.498613669773 rows/sec., 801.40 KiB/sec. | ||
| 8251 | 2025.01.25 03:57:58.785817 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8252 | 2025.01.25 03:57:58.786254 [ 260 ] {2c28ecaa-081d-49f0-8ac2-0b85f2301576} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8253 | 2025.01.25 03:57:58.786321 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_25_6} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8254 | 2025.01.25 03:57:58.786458 [ 200 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_25_6} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8255 | 2025.01.25 03:57:58.786594 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8256 | 2025.01.25 03:57:58.786680 [ 260 ] {2c28ecaa-081d-49f0-8ac2-0b85f2301576} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8257 | 2025.01.25 03:57:58.786907 [ 260 ] {2c28ecaa-081d-49f0-8ac2-0b85f2301576} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.005939 sec., 68866.81259471292 rows/sec., 4.91 MiB/sec. | ||
| 8258 | 2025.01.25 03:57:58.786977 [ 260 ] {2c28ecaa-081d-49f0-8ac2-0b85f2301576} <Debug> TCPHandler: Processed in 0.00654985 sec. | ||
| 8259 | 2025.01.25 03:57:58.787153 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8260 | 2025.01.25 03:57:58.787293 [ 259 ] {75c4f620-c870-47d0-9a2e-f9277acc77ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8261 | 2025.01.25 03:57:58.787346 [ 259 ] {75c4f620-c870-47d0-9a2e-f9277acc77ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8262 | 2025.01.25 03:57:58.787845 [ 259 ] {75c4f620-c870-47d0-9a2e-f9277acc77ec} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8263 | 2025.01.25 03:57:58.787885 [ 259 ] {75c4f620-c870-47d0-9a2e-f9277acc77ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8264 | 2025.01.25 03:57:58.788268 [ 259 ] {75c4f620-c870-47d0-9a2e-f9277acc77ec} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8265 | 2025.01.25 03:57:58.788526 [ 259 ] {75c4f620-c870-47d0-9a2e-f9277acc77ec} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8266 | 2025.01.25 03:57:58.788758 [ 259 ] {75c4f620-c870-47d0-9a2e-f9277acc77ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec. | ||
| 8267 | 2025.01.25 03:57:58.788809 [ 259 ] {75c4f620-c870-47d0-9a2e-f9277acc77ec} <Debug> TCPHandler: Processed in 0.001725412 sec. | ||
| 8268 | 2025.01.25 03:57:58.788958 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8269 | 2025.01.25 03:57:58.789077 [ 260 ] {8acb6482-16cc-45b2-9211-430c0c0fe1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8270 | 2025.01.25 03:57:58.789131 [ 260 ] {8acb6482-16cc-45b2-9211-430c0c0fe1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8271 | 2025.01.25 03:57:58.789718 [ 260 ] {8acb6482-16cc-45b2-9211-430c0c0fe1a6} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8272 | 2025.01.25 03:57:58.789757 [ 260 ] {8acb6482-16cc-45b2-9211-430c0c0fe1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8273 | 2025.01.25 03:57:58.790157 [ 260 ] {8acb6482-16cc-45b2-9211-430c0c0fe1a6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8274 | 2025.01.25 03:57:58.790389 [ 260 ] {8acb6482-16cc-45b2-9211-430c0c0fe1a6} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8275 | 2025.01.25 03:57:58.790596 [ 260 ] {8acb6482-16cc-45b2-9211-430c0c0fe1a6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001545 sec., 153398.0582524272 rows/sec., 10.28 MiB/sec. | ||
| 8276 | 2025.01.25 03:57:58.790654 [ 260 ] {8acb6482-16cc-45b2-9211-430c0c0fe1a6} <Debug> TCPHandler: Processed in 0.001754483 sec. | ||
| 8277 | 2025.01.25 03:57:58.790814 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8278 | 2025.01.25 03:57:58.790954 [ 259 ] {374f0672-696e-44bb-80cc-0f351c02147b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8279 | 2025.01.25 03:57:58.791021 [ 259 ] {374f0672-696e-44bb-80cc-0f351c02147b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8280 | 2025.01.25 03:57:58.791543 [ 259 ] {374f0672-696e-44bb-80cc-0f351c02147b} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8281 | 2025.01.25 03:57:58.791582 [ 259 ] {374f0672-696e-44bb-80cc-0f351c02147b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8282 | 2025.01.25 03:57:58.791954 [ 259 ] {374f0672-696e-44bb-80cc-0f351c02147b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8283 | 2025.01.25 03:57:58.792207 [ 259 ] {374f0672-696e-44bb-80cc-0f351c02147b} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2025.01.25 03:57:58.792377 [ 57 ] {} <Debug> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 8285 | 2025.01.25 03:57:58.792430 [ 57 ] {} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8286 | 2025.01.25 03:57:58.792447 [ 259 ] {374f0672-696e-44bb-80cc-0f351c02147b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001512 sec., 661.3756613756614 rows/sec., 44.57 KiB/sec. | ||
| 8287 | 2025.01.25 03:57:58.792468 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8288 | 2025.01.25 03:57:58.792619 [ 259 ] {374f0672-696e-44bb-80cc-0f351c02147b} <Debug> TCPHandler: Processed in 0.001862205 sec. | ||
| 8289 | 2025.01.25 03:57:58.792942 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 8290 | 2025.01.25 03:57:58.792953 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8291 | 2025.01.25 03:57:58.793365 [ 260 ] {c9d177f4-43e8-4d78-9a1d-eb6b6b8570d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8292 | 2025.01.25 03:57:58.793379 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8293 | 2025.01.25 03:57:58.793454 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
| 8294 | 2025.01.25 03:57:58.793561 [ 260 ] {c9d177f4-43e8-4d78-9a1d-eb6b6b8570d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8295 | 2025.01.25 03:57:58.793728 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 8296 | 2025.01.25 03:57:58.794162 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 8297 | 2025.01.25 03:57:58.794492 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 8298 | 2025.01.25 03:57:58.794936 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8299 | 2025.01.25 03:57:58.795257 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8300 | 2025.01.25 03:57:58.799031 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.006435657 sec., 3884.6072747506587 rows/sec., 261.76 KiB/sec. | ||
| 8301 | 2025.01.25 03:57:58.799253 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 8302 | 2025.01.25 03:57:58.799293 [ 260 ] {c9d177f4-43e8-4d78-9a1d-eb6b6b8570d2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8303 | 2025.01.25 03:57:58.799363 [ 260 ] {c9d177f4-43e8-4d78-9a1d-eb6b6b8570d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8304 | 2025.01.25 03:57:58.799799 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8305 | 2025.01.25 03:57:58.800017 [ 200 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_25_5} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 8306 | 2025.01.25 03:57:58.800167 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.21 MiB. | ||
| 8307 | 2025.01.25 03:57:58.800533 [ 260 ] {c9d177f4-43e8-4d78-9a1d-eb6b6b8570d2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8308 | 2025.01.25 03:57:58.800814 [ 260 ] {c9d177f4-43e8-4d78-9a1d-eb6b6b8570d2} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8309 | 2025.01.25 03:57:58.801073 [ 260 ] {c9d177f4-43e8-4d78-9a1d-eb6b6b8570d2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007798 sec., 3462.4262631443958 rows/sec., 6.20 MiB/sec. | ||
| 8310 | 2025.01.25 03:57:58.801249 [ 260 ] {c9d177f4-43e8-4d78-9a1d-eb6b6b8570d2} <Debug> TCPHandler: Processed in 0.008502127 sec. | ||
| 8311 | 2025.01.25 03:57:58.801422 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8312 | 2025.01.25 03:57:58.801561 [ 259 ] {7d0d470a-e6f4-419a-8a06-bc00023af95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8313 | 2025.01.25 03:57:58.801622 [ 259 ] {7d0d470a-e6f4-419a-8a06-bc00023af95f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8314 | 2025.01.25 03:57:58.802203 [ 259 ] {7d0d470a-e6f4-419a-8a06-bc00023af95f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8315 | 2025.01.25 03:57:58.802251 [ 259 ] {7d0d470a-e6f4-419a-8a06-bc00023af95f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 8316 | 2025.01.25 03:57:58.802641 [ 259 ] {7d0d470a-e6f4-419a-8a06-bc00023af95f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8317 | 2025.01.25 03:57:58.802880 [ 259 ] {7d0d470a-e6f4-419a-8a06-bc00023af95f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8318 | 2025.01.25 03:57:58.803135 [ 259 ] {7d0d470a-e6f4-419a-8a06-bc00023af95f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001591 sec., 51539.91200502829 rows/sec., 3.27 MiB/sec. | ||
| 8319 | 2025.01.25 03:57:58.803194 [ 259 ] {7d0d470a-e6f4-419a-8a06-bc00023af95f} <Debug> TCPHandler: Processed in 0.001839645 sec. | ||
| 8320 | 2025.01.25 03:57:59.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.07 MiB, peak 223.04 MiB, free memory in arenas 0.00 B, will set to 215.67 MiB (RSS), difference: -1.40 MiB | ||
| 8321 | 2025.01.25 03:58:02.115066 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8322 | 2025.01.25 03:58:02.115402 [ 259 ] {590975c5-4108-4da1-9d6a-7284f279f350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8323 | 2025.01.25 03:58:02.115505 [ 259 ] {590975c5-4108-4da1-9d6a-7284f279f350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8324 | 2025.01.25 03:58:02.116723 [ 259 ] {590975c5-4108-4da1-9d6a-7284f279f350} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8325 | 2025.01.25 03:58:02.116779 [ 259 ] {590975c5-4108-4da1-9d6a-7284f279f350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8326 | 2025.01.25 03:58:02.117305 [ 259 ] {590975c5-4108-4da1-9d6a-7284f279f350} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8327 | 2025.01.25 03:58:02.117566 [ 259 ] {590975c5-4108-4da1-9d6a-7284f279f350} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8328 | 2025.01.25 03:58:02.117813 [ 259 ] {590975c5-4108-4da1-9d6a-7284f279f350} <Debug> executeQuery: Read 1222 rows, 103.05 KiB in 0.002499 sec., 488995.5982392957 rows/sec., 40.27 MiB/sec. | ||
| 8329 | 2025.01.25 03:58:02.117881 [ 259 ] {590975c5-4108-4da1-9d6a-7284f279f350} <Debug> TCPHandler: Processed in 0.003011833 sec. | ||
| 8330 | 2025.01.25 03:58:02.118148 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8331 | 2025.01.25 03:58:02.118376 [ 260 ] {8b232046-3758-4b21-adcd-7de1013cd00c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8332 | 2025.01.25 03:58:02.118456 [ 260 ] {8b232046-3758-4b21-adcd-7de1013cd00c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8333 | 2025.01.25 03:58:02.119224 [ 260 ] {8b232046-3758-4b21-adcd-7de1013cd00c} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8334 | 2025.01.25 03:58:02.119283 [ 260 ] {8b232046-3758-4b21-adcd-7de1013cd00c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8335 | 2025.01.25 03:58:02.119748 [ 260 ] {8b232046-3758-4b21-adcd-7de1013cd00c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8336 | 2025.01.25 03:58:02.120010 [ 260 ] {8b232046-3758-4b21-adcd-7de1013cd00c} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8337 | 2025.01.25 03:58:02.120290 [ 260 ] {8b232046-3758-4b21-adcd-7de1013cd00c} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00197 sec., 6598.984771573604 rows/sec., 496.21 KiB/sec. | ||
| 8338 | 2025.01.25 03:58:02.120417 [ 260 ] {8b232046-3758-4b21-adcd-7de1013cd00c} <Debug> TCPHandler: Processed in 0.002417118 sec. | ||
| 8339 | 2025.01.25 03:58:02.120770 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8340 | 2025.01.25 03:58:02.121048 [ 259 ] {03fd22d2-be71-4e0a-9e9f-13bbd396bce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8341 | 2025.01.25 03:58:02.121146 [ 259 ] {03fd22d2-be71-4e0a-9e9f-13bbd396bce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8342 | 2025.01.25 03:58:02.121952 [ 259 ] {03fd22d2-be71-4e0a-9e9f-13bbd396bce9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8343 | 2025.01.25 03:58:02.121994 [ 259 ] {03fd22d2-be71-4e0a-9e9f-13bbd396bce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8344 | 2025.01.25 03:58:02.122377 [ 259 ] {03fd22d2-be71-4e0a-9e9f-13bbd396bce9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8345 | 2025.01.25 03:58:02.122611 [ 259 ] {03fd22d2-be71-4e0a-9e9f-13bbd396bce9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8346 | 2025.01.25 03:58:02.122829 [ 259 ] {03fd22d2-be71-4e0a-9e9f-13bbd396bce9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001841 sec., 123845.7360130364 rows/sec., 8.39 MiB/sec. | ||
| 8347 | 2025.01.25 03:58:02.122884 [ 259 ] {03fd22d2-be71-4e0a-9e9f-13bbd396bce9} <Debug> TCPHandler: Processed in 0.002349937 sec. | ||
| 8348 | 2025.01.25 03:58:02.123026 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8349 | 2025.01.25 03:58:02.123156 [ 260 ] {bc1edaf8-30b1-4a97-81b9-f1ec6cefcae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8350 | 2025.01.25 03:58:02.123208 [ 260 ] {bc1edaf8-30b1-4a97-81b9-f1ec6cefcae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8351 | 2025.01.25 03:58:02.124002 [ 260 ] {bc1edaf8-30b1-4a97-81b9-f1ec6cefcae9} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8352 | 2025.01.25 03:58:02.124044 [ 260 ] {bc1edaf8-30b1-4a97-81b9-f1ec6cefcae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8353 | 2025.01.25 03:58:02.124456 [ 260 ] {bc1edaf8-30b1-4a97-81b9-f1ec6cefcae9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8354 | 2025.01.25 03:58:02.124702 [ 260 ] {bc1edaf8-30b1-4a97-81b9-f1ec6cefcae9} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8355 | 2025.01.25 03:58:02.124954 [ 260 ] {bc1edaf8-30b1-4a97-81b9-f1ec6cefcae9} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001828 sec., 291575.4923413567 rows/sec., 21.61 MiB/sec. | ||
| 8356 | 2025.01.25 03:58:02.125042 [ 260 ] {bc1edaf8-30b1-4a97-81b9-f1ec6cefcae9} <Debug> TCPHandler: Processed in 0.002072991 sec. | ||
| 8357 | 2025.01.25 03:58:02.125326 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8358 | 2025.01.25 03:58:02.125510 [ 259 ] {01021559-7e6c-4160-bc71-13960d32efcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8359 | 2025.01.25 03:58:02.125575 [ 259 ] {01021559-7e6c-4160-bc71-13960d32efcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8360 | 2025.01.25 03:58:02.126454 [ 259 ] {01021559-7e6c-4160-bc71-13960d32efcb} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8361 | 2025.01.25 03:58:02.126494 [ 259 ] {01021559-7e6c-4160-bc71-13960d32efcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8362 | 2025.01.25 03:58:02.126971 [ 259 ] {01021559-7e6c-4160-bc71-13960d32efcb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8363 | 2025.01.25 03:58:02.127212 [ 259 ] {01021559-7e6c-4160-bc71-13960d32efcb} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8364 | 2025.01.25 03:58:02.127430 [ 259 ] {01021559-7e6c-4160-bc71-13960d32efcb} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001952 sec., 487704.91803278687 rows/sec., 32.71 MiB/sec. | ||
| 8365 | 2025.01.25 03:58:02.127483 [ 259 ] {01021559-7e6c-4160-bc71-13960d32efcb} <Debug> TCPHandler: Processed in 0.002341987 sec. | ||
| 8366 | 2025.01.25 03:58:02.127685 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8367 | 2025.01.25 03:58:02.127912 [ 260 ] {03b9111e-5db5-4f52-a90a-8bbc32abc387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8368 | 2025.01.25 03:58:02.128056 [ 260 ] {03b9111e-5db5-4f52-a90a-8bbc32abc387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8369 | 2025.01.25 03:58:02.129363 [ 260 ] {03b9111e-5db5-4f52-a90a-8bbc32abc387} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8370 | 2025.01.25 03:58:02.129404 [ 260 ] {03b9111e-5db5-4f52-a90a-8bbc32abc387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8371 | 2025.01.25 03:58:02.130057 [ 260 ] {03b9111e-5db5-4f52-a90a-8bbc32abc387} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8372 | 2025.01.25 03:58:02.130320 [ 260 ] {03b9111e-5db5-4f52-a90a-8bbc32abc387} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8373 | 2025.01.25 03:58:02.130571 [ 260 ] {03b9111e-5db5-4f52-a90a-8bbc32abc387} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002714 sec., 4789.977892409727 rows/sec., 8.58 MiB/sec. | ||
| 8374 | 2025.01.25 03:58:02.130687 [ 260 ] {03b9111e-5db5-4f52-a90a-8bbc32abc387} <Debug> TCPHandler: Processed in 0.003110705 sec. | ||
| 8375 | 2025.01.25 03:58:02.130894 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8376 | 2025.01.25 03:58:02.131120 [ 259 ] {cb34fe02-bdd1-4b9c-a5d4-d60c88c88c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8377 | 2025.01.25 03:58:02.131220 [ 259 ] {cb34fe02-bdd1-4b9c-a5d4-d60c88c88c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8378 | 2025.01.25 03:58:02.131808 [ 259 ] {cb34fe02-bdd1-4b9c-a5d4-d60c88c88c90} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8379 | 2025.01.25 03:58:02.131848 [ 259 ] {cb34fe02-bdd1-4b9c-a5d4-d60c88c88c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8380 | 2025.01.25 03:58:02.132221 [ 259 ] {cb34fe02-bdd1-4b9c-a5d4-d60c88c88c90} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8381 | 2025.01.25 03:58:02.132460 [ 259 ] {cb34fe02-bdd1-4b9c-a5d4-d60c88c88c90} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8382 | 2025.01.25 03:58:02.132720 [ 259 ] {cb34fe02-bdd1-4b9c-a5d4-d60c88c88c90} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001648 sec., 24271.844660194176 rows/sec., 1.64 MiB/sec. | ||
| 8383 | 2025.01.25 03:58:02.132859 [ 259 ] {cb34fe02-bdd1-4b9c-a5d4-d60c88c88c90} <Debug> TCPHandler: Processed in 0.00207076 sec. | ||
| 8384 | 2025.01.25 03:58:02.543740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1186 | ||
| 8385 | 2025.01.25 03:58:02.547150 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8386 | 2025.01.25 03:58:02.547210 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8387 | 2025.01.25 03:58:02.548706 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8388 | 2025.01.25 03:58:02.549020 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8389 | 2025.01.25 03:58:02.550666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1186 | ||
| 8390 | 2025.01.25 03:58:03.754150 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8391 | 2025.01.25 03:58:03.754455 [ 259 ] {88ee010b-0780-4b85-99f5-3b80979344a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8392 | 2025.01.25 03:58:03.754547 [ 259 ] {88ee010b-0780-4b85-99f5-3b80979344a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8393 | 2025.01.25 03:58:03.755338 [ 259 ] {88ee010b-0780-4b85-99f5-3b80979344a9} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8394 | 2025.01.25 03:58:03.755380 [ 259 ] {88ee010b-0780-4b85-99f5-3b80979344a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8395 | 2025.01.25 03:58:03.755833 [ 259 ] {88ee010b-0780-4b85-99f5-3b80979344a9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8396 | 2025.01.25 03:58:03.756090 [ 259 ] {88ee010b-0780-4b85-99f5-3b80979344a9} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8397 | 2025.01.25 03:58:03.756287 [ 259 ] {88ee010b-0780-4b85-99f5-3b80979344a9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.23 MiB/sec. | ||
| 8398 | 2025.01.25 03:58:03.756342 [ 259 ] {88ee010b-0780-4b85-99f5-3b80979344a9} <Debug> TCPHandler: Processed in 0.002383048 sec. | ||
| 8399 | 2025.01.25 03:58:03.756607 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8400 | 2025.01.25 03:58:03.756826 [ 260 ] {72ee4915-5f9c-4eb8-b50f-390400649373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8401 | 2025.01.25 03:58:03.756911 [ 260 ] {72ee4915-5f9c-4eb8-b50f-390400649373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8402 | 2025.01.25 03:58:03.757760 [ 260 ] {72ee4915-5f9c-4eb8-b50f-390400649373} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8403 | 2025.01.25 03:58:03.757813 [ 260 ] {72ee4915-5f9c-4eb8-b50f-390400649373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8404 | 2025.01.25 03:58:03.758263 [ 260 ] {72ee4915-5f9c-4eb8-b50f-390400649373} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8405 | 2025.01.25 03:58:03.758516 [ 260 ] {72ee4915-5f9c-4eb8-b50f-390400649373} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8406 | 2025.01.25 03:58:03.758799 [ 260 ] {72ee4915-5f9c-4eb8-b50f-390400649373} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002023 sec., 31636.18388531883 rows/sec., 2.47 MiB/sec. | ||
| 8407 | 2025.01.25 03:58:03.758917 [ 260 ] {72ee4915-5f9c-4eb8-b50f-390400649373} <Debug> TCPHandler: Processed in 0.002449469 sec. | ||
| 8408 | 2025.01.25 03:58:03.759175 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8409 | 2025.01.25 03:58:03.759327 [ 259 ] {a5da2a7f-969b-4550-aa9f-d3a7d1d1e0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8410 | 2025.01.25 03:58:03.759382 [ 259 ] {a5da2a7f-969b-4550-aa9f-d3a7d1d1e0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8411 | 2025.01.25 03:58:03.759934 [ 259 ] {a5da2a7f-969b-4550-aa9f-d3a7d1d1e0f2} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8412 | 2025.01.25 03:58:03.759974 [ 259 ] {a5da2a7f-969b-4550-aa9f-d3a7d1d1e0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8413 | 2025.01.25 03:58:03.760367 [ 259 ] {a5da2a7f-969b-4550-aa9f-d3a7d1d1e0f2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8414 | 2025.01.25 03:58:03.760612 [ 259 ] {a5da2a7f-969b-4550-aa9f-d3a7d1d1e0f2} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8415 | 2025.01.25 03:58:03.760786 [ 259 ] {a5da2a7f-969b-4550-aa9f-d3a7d1d1e0f2} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001483 sec., 36412.67700606878 rows/sec., 2.54 MiB/sec. | ||
| 8416 | 2025.01.25 03:58:03.760836 [ 259 ] {a5da2a7f-969b-4550-aa9f-d3a7d1d1e0f2} <Debug> TCPHandler: Processed in 0.001801104 sec. | ||
| 8417 | 2025.01.25 03:58:03.760984 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8418 | 2025.01.25 03:58:03.761110 [ 260 ] {5c399864-d3bc-4626-b57f-6728176af2fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8419 | 2025.01.25 03:58:03.761168 [ 260 ] {5c399864-d3bc-4626-b57f-6728176af2fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8420 | 2025.01.25 03:58:03.761670 [ 260 ] {5c399864-d3bc-4626-b57f-6728176af2fa} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8421 | 2025.01.25 03:58:03.761711 [ 260 ] {5c399864-d3bc-4626-b57f-6728176af2fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8422 | 2025.01.25 03:58:03.762108 [ 260 ] {5c399864-d3bc-4626-b57f-6728176af2fa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8423 | 2025.01.25 03:58:03.762358 [ 260 ] {5c399864-d3bc-4626-b57f-6728176af2fa} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8424 | 2025.01.25 03:58:03.762570 [ 260 ] {5c399864-d3bc-4626-b57f-6728176af2fa} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.00149 sec., 13422.818791946309 rows/sec., 922.82 KiB/sec. | ||
| 8425 | 2025.01.25 03:58:03.762625 [ 260 ] {5c399864-d3bc-4626-b57f-6728176af2fa} <Debug> TCPHandler: Processed in 0.001700451 sec. | ||
| 8426 | 2025.01.25 03:58:04.960378 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 8427 | 2025.01.25 03:58:04.961230 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8428 | 2025.01.25 03:58:04.961280 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8429 | 2025.01.25 03:58:04.961800 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8430 | 2025.01.25 03:58:04.962047 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8431 | 2025.01.25 03:58:04.962300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 8432 | 2025.01.25 03:58:06.192674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8433 | 2025.01.25 03:58:06.215013 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8434 | 2025.01.25 03:58:06.215083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8435 | 2025.01.25 03:58:06.223305 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8436 | 2025.01.25 03:58:06.224103 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2025.01.25 03:58:06.227292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8438 | 2025.01.25 03:58:08.763435 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8439 | 2025.01.25 03:58:08.763719 [ 259 ] {63e0c1c5-e772-4d1e-b738-f8a14056cbe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8440 | 2025.01.25 03:58:08.763793 [ 259 ] {63e0c1c5-e772-4d1e-b738-f8a14056cbe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8441 | 2025.01.25 03:58:08.764558 [ 259 ] {63e0c1c5-e772-4d1e-b738-f8a14056cbe1} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8442 | 2025.01.25 03:58:08.764610 [ 259 ] {63e0c1c5-e772-4d1e-b738-f8a14056cbe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8443 | 2025.01.25 03:58:08.765045 [ 259 ] {63e0c1c5-e772-4d1e-b738-f8a14056cbe1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8444 | 2025.01.25 03:58:08.765308 [ 259 ] {63e0c1c5-e772-4d1e-b738-f8a14056cbe1} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8445 | 2025.01.25 03:58:08.765553 [ 259 ] {63e0c1c5-e772-4d1e-b738-f8a14056cbe1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 8446 | 2025.01.25 03:58:08.765621 [ 259 ] {63e0c1c5-e772-4d1e-b738-f8a14056cbe1} <Debug> TCPHandler: Processed in 0.002380038 sec. | ||
| 8447 | 2025.01.25 03:58:08.765876 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8448 | 2025.01.25 03:58:08.766095 [ 260 ] {a8e31a0d-454a-4867-87bd-5f4570abdbea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8449 | 2025.01.25 03:58:08.766177 [ 260 ] {a8e31a0d-454a-4867-87bd-5f4570abdbea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8450 | 2025.01.25 03:58:08.767078 [ 260 ] {a8e31a0d-454a-4867-87bd-5f4570abdbea} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2025.01.25 03:58:08.767127 [ 260 ] {a8e31a0d-454a-4867-87bd-5f4570abdbea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8452 | 2025.01.25 03:58:08.767581 [ 260 ] {a8e31a0d-454a-4867-87bd-5f4570abdbea} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8453 | 2025.01.25 03:58:08.767844 [ 260 ] {a8e31a0d-454a-4867-87bd-5f4570abdbea} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8454 | 2025.01.25 03:58:08.768097 [ 260 ] {a8e31a0d-454a-4867-87bd-5f4570abdbea} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002062 sec., 124636.27546071775 rows/sec., 10.90 MiB/sec. | ||
| 8455 | 2025.01.25 03:58:08.768165 [ 260 ] {a8e31a0d-454a-4867-87bd-5f4570abdbea} <Debug> TCPHandler: Processed in 0.002433159 sec. | ||
| 8456 | 2025.01.25 03:58:08.768306 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8457 | 2025.01.25 03:58:08.768432 [ 259 ] {fcf35d40-cda1-4397-950f-82d5fbea7f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8458 | 2025.01.25 03:58:08.768485 [ 259 ] {fcf35d40-cda1-4397-950f-82d5fbea7f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8459 | 2025.01.25 03:58:08.769091 [ 259 ] {fcf35d40-cda1-4397-950f-82d5fbea7f56} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2025.01.25 03:58:08.769134 [ 259 ] {fcf35d40-cda1-4397-950f-82d5fbea7f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8461 | 2025.01.25 03:58:08.769507 [ 259 ] {fcf35d40-cda1-4397-950f-82d5fbea7f56} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8462 | 2025.01.25 03:58:08.769766 [ 259 ] {fcf35d40-cda1-4397-950f-82d5fbea7f56} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2025.01.25 03:58:08.769988 [ 259 ] {fcf35d40-cda1-4397-950f-82d5fbea7f56} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001585 sec., 21451.104100946373 rows/sec., 1.53 MiB/sec. | ||
| 8464 | 2025.01.25 03:58:08.770048 [ 259 ] {fcf35d40-cda1-4397-950f-82d5fbea7f56} <Debug> TCPHandler: Processed in 0.001800924 sec. | ||
| 8465 | 2025.01.25 03:58:08.770225 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8466 | 2025.01.25 03:58:08.770354 [ 260 ] {4c8d0fa6-4cbc-44a5-80df-7ce71fa929e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8467 | 2025.01.25 03:58:08.770407 [ 260 ] {4c8d0fa6-4cbc-44a5-80df-7ce71fa929e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8468 | 2025.01.25 03:58:08.771007 [ 260 ] {4c8d0fa6-4cbc-44a5-80df-7ce71fa929e5} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2025.01.25 03:58:08.771048 [ 260 ] {4c8d0fa6-4cbc-44a5-80df-7ce71fa929e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8470 | 2025.01.25 03:58:08.771419 [ 260 ] {4c8d0fa6-4cbc-44a5-80df-7ce71fa929e5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8471 | 2025.01.25 03:58:08.771658 [ 260 ] {4c8d0fa6-4cbc-44a5-80df-7ce71fa929e5} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2025.01.25 03:58:08.771876 [ 260 ] {4c8d0fa6-4cbc-44a5-80df-7ce71fa929e5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
| 8473 | 2025.01.25 03:58:08.771933 [ 260 ] {4c8d0fa6-4cbc-44a5-80df-7ce71fa929e5} <Debug> TCPHandler: Processed in 0.001769473 sec. | ||
| 8474 | 2025.01.25 03:58:08.772090 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8475 | 2025.01.25 03:58:08.772210 [ 259 ] {4c216fde-0d6f-42ec-b835-ad424a276be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8476 | 2025.01.25 03:58:08.772260 [ 259 ] {4c216fde-0d6f-42ec-b835-ad424a276be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8477 | 2025.01.25 03:58:08.772836 [ 259 ] {4c216fde-0d6f-42ec-b835-ad424a276be8} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8478 | 2025.01.25 03:58:08.772876 [ 259 ] {4c216fde-0d6f-42ec-b835-ad424a276be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8479 | 2025.01.25 03:58:08.773235 [ 259 ] {4c216fde-0d6f-42ec-b835-ad424a276be8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8480 | 2025.01.25 03:58:08.773474 [ 259 ] {4c216fde-0d6f-42ec-b835-ad424a276be8} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2025.01.25 03:58:08.773720 [ 259 ] {4c216fde-0d6f-42ec-b835-ad424a276be8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec. | ||
| 8482 | 2025.01.25 03:58:08.773935 [ 259 ] {4c216fde-0d6f-42ec-b835-ad424a276be8} <Debug> TCPHandler: Processed in 0.001896446 sec. | ||
| 8483 | 2025.01.25 03:58:08.774154 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8484 | 2025.01.25 03:58:08.774293 [ 260 ] {4e320447-62c8-4eb7-918b-4901f3c46710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8485 | 2025.01.25 03:58:08.774351 [ 260 ] {4e320447-62c8-4eb7-918b-4901f3c46710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8486 | 2025.01.25 03:58:08.775101 [ 260 ] {4e320447-62c8-4eb7-918b-4901f3c46710} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8487 | 2025.01.25 03:58:08.775140 [ 260 ] {4e320447-62c8-4eb7-918b-4901f3c46710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8488 | 2025.01.25 03:58:08.775520 [ 260 ] {4e320447-62c8-4eb7-918b-4901f3c46710} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8489 | 2025.01.25 03:58:08.775768 [ 260 ] {4e320447-62c8-4eb7-918b-4901f3c46710} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8490 | 2025.01.25 03:58:08.776003 [ 260 ] {4e320447-62c8-4eb7-918b-4901f3c46710} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001734 sec., 235870.81891580162 rows/sec., 16.81 MiB/sec. | ||
| 8491 | 2025.01.25 03:58:08.776105 [ 260 ] {4e320447-62c8-4eb7-918b-4901f3c46710} <Debug> TCPHandler: Processed in 0.00205471 sec. | ||
| 8492 | 2025.01.25 03:58:08.776277 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8493 | 2025.01.25 03:58:08.776431 [ 259 ] {3e4c926c-0c8d-4dfa-9fe5-458cb51530ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8494 | 2025.01.25 03:58:08.776492 [ 259 ] {3e4c926c-0c8d-4dfa-9fe5-458cb51530ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8495 | 2025.01.25 03:58:08.776984 [ 259 ] {3e4c926c-0c8d-4dfa-9fe5-458cb51530ce} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8496 | 2025.01.25 03:58:08.777022 [ 259 ] {3e4c926c-0c8d-4dfa-9fe5-458cb51530ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8497 | 2025.01.25 03:58:08.777382 [ 259 ] {3e4c926c-0c8d-4dfa-9fe5-458cb51530ce} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8498 | 2025.01.25 03:58:08.777624 [ 259 ] {3e4c926c-0c8d-4dfa-9fe5-458cb51530ce} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2025.01.25 03:58:08.777781 [ 43 ] {} <Debug> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8500 | 2025.01.25 03:58:08.777849 [ 259 ] {3e4c926c-0c8d-4dfa-9fe5-458cb51530ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec. | ||
| 8501 | 2025.01.25 03:58:08.777866 [ 43 ] {} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8502 | 2025.01.25 03:58:08.777938 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8503 | 2025.01.25 03:58:08.777968 [ 259 ] {3e4c926c-0c8d-4dfa-9fe5-458cb51530ce} <Debug> TCPHandler: Processed in 0.001772563 sec. | ||
| 8504 | 2025.01.25 03:58:08.778267 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8505 | 2025.01.25 03:58:08.778383 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 8506 | 2025.01.25 03:58:08.778665 [ 260 ] {2c097efc-1ad7-444b-95ce-7ece1ff0c3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8507 | 2025.01.25 03:58:08.778737 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8508 | 2025.01.25 03:58:08.778767 [ 260 ] {2c097efc-1ad7-444b-95ce-7ece1ff0c3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8509 | 2025.01.25 03:58:08.778801 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 8510 | 2025.01.25 03:58:08.779163 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 8511 | 2025.01.25 03:58:08.779601 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 8512 | 2025.01.25 03:58:08.779910 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 8513 | 2025.01.25 03:58:08.780145 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 8514 | 2025.01.25 03:58:08.780487 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 8515 | 2025.01.25 03:58:08.781442 [ 260 ] {2c097efc-1ad7-444b-95ce-7ece1ff0c3e1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8516 | 2025.01.25 03:58:08.781518 [ 260 ] {2c097efc-1ad7-444b-95ce-7ece1ff0c3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8517 | 2025.01.25 03:58:08.782622 [ 260 ] {2c097efc-1ad7-444b-95ce-7ece1ff0c3e1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8518 | 2025.01.25 03:58:08.783018 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004981081 sec., 31318.502951467763 rows/sec., 1.60 MiB/sec. | ||
| 8519 | 2025.01.25 03:58:08.783087 [ 260 ] {2c097efc-1ad7-444b-95ce-7ece1ff0c3e1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8520 | 2025.01.25 03:58:08.783172 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8521 | 2025.01.25 03:58:08.783436 [ 260 ] {2c097efc-1ad7-444b-95ce-7ece1ff0c3e1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004897 sec., 48396.977741474366 rows/sec., 3.24 MiB/sec. | ||
| 8522 | 2025.01.25 03:58:08.783529 [ 260 ] {2c097efc-1ad7-444b-95ce-7ece1ff0c3e1} <Debug> TCPHandler: Processed in 0.005468653 sec. | ||
| 8523 | 2025.01.25 03:58:08.783694 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_26_5} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8524 | 2025.01.25 03:58:08.783729 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8525 | 2025.01.25 03:58:08.783820 [ 194 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_26_5} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8526 | 2025.01.25 03:58:08.783969 [ 259 ] {db2dba9c-bf5e-4605-a184-70c248ea8e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8527 | 2025.01.25 03:58:08.783974 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8528 | 2025.01.25 03:58:08.784053 [ 259 ] {db2dba9c-bf5e-4605-a184-70c248ea8e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8529 | 2025.01.25 03:58:08.784608 [ 259 ] {db2dba9c-bf5e-4605-a184-70c248ea8e1e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8530 | 2025.01.25 03:58:08.784648 [ 259 ] {db2dba9c-bf5e-4605-a184-70c248ea8e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8531 | 2025.01.25 03:58:08.785011 [ 259 ] {db2dba9c-bf5e-4605-a184-70c248ea8e1e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8532 | 2025.01.25 03:58:08.785260 [ 259 ] {db2dba9c-bf5e-4605-a184-70c248ea8e1e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8533 | 2025.01.25 03:58:08.785473 [ 259 ] {db2dba9c-bf5e-4605-a184-70c248ea8e1e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001594 sec., 627.3525721455459 rows/sec., 42.27 KiB/sec. | ||
| 8534 | 2025.01.25 03:58:08.785527 [ 259 ] {db2dba9c-bf5e-4605-a184-70c248ea8e1e} <Debug> TCPHandler: Processed in 0.001888265 sec. | ||
| 8535 | 2025.01.25 03:58:08.785684 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8536 | 2025.01.25 03:58:08.785823 [ 260 ] {001835bc-6ea3-4d9a-9fd9-b37f0650ca66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8537 | 2025.01.25 03:58:08.785920 [ 260 ] {001835bc-6ea3-4d9a-9fd9-b37f0650ca66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8538 | 2025.01.25 03:58:08.787153 [ 260 ] {001835bc-6ea3-4d9a-9fd9-b37f0650ca66} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8539 | 2025.01.25 03:58:08.787192 [ 260 ] {001835bc-6ea3-4d9a-9fd9-b37f0650ca66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8540 | 2025.01.25 03:58:08.787827 [ 260 ] {001835bc-6ea3-4d9a-9fd9-b37f0650ca66} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8541 | 2025.01.25 03:58:08.788083 [ 260 ] {001835bc-6ea3-4d9a-9fd9-b37f0650ca66} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8542 | 2025.01.25 03:58:08.788344 [ 260 ] {001835bc-6ea3-4d9a-9fd9-b37f0650ca66} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00255 sec., 10588.235294117647 rows/sec., 18.97 MiB/sec. | ||
| 8543 | 2025.01.25 03:58:08.788438 [ 260 ] {001835bc-6ea3-4d9a-9fd9-b37f0650ca66} <Debug> TCPHandler: Processed in 0.002820728 sec. | ||
| 8544 | 2025.01.25 03:58:08.788633 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8545 | 2025.01.25 03:58:08.788775 [ 259 ] {c68b5bd4-47c2-4cb3-9e1b-afac2157b2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8546 | 2025.01.25 03:58:08.788834 [ 259 ] {c68b5bd4-47c2-4cb3-9e1b-afac2157b2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8547 | 2025.01.25 03:58:08.789425 [ 259 ] {c68b5bd4-47c2-4cb3-9e1b-afac2157b2ab} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8548 | 2025.01.25 03:58:08.789473 [ 259 ] {c68b5bd4-47c2-4cb3-9e1b-afac2157b2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8549 | 2025.01.25 03:58:08.789868 [ 259 ] {c68b5bd4-47c2-4cb3-9e1b-afac2157b2ab} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8550 | 2025.01.25 03:58:08.790108 [ 259 ] {c68b5bd4-47c2-4cb3-9e1b-afac2157b2ab} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8551 | 2025.01.25 03:58:08.790325 [ 259 ] {c68b5bd4-47c2-4cb3-9e1b-afac2157b2ab} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001582 sec., 51833.1226295828 rows/sec., 3.29 MiB/sec. | ||
| 8552 | 2025.01.25 03:58:08.790381 [ 259 ] {c68b5bd4-47c2-4cb3-9e1b-afac2157b2ab} <Debug> TCPHandler: Processed in 0.001852395 sec. | ||
| 8553 | 2025.01.25 03:58:12.313037 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8554 | 2025.01.25 03:58:12.313109 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8555 | 2025.01.25 03:58:12.463373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8556 | 2025.01.25 03:58:12.464038 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8557 | 2025.01.25 03:58:12.464085 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8558 | 2025.01.25 03:58:12.464587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8559 | 2025.01.25 03:58:12.464837 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8560 | 2025.01.25 03:58:12.465024 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8561 | 2025.01.25 03:58:12.551885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1216 | ||
| 8562 | 2025.01.25 03:58:12.554966 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8563 | 2025.01.25 03:58:12.555022 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8564 | 2025.01.25 03:58:12.556502 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8565 | 2025.01.25 03:58:12.556828 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8566 | 2025.01.25 03:58:12.558313 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1216 | ||
| 8567 | 2025.01.25 03:58:13.728309 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8568 | 2025.01.25 03:58:13.751058 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8569 | 2025.01.25 03:58:13.751127 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8570 | 2025.01.25 03:58:13.758531 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8571 | 2025.01.25 03:58:13.759017 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8572 | 2025.01.25 03:58:13.759429 [ 259 ] {0098ff61-ed64-4301-b7a7-72f63bcb7f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8573 | 2025.01.25 03:58:13.759642 [ 259 ] {0098ff61-ed64-4301-b7a7-72f63bcb7f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8574 | 2025.01.25 03:58:13.760524 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8575 | 2025.01.25 03:58:13.763297 [ 259 ] {0098ff61-ed64-4301-b7a7-72f63bcb7f00} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8576 | 2025.01.25 03:58:13.763413 [ 259 ] {0098ff61-ed64-4301-b7a7-72f63bcb7f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8577 | 2025.01.25 03:58:13.764842 [ 259 ] {0098ff61-ed64-4301-b7a7-72f63bcb7f00} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8578 | 2025.01.25 03:58:13.765663 [ 259 ] {0098ff61-ed64-4301-b7a7-72f63bcb7f00} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8579 | 2025.01.25 03:58:13.766063 [ 35 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8580 | 2025.01.25 03:58:13.766283 [ 35 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8581 | 2025.01.25 03:58:13.766462 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8582 | 2025.01.25 03:58:13.767023 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 8583 | 2025.01.25 03:58:13.767480 [ 259 ] {0098ff61-ed64-4301-b7a7-72f63bcb7f00} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.008157 sec., 10052.715459114872 rows/sec., 850.50 KiB/sec. | ||
| 8584 | 2025.01.25 03:58:13.767766 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8585 | 2025.01.25 03:58:13.767948 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 8586 | 2025.01.25 03:58:13.768448 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 257 rows starting from the beginning of the part | ||
| 8587 | 2025.01.25 03:58:13.768684 [ 259 ] {0098ff61-ed64-4301-b7a7-72f63bcb7f00} <Debug> TCPHandler: Processed in 0.009837418 sec. | ||
| 8588 | 2025.01.25 03:58:13.769264 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8589 | 2025.01.25 03:58:13.769281 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1222 rows starting from the beginning of the part | ||
| 8590 | 2025.01.25 03:58:13.769897 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 8591 | 2025.01.25 03:58:13.769977 [ 260 ] {ea31905b-1a31-4983-8421-f66331578a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8592 | 2025.01.25 03:58:13.770300 [ 260 ] {ea31905b-1a31-4983-8421-f66331578a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8593 | 2025.01.25 03:58:13.770644 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 257 rows starting from the beginning of the part | ||
| 8594 | 2025.01.25 03:58:13.771231 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 8595 | 2025.01.25 03:58:13.775794 [ 260 ] {ea31905b-1a31-4983-8421-f66331578a7d} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8596 | 2025.01.25 03:58:13.775891 [ 260 ] {ea31905b-1a31-4983-8421-f66331578a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8597 | 2025.01.25 03:58:13.777767 [ 260 ] {ea31905b-1a31-4983-8421-f66331578a7d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8598 | 2025.01.25 03:58:13.778557 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.01193992 sec., 276886.27729499026 rows/sec., 24.18 MiB/sec. | ||
| 8599 | 2025.01.25 03:58:13.778910 [ 260 ] {ea31905b-1a31-4983-8421-f66331578a7d} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8600 | 2025.01.25 03:58:13.778974 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8601 | 2025.01.25 03:58:13.779805 [ 260 ] {ea31905b-1a31-4983-8421-f66331578a7d} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.010087 sec., 1288.787548329533 rows/sec., 96.91 KiB/sec. | ||
| 8602 | 2025.01.25 03:58:13.780012 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_66_13} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8603 | 2025.01.25 03:58:13.780216 [ 260 ] {ea31905b-1a31-4983-8421-f66331578a7d} <Debug> TCPHandler: Processed in 0.011314324 sec. | ||
| 8604 | 2025.01.25 03:58:13.780423 [ 190 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_66_13} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8605 | 2025.01.25 03:58:13.780697 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 8606 | 2025.01.25 03:58:13.780942 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8607 | 2025.01.25 03:58:13.781291 [ 259 ] {6ed6d94a-149b-45d4-9f60-7650f9081d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8608 | 2025.01.25 03:58:13.781440 [ 259 ] {6ed6d94a-149b-45d4-9f60-7650f9081d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8609 | 2025.01.25 03:58:13.783855 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8610 | 2025.01.25 03:58:13.784149 [ 259 ] {6ed6d94a-149b-45d4-9f60-7650f9081d72} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2025.01.25 03:58:13.784202 [ 259 ] {6ed6d94a-149b-45d4-9f60-7650f9081d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8612 | 2025.01.25 03:58:13.784617 [ 259 ] {6ed6d94a-149b-45d4-9f60-7650f9081d72} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8613 | 2025.01.25 03:58:13.784897 [ 259 ] {6ed6d94a-149b-45d4-9f60-7650f9081d72} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2025.01.25 03:58:13.785096 [ 35 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8615 | 2025.01.25 03:58:13.785154 [ 35 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8616 | 2025.01.25 03:58:13.785174 [ 259 ] {6ed6d94a-149b-45d4-9f60-7650f9081d72} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.004006 sec., 19221.168247628557 rows/sec., 1.50 MiB/sec. | ||
| 8617 | 2025.01.25 03:58:13.785194 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8618 | 2025.01.25 03:58:13.785420 [ 259 ] {6ed6d94a-149b-45d4-9f60-7650f9081d72} <Debug> TCPHandler: Processed in 0.005057262 sec. | ||
| 8619 | 2025.01.25 03:58:13.785519 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 8620 | 2025.01.25 03:58:13.785813 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8621 | 2025.01.25 03:58:13.785957 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8622 | 2025.01.25 03:58:13.786095 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
| 8623 | 2025.01.25 03:58:13.786352 [ 260 ] {f9a29799-6728-4268-8940-a75f07bc6fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8624 | 2025.01.25 03:58:13.786636 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 409 rows starting from the beginning of the part | ||
| 8625 | 2025.01.25 03:58:13.786707 [ 260 ] {f9a29799-6728-4268-8940-a75f07bc6fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8626 | 2025.01.25 03:58:13.787298 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 533 rows starting from the beginning of the part | ||
| 8627 | 2025.01.25 03:58:13.787653 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 8628 | 2025.01.25 03:58:13.788033 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 409 rows starting from the beginning of the part | ||
| 8629 | 2025.01.25 03:58:13.788383 [ 199 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 77 rows starting from the beginning of the part | ||
| 8630 | 2025.01.25 03:58:13.789641 [ 260 ] {f9a29799-6728-4268-8940-a75f07bc6fe1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8631 | 2025.01.25 03:58:13.789720 [ 260 ] {f9a29799-6728-4268-8940-a75f07bc6fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8632 | 2025.01.25 03:58:13.790899 [ 260 ] {f9a29799-6728-4268-8940-a75f07bc6fe1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8633 | 2025.01.25 03:58:13.791330 [ 260 ] {f9a29799-6728-4268-8940-a75f07bc6fe1} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8634 | 2025.01.25 03:58:13.791721 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8635 | 2025.01.25 03:58:13.791799 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2025.01.25 03:58:13.791792 [ 196 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.006453977 sec., 372793.3954521375 rows/sec., 28.58 MiB/sec. | ||
| 8637 | 2025.01.25 03:58:13.791838 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8638 | 2025.01.25 03:58:13.791872 [ 260 ] {f9a29799-6728-4268-8940-a75f07bc6fe1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005765 sec., 27753.686036426712 rows/sec., 1.93 MiB/sec. | ||
| 8639 | 2025.01.25 03:58:13.792164 [ 260 ] {f9a29799-6728-4268-8940-a75f07bc6fe1} <Debug> TCPHandler: Processed in 0.00660922 sec. | ||
| 8640 | 2025.01.25 03:58:13.792191 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 8641 | 2025.01.25 03:58:13.792281 [ 197 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8642 | 2025.01.25 03:58:13.792402 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8643 | 2025.01.25 03:58:13.792689 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8644 | 2025.01.25 03:58:13.792732 [ 259 ] {28021163-d717-4b63-8410-a4b47376b8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8645 | 2025.01.25 03:58:13.792781 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18269 rows starting from the beginning of the part | ||
| 8646 | 2025.01.25 03:58:13.793208 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part | ||
| 8647 | 2025.01.25 03:58:13.793266 [ 259 ] {28021163-d717-4b63-8410-a4b47376b8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8648 | 2025.01.25 03:58:13.793370 [ 197 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8649 | 2025.01.25 03:58:13.793777 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 952 rows starting from the beginning of the part | ||
| 8650 | 2025.01.25 03:58:13.793841 [ 197 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_66_13} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8651 | 2025.01.25 03:58:13.794331 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 8652 | 2025.01.25 03:58:13.794354 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 54 rows starting from the beginning of the part | ||
| 8653 | 2025.01.25 03:58:13.794767 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 8654 | 2025.01.25 03:58:13.795135 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 8655 | 2025.01.25 03:58:13.797691 [ 259 ] {28021163-d717-4b63-8410-a4b47376b8b6} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8656 | 2025.01.25 03:58:13.797737 [ 259 ] {28021163-d717-4b63-8410-a4b47376b8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8657 | 2025.01.25 03:58:13.799235 [ 259 ] {28021163-d717-4b63-8410-a4b47376b8b6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8658 | 2025.01.25 03:58:13.799760 [ 259 ] {28021163-d717-4b63-8410-a4b47376b8b6} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8659 | 2025.01.25 03:58:13.800030 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8660 | 2025.01.25 03:58:13.800102 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8661 | 2025.01.25 03:58:13.800151 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8662 | 2025.01.25 03:58:13.800194 [ 259 ] {28021163-d717-4b63-8410-a4b47376b8b6} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007559 sec., 1719.8042069056753 rows/sec., 3.08 MiB/sec. | ||
| 8663 | 2025.01.25 03:58:13.800715 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 8664 | 2025.01.25 03:58:13.801167 [ 259 ] {28021163-d717-4b63-8410-a4b47376b8b6} <Debug> TCPHandler: Processed in 0.008900326 sec. | ||
| 8665 | 2025.01.25 03:58:13.801446 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8666 | 2025.01.25 03:58:13.801734 [ 260 ] {88344ff1-aba2-4631-9a69-7854cd567c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8667 | 2025.01.25 03:58:13.801835 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8668 | 2025.01.25 03:58:13.801857 [ 260 ] {88344ff1-aba2-4631-9a69-7854cd567c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8669 | 2025.01.25 03:58:13.802090 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 862 rows starting from the beginning of the part | ||
| 8670 | 2025.01.25 03:58:13.803283 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 8671 | 2025.01.25 03:58:13.804540 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part | ||
| 8672 | 2025.01.25 03:58:13.804747 [ 260 ] {88344ff1-aba2-4631-9a69-7854cd567c17} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8673 | 2025.01.25 03:58:13.804858 [ 260 ] {88344ff1-aba2-4631-9a69-7854cd567c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8674 | 2025.01.25 03:58:13.805256 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19909 rows, containing 5 columns (5 merged, 0 gathered) in 0.013292052 sec., 1497812.3769001204 rows/sec., 101.16 MiB/sec. | ||
| 8675 | 2025.01.25 03:58:13.805892 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8676 | 2025.01.25 03:58:13.805900 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 8677 | 2025.01.25 03:58:13.806993 [ 260 ] {88344ff1-aba2-4631-9a69-7854cd567c17} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8678 | 2025.01.25 03:58:13.807145 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8679 | 2025.01.25 03:58:13.807239 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part | ||
| 8680 | 2025.01.25 03:58:13.807398 [ 198 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8681 | 2025.01.25 03:58:13.807668 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.24 MiB. | ||
| 8682 | 2025.01.25 03:58:13.807907 [ 260 ] {88344ff1-aba2-4631-9a69-7854cd567c17} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8683 | 2025.01.25 03:58:13.808248 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 8684 | 2025.01.25 03:58:13.808344 [ 35 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8685 | 2025.01.25 03:58:13.808451 [ 35 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8686 | 2025.01.25 03:58:13.808531 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8687 | 2025.01.25 03:58:13.808616 [ 260 ] {88344ff1-aba2-4631-9a69-7854cd567c17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006954 sec., 8628.127696289905 rows/sec., 595.43 KiB/sec. | ||
| 8688 | 2025.01.25 03:58:13.809158 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 8689 | 2025.01.25 03:58:13.809742 [ 260 ] {88344ff1-aba2-4631-9a69-7854cd567c17} <Debug> TCPHandler: Processed in 0.008426204 sec. | ||
| 8690 | 2025.01.25 03:58:13.809868 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8691 | 2025.01.25 03:58:13.810055 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3642 rows starting from the beginning of the part | ||
| 8692 | 2025.01.25 03:58:13.810371 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 8693 | 2025.01.25 03:58:13.810673 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part | ||
| 8694 | 2025.01.25 03:58:13.811038 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 20 rows starting from the beginning of the part | ||
| 8695 | 2025.01.25 03:58:13.811353 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
| 8696 | 2025.01.25 03:58:13.811731 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 8697 | 2025.01.25 03:58:13.814238 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3926 rows, containing 4 columns (4 merged, 0 gathered) in 0.005577766 sec., 703866.028083645 rows/sec., 45.98 MiB/sec. | ||
| 8698 | 2025.01.25 03:58:13.814772 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8699 | 2025.01.25 03:58:13.815437 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8700 | 2025.01.25 03:58:13.815664 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_66_13} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8701 | 2025.01.25 03:58:13.815841 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 8702 | 2025.01.25 03:58:13.819154 [ 193 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 955 rows, containing 19 columns (19 merged, 0 gathered) in 0.018907279 sec., 50509.647633591274 rows/sec., 90.51 MiB/sec. | ||
| 8703 | 2025.01.25 03:58:13.820149 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8704 | 2025.01.25 03:58:13.820586 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8705 | 2025.01.25 03:58:13.820679 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8706 | 2025.01.25 03:58:13.820835 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.17 MiB. | ||
| 8707 | 2025.01.25 03:58:14.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.04 MiB, peak 225.16 MiB, free memory in arenas 0.00 B, will set to 218.75 MiB (RSS), difference: 1.72 MiB | ||
| 8708 | 2025.01.25 03:58:18.764294 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8709 | 2025.01.25 03:58:18.764505 [ 259 ] {fd979e3b-fa94-4648-b623-7f242b2f2617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8710 | 2025.01.25 03:58:18.764579 [ 259 ] {fd979e3b-fa94-4648-b623-7f242b2f2617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8711 | 2025.01.25 03:58:18.765333 [ 259 ] {fd979e3b-fa94-4648-b623-7f242b2f2617} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8712 | 2025.01.25 03:58:18.765387 [ 259 ] {fd979e3b-fa94-4648-b623-7f242b2f2617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8713 | 2025.01.25 03:58:18.765834 [ 259 ] {fd979e3b-fa94-4648-b623-7f242b2f2617} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8714 | 2025.01.25 03:58:18.766088 [ 259 ] {fd979e3b-fa94-4648-b623-7f242b2f2617} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8715 | 2025.01.25 03:58:18.766338 [ 259 ] {fd979e3b-fa94-4648-b623-7f242b2f2617} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 8716 | 2025.01.25 03:58:18.766397 [ 259 ] {fd979e3b-fa94-4648-b623-7f242b2f2617} <Debug> TCPHandler: Processed in 0.002240084 sec. | ||
| 8717 | 2025.01.25 03:58:18.766640 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8718 | 2025.01.25 03:58:18.766839 [ 260 ] {cd436419-ec45-436d-8162-39d6570366a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8719 | 2025.01.25 03:58:18.766915 [ 260 ] {cd436419-ec45-436d-8162-39d6570366a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8720 | 2025.01.25 03:58:18.767667 [ 260 ] {cd436419-ec45-436d-8162-39d6570366a2} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8721 | 2025.01.25 03:58:18.767710 [ 260 ] {cd436419-ec45-436d-8162-39d6570366a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8722 | 2025.01.25 03:58:18.768144 [ 260 ] {cd436419-ec45-436d-8162-39d6570366a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8723 | 2025.01.25 03:58:18.768411 [ 260 ] {cd436419-ec45-436d-8162-39d6570366a2} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8724 | 2025.01.25 03:58:18.768642 [ 260 ] {cd436419-ec45-436d-8162-39d6570366a2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001851 sec., 1080.4970286331713 rows/sec., 88.11 KiB/sec. | ||
| 8725 | 2025.01.25 03:58:18.768730 [ 260 ] {cd436419-ec45-436d-8162-39d6570366a2} <Debug> TCPHandler: Processed in 0.002229614 sec. | ||
| 8726 | 2025.01.25 03:58:18.768878 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8727 | 2025.01.25 03:58:18.769018 [ 259 ] {e73081cf-296a-4625-97af-d15b067b9a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8728 | 2025.01.25 03:58:18.769079 [ 259 ] {e73081cf-296a-4625-97af-d15b067b9a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8729 | 2025.01.25 03:58:18.769906 [ 259 ] {e73081cf-296a-4625-97af-d15b067b9a32} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8730 | 2025.01.25 03:58:18.769947 [ 259 ] {e73081cf-296a-4625-97af-d15b067b9a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8731 | 2025.01.25 03:58:18.770338 [ 259 ] {e73081cf-296a-4625-97af-d15b067b9a32} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8732 | 2025.01.25 03:58:18.770583 [ 259 ] {e73081cf-296a-4625-97af-d15b067b9a32} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8733 | 2025.01.25 03:58:18.770792 [ 259 ] {e73081cf-296a-4625-97af-d15b067b9a32} <Debug> executeQuery: Read 258 rows, 23.08 KiB in 0.001805 sec., 142936.28808864267 rows/sec., 12.49 MiB/sec. | ||
| 8734 | 2025.01.25 03:58:18.770845 [ 259 ] {e73081cf-296a-4625-97af-d15b067b9a32} <Debug> TCPHandler: Processed in 0.002035249 sec. | ||
| 8735 | 2025.01.25 03:58:18.770993 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8736 | 2025.01.25 03:58:18.771127 [ 260 ] {1e5824a0-b313-49d4-9afb-235fff9a3684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8737 | 2025.01.25 03:58:18.771182 [ 260 ] {1e5824a0-b313-49d4-9afb-235fff9a3684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8738 | 2025.01.25 03:58:18.771796 [ 260 ] {1e5824a0-b313-49d4-9afb-235fff9a3684} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2025.01.25 03:58:18.771835 [ 260 ] {1e5824a0-b313-49d4-9afb-235fff9a3684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8740 | 2025.01.25 03:58:18.772210 [ 260 ] {1e5824a0-b313-49d4-9afb-235fff9a3684} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8741 | 2025.01.25 03:58:18.772450 [ 260 ] {1e5824a0-b313-49d4-9afb-235fff9a3684} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2025.01.25 03:58:18.772632 [ 260 ] {1e5824a0-b313-49d4-9afb-235fff9a3684} <Debug> executeQuery: Read 36 rows, 2.63 KiB in 0.001536 sec., 23437.5 rows/sec., 1.67 MiB/sec. | ||
| 8743 | 2025.01.25 03:58:18.772691 [ 260 ] {1e5824a0-b313-49d4-9afb-235fff9a3684} <Debug> TCPHandler: Processed in 0.001758543 sec. | ||
| 8744 | 2025.01.25 03:58:18.772839 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8745 | 2025.01.25 03:58:18.772958 [ 259 ] {046c39c3-83b7-48fd-9e63-6b4d349e9337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8746 | 2025.01.25 03:58:18.773007 [ 259 ] {046c39c3-83b7-48fd-9e63-6b4d349e9337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8747 | 2025.01.25 03:58:18.773587 [ 259 ] {046c39c3-83b7-48fd-9e63-6b4d349e9337} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8748 | 2025.01.25 03:58:18.773626 [ 259 ] {046c39c3-83b7-48fd-9e63-6b4d349e9337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8749 | 2025.01.25 03:58:18.773985 [ 259 ] {046c39c3-83b7-48fd-9e63-6b4d349e9337} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8750 | 2025.01.25 03:58:18.774234 [ 259 ] {046c39c3-83b7-48fd-9e63-6b4d349e9337} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8751 | 2025.01.25 03:58:18.774409 [ 27 ] {} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8752 | 2025.01.25 03:58:18.774468 [ 27 ] {} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8753 | 2025.01.25 03:58:18.774485 [ 259 ] {046c39c3-83b7-48fd-9e63-6b4d349e9337} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001542 sec., 9079.11802853437 rows/sec., 635.84 KiB/sec. | ||
| 8754 | 2025.01.25 03:58:18.774502 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8755 | 2025.01.25 03:58:18.774644 [ 259 ] {046c39c3-83b7-48fd-9e63-6b4d349e9337} <Debug> TCPHandler: Processed in 0.001862755 sec. | ||
| 8756 | 2025.01.25 03:58:18.774821 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 8757 | 2025.01.25 03:58:18.774840 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8758 | 2025.01.25 03:58:18.775094 [ 260 ] {bd1108fa-00af-46e8-a9c9-99fe8e060a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8759 | 2025.01.25 03:58:18.775123 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8760 | 2025.01.25 03:58:18.775179 [ 260 ] {bd1108fa-00af-46e8-a9c9-99fe8e060a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8761 | 2025.01.25 03:58:18.775199 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
| 8762 | 2025.01.25 03:58:18.775569 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 8763 | 2025.01.25 03:58:18.775947 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 8764 | 2025.01.25 03:58:18.776344 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 228 rows starting from the beginning of the part | ||
| 8765 | 2025.01.25 03:58:18.776722 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 8766 | 2025.01.25 03:58:18.777046 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 8767 | 2025.01.25 03:58:18.777918 [ 260 ] {bd1108fa-00af-46e8-a9c9-99fe8e060a31} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8768 | 2025.01.25 03:58:18.777978 [ 260 ] {bd1108fa-00af-46e8-a9c9-99fe8e060a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8769 | 2025.01.25 03:58:18.778905 [ 260 ] {bd1108fa-00af-46e8-a9c9-99fe8e060a31} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8770 | 2025.01.25 03:58:18.779379 [ 260 ] {bd1108fa-00af-46e8-a9c9-99fe8e060a31} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8771 | 2025.01.25 03:58:18.780117 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005473792 sec., 96094.26152838836 rows/sec., 6.88 MiB/sec. | ||
| 8772 | 2025.01.25 03:58:18.780209 [ 260 ] {bd1108fa-00af-46e8-a9c9-99fe8e060a31} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005148 sec., 2525.252525252525 rows/sec., 157.45 KiB/sec. | ||
| 8773 | 2025.01.25 03:58:18.780453 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8774 | 2025.01.25 03:58:18.780606 [ 260 ] {bd1108fa-00af-46e8-a9c9-99fe8e060a31} <Debug> TCPHandler: Processed in 0.005859482 sec. | ||
| 8775 | 2025.01.25 03:58:18.780828 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8776 | 2025.01.25 03:58:18.781003 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_36_7} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8777 | 2025.01.25 03:58:18.781041 [ 259 ] {578b9a2c-1421-44f7-af5f-b480fbc30648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8778 | 2025.01.25 03:58:18.781136 [ 259 ] {578b9a2c-1421-44f7-af5f-b480fbc30648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8779 | 2025.01.25 03:58:18.781157 [ 192 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_36_7} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8780 | 2025.01.25 03:58:18.781357 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 8781 | 2025.01.25 03:58:18.782087 [ 259 ] {578b9a2c-1421-44f7-af5f-b480fbc30648} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8782 | 2025.01.25 03:58:18.782131 [ 259 ] {578b9a2c-1421-44f7-af5f-b480fbc30648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8783 | 2025.01.25 03:58:18.782515 [ 259 ] {578b9a2c-1421-44f7-af5f-b480fbc30648} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8784 | 2025.01.25 03:58:18.782761 [ 259 ] {578b9a2c-1421-44f7-af5f-b480fbc30648} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8785 | 2025.01.25 03:58:18.782982 [ 259 ] {578b9a2c-1421-44f7-af5f-b480fbc30648} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.001994 sec., 206118.3550651956 rows/sec., 14.70 MiB/sec. | ||
| 8786 | 2025.01.25 03:58:18.783037 [ 259 ] {578b9a2c-1421-44f7-af5f-b480fbc30648} <Debug> TCPHandler: Processed in 0.002292426 sec. | ||
| 8787 | 2025.01.25 03:58:18.783195 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8788 | 2025.01.25 03:58:18.783337 [ 260 ] {953052a5-ee48-4fba-9ed9-0a6c7ecee1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8789 | 2025.01.25 03:58:18.783399 [ 260 ] {953052a5-ee48-4fba-9ed9-0a6c7ecee1e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8790 | 2025.01.25 03:58:18.783958 [ 260 ] {953052a5-ee48-4fba-9ed9-0a6c7ecee1e8} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8791 | 2025.01.25 03:58:18.784000 [ 260 ] {953052a5-ee48-4fba-9ed9-0a6c7ecee1e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8792 | 2025.01.25 03:58:18.784374 [ 260 ] {953052a5-ee48-4fba-9ed9-0a6c7ecee1e8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8793 | 2025.01.25 03:58:18.784609 [ 260 ] {953052a5-ee48-4fba-9ed9-0a6c7ecee1e8} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8794 | 2025.01.25 03:58:18.784831 [ 260 ] {953052a5-ee48-4fba-9ed9-0a6c7ecee1e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 8795 | 2025.01.25 03:58:18.784951 [ 260 ] {953052a5-ee48-4fba-9ed9-0a6c7ecee1e8} <Debug> TCPHandler: Processed in 0.001824654 sec. | ||
| 8796 | 2025.01.25 03:58:18.785113 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8797 | 2025.01.25 03:58:18.785254 [ 259 ] {9a4374bb-b6ac-4beb-9c82-7f8db8d1fa9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8798 | 2025.01.25 03:58:18.785317 [ 259 ] {9a4374bb-b6ac-4beb-9c82-7f8db8d1fa9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8799 | 2025.01.25 03:58:18.785996 [ 259 ] {9a4374bb-b6ac-4beb-9c82-7f8db8d1fa9e} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2025.01.25 03:58:18.786035 [ 259 ] {9a4374bb-b6ac-4beb-9c82-7f8db8d1fa9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8801 | 2025.01.25 03:58:18.786443 [ 259 ] {9a4374bb-b6ac-4beb-9c82-7f8db8d1fa9e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8802 | 2025.01.25 03:58:18.786678 [ 259 ] {9a4374bb-b6ac-4beb-9c82-7f8db8d1fa9e} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): 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.25 03:58:18.786890 [ 259 ] {9a4374bb-b6ac-4beb-9c82-7f8db8d1fa9e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001669 sec., 142600.35949670462 rows/sec., 9.56 MiB/sec. | ||
| 8804 | 2025.01.25 03:58:18.786943 [ 259 ] {9a4374bb-b6ac-4beb-9c82-7f8db8d1fa9e} <Debug> TCPHandler: Processed in 0.001898826 sec. | ||
| 8805 | 2025.01.25 03:58:18.787111 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8806 | 2025.01.25 03:58:18.787250 [ 260 ] {7229b670-66c6-4af5-9e5f-f631f264b24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8807 | 2025.01.25 03:58:18.787313 [ 260 ] {7229b670-66c6-4af5-9e5f-f631f264b24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8808 | 2025.01.25 03:58:18.787861 [ 260 ] {7229b670-66c6-4af5-9e5f-f631f264b24c} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8809 | 2025.01.25 03:58:18.787903 [ 260 ] {7229b670-66c6-4af5-9e5f-f631f264b24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8810 | 2025.01.25 03:58:18.788272 [ 260 ] {7229b670-66c6-4af5-9e5f-f631f264b24c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8811 | 2025.01.25 03:58:18.788504 [ 260 ] {7229b670-66c6-4af5-9e5f-f631f264b24c} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8812 | 2025.01.25 03:58:18.788797 [ 260 ] {7229b670-66c6-4af5-9e5f-f631f264b24c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001578 sec., 633.7135614702155 rows/sec., 42.70 KiB/sec. | ||
| 8813 | 2025.01.25 03:58:18.789177 [ 260 ] {7229b670-66c6-4af5-9e5f-f631f264b24c} <Debug> TCPHandler: Processed in 0.002130612 sec. | ||
| 8814 | 2025.01.25 03:58:18.789613 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8815 | 2025.01.25 03:58:18.789794 [ 259 ] {3eba9ace-db70-4bb8-af27-ca452227d4d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8816 | 2025.01.25 03:58:18.789887 [ 259 ] {3eba9ace-db70-4bb8-af27-ca452227d4d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8817 | 2025.01.25 03:58:18.791021 [ 259 ] {3eba9ace-db70-4bb8-af27-ca452227d4d5} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8818 | 2025.01.25 03:58:18.791063 [ 259 ] {3eba9ace-db70-4bb8-af27-ca452227d4d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8819 | 2025.01.25 03:58:18.791699 [ 259 ] {3eba9ace-db70-4bb8-af27-ca452227d4d5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8820 | 2025.01.25 03:58:18.791959 [ 259 ] {3eba9ace-db70-4bb8-af27-ca452227d4d5} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8821 | 2025.01.25 03:58:18.792197 [ 259 ] {3eba9ace-db70-4bb8-af27-ca452227d4d5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002433 sec., 11097.410604192355 rows/sec., 19.89 MiB/sec. | ||
| 8822 | 2025.01.25 03:58:18.792289 [ 259 ] {3eba9ace-db70-4bb8-af27-ca452227d4d5} <Debug> TCPHandler: Processed in 0.002978412 sec. | ||
| 8823 | 2025.01.25 03:58:18.792457 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8824 | 2025.01.25 03:58:18.792595 [ 260 ] {ac7680a4-3901-4ceb-8680-0ab8b9355e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8825 | 2025.01.25 03:58:18.792655 [ 260 ] {ac7680a4-3901-4ceb-8680-0ab8b9355e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8826 | 2025.01.25 03:58:18.793186 [ 260 ] {ac7680a4-3901-4ceb-8680-0ab8b9355e37} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8827 | 2025.01.25 03:58:18.793226 [ 260 ] {ac7680a4-3901-4ceb-8680-0ab8b9355e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8828 | 2025.01.25 03:58:18.793596 [ 260 ] {ac7680a4-3901-4ceb-8680-0ab8b9355e37} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8829 | 2025.01.25 03:58:18.793833 [ 260 ] {ac7680a4-3901-4ceb-8680-0ab8b9355e37} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8830 | 2025.01.25 03:58:18.794045 [ 260 ] {ac7680a4-3901-4ceb-8680-0ab8b9355e37} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00148 sec., 55405.40540540541 rows/sec., 3.52 MiB/sec. | ||
| 8831 | 2025.01.25 03:58:18.794099 [ 260 ] {ac7680a4-3901-4ceb-8680-0ab8b9355e37} <Debug> TCPHandler: Processed in 0.001712481 sec. | ||
| 8832 | 2025.01.25 03:58:19.966143 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8833 | 2025.01.25 03:58:19.966825 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8834 | 2025.01.25 03:58:19.966873 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8835 | 2025.01.25 03:58:19.967376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8836 | 2025.01.25 03:58:19.967632 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2025.01.25 03:58:19.967886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8838 | 2025.01.25 03:58:19.967898 [ 26 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8839 | 2025.01.25 03:58:19.967993 [ 26 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2025.01.25 03:58:19.968020 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8841 | 2025.01.25 03:58:19.968286 [ 193 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 8842 | 2025.01.25 03:58:19.968916 [ 193 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8843 | 2025.01.25 03:58:19.969077 [ 193 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 8844 | 2025.01.25 03:58:19.969617 [ 193 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 8845 | 2025.01.25 03:58:19.969945 [ 193 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 8846 | 2025.01.25 03:58:19.970053 [ 193 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 8847 | 2025.01.25 03:58:19.970279 [ 193 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 8848 | 2025.01.25 03:58:19.970449 [ 193 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 8849 | 2025.01.25 03:58:19.972844 [ 188 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004733574 sec., 3969093.965785683 rows/sec., 56.78 MiB/sec. | ||
| 8850 | 2025.01.25 03:58:19.973109 [ 189 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8851 | 2025.01.25 03:58:19.973461 [ 189 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8852 | 2025.01.25 03:58:19.973559 [ 189 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_41_8} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8853 | 2025.01.25 03:58:19.973675 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8854 | 2025.01.25 03:58:21.284901 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8855 | 2025.01.25 03:58:21.306896 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8856 | 2025.01.25 03:58:21.306957 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8857 | 2025.01.25 03:58:21.314268 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8858 | 2025.01.25 03:58:21.315034 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8859 | 2025.01.25 03:58:21.315393 [ 46 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8860 | 2025.01.25 03:58:21.315530 [ 46 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8861 | 2025.01.25 03:58:21.315609 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8862 | 2025.01.25 03:58:21.316034 [ 186 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 8863 | 2025.01.25 03:58:21.331519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8864 | 2025.01.25 03:58:21.333143 [ 186 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8865 | 2025.01.25 03:58:21.334762 [ 186 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 8866 | 2025.01.25 03:58:21.340993 [ 186 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 8867 | 2025.01.25 03:58:21.347142 [ 186 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 8868 | 2025.01.25 03:58:21.353126 [ 186 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 8869 | 2025.01.25 03:58:21.358965 [ 186 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 8870 | 2025.01.25 03:58:21.363495 [ 186 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 8871 | 2025.01.25 03:58:21.425074 [ 188 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.109318092 sec., 2826.6135490180345 rows/sec., 14.62 MiB/sec. | ||
| 8872 | 2025.01.25 03:58:21.428163 [ 188 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8873 | 2025.01.25 03:58:21.431125 [ 188 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_41_8} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8874 | 2025.01.25 03:58:21.431251 [ 188 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_41_8} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8875 | 2025.01.25 03:58:21.433532 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.99 MiB. | ||
| 8876 | 2025.01.25 03:58:22.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.86 MiB, peak 233.26 MiB, free memory in arenas 0.00 B, will set to 221.00 MiB (RSS), difference: 1.14 MiB | ||
| 8877 | 2025.01.25 03:58:22.559471 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1252 | ||
| 8878 | 2025.01.25 03:58:22.562637 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2025.01.25 03:58:22.562685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8880 | 2025.01.25 03:58:22.564150 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8881 | 2025.01.25 03:58:22.564454 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2025.01.25 03:58:22.564996 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1252 | ||
| 8883 | 2025.01.25 03:58:23.758060 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8884 | 2025.01.25 03:58:23.758287 [ 259 ] {331a4c0d-8a3d-4938-80fa-d889efc684bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8885 | 2025.01.25 03:58:23.758381 [ 259 ] {331a4c0d-8a3d-4938-80fa-d889efc684bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8886 | 2025.01.25 03:58:23.759249 [ 259 ] {331a4c0d-8a3d-4938-80fa-d889efc684bf} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8887 | 2025.01.25 03:58:23.759293 [ 259 ] {331a4c0d-8a3d-4938-80fa-d889efc684bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8888 | 2025.01.25 03:58:23.759737 [ 259 ] {331a4c0d-8a3d-4938-80fa-d889efc684bf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8889 | 2025.01.25 03:58:23.759992 [ 259 ] {331a4c0d-8a3d-4938-80fa-d889efc684bf} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8890 | 2025.01.25 03:58:23.760191 [ 259 ] {331a4c0d-8a3d-4938-80fa-d889efc684bf} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001966 sec., 41709.05391658189 rows/sec., 3.45 MiB/sec. | ||
| 8891 | 2025.01.25 03:58:23.760247 [ 259 ] {331a4c0d-8a3d-4938-80fa-d889efc684bf} <Debug> TCPHandler: Processed in 0.002344887 sec. | ||
| 8892 | 2025.01.25 03:58:23.760510 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8893 | 2025.01.25 03:58:23.760728 [ 260 ] {c5d19179-b42a-46a6-90e9-40d7df4c83b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8894 | 2025.01.25 03:58:23.760818 [ 260 ] {c5d19179-b42a-46a6-90e9-40d7df4c83b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8895 | 2025.01.25 03:58:23.761604 [ 260 ] {c5d19179-b42a-46a6-90e9-40d7df4c83b3} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8896 | 2025.01.25 03:58:23.761657 [ 260 ] {c5d19179-b42a-46a6-90e9-40d7df4c83b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8897 | 2025.01.25 03:58:23.762107 [ 260 ] {c5d19179-b42a-46a6-90e9-40d7df4c83b3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8898 | 2025.01.25 03:58:23.762364 [ 260 ] {c5d19179-b42a-46a6-90e9-40d7df4c83b3} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8899 | 2025.01.25 03:58:23.762578 [ 101 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8900 | 2025.01.25 03:58:23.762646 [ 260 ] {c5d19179-b42a-46a6-90e9-40d7df4c83b3} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001973 sec., 6588.950836289914 rows/sec., 495.46 KiB/sec. | ||
| 8901 | 2025.01.25 03:58:23.762653 [ 101 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8902 | 2025.01.25 03:58:23.762738 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8903 | 2025.01.25 03:58:23.762793 [ 260 ] {c5d19179-b42a-46a6-90e9-40d7df4c83b3} <Debug> TCPHandler: Processed in 0.002438859 sec. | ||
| 8904 | 2025.01.25 03:58:23.763096 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8905 | 2025.01.25 03:58:23.763189 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 8906 | 2025.01.25 03:58:23.763388 [ 259 ] {edf6972b-7cf2-4011-9bd7-edbf025c8bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8907 | 2025.01.25 03:58:23.763733 [ 259 ] {edf6972b-7cf2-4011-9bd7-edbf025c8bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8908 | 2025.01.25 03:58:23.763789 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8909 | 2025.01.25 03:58:23.763962 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 65 rows starting from the beginning of the part | ||
| 8910 | 2025.01.25 03:58:23.764255 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 8911 | 2025.01.25 03:58:23.764562 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 8912 | 2025.01.25 03:58:23.764835 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 8913 | 2025.01.25 03:58:23.765160 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 8914 | 2025.01.25 03:58:23.765449 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 8915 | 2025.01.25 03:58:23.767034 [ 259 ] {edf6972b-7cf2-4011-9bd7-edbf025c8bdc} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8916 | 2025.01.25 03:58:23.767112 [ 259 ] {edf6972b-7cf2-4011-9bd7-edbf025c8bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8917 | 2025.01.25 03:58:23.768199 [ 259 ] {edf6972b-7cf2-4011-9bd7-edbf025c8bdc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8918 | 2025.01.25 03:58:23.768501 [ 194 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005650587 sec., 30793.260947933373 rows/sec., 2.32 MiB/sec. | ||
| 8919 | 2025.01.25 03:58:23.768702 [ 259 ] {edf6972b-7cf2-4011-9bd7-edbf025c8bdc} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8920 | 2025.01.25 03:58:23.768787 [ 194 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8921 | 2025.01.25 03:58:23.769239 [ 259 ] {edf6972b-7cf2-4011-9bd7-edbf025c8bdc} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00591 sec., 13028.76480541455 rows/sec., 1.02 MiB/sec. | ||
| 8922 | 2025.01.25 03:58:23.769665 [ 259 ] {edf6972b-7cf2-4011-9bd7-edbf025c8bdc} <Debug> TCPHandler: Processed in 0.006760504 sec. | ||
| 8923 | 2025.01.25 03:58:23.769965 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8924 | 2025.01.25 03:58:23.769971 [ 194 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_56_11} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2025.01.25 03:58:23.770177 [ 260 ] {b020a40a-76b6-4fb1-b1bb-f2acc1064455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8926 | 2025.01.25 03:58:23.770182 [ 194 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_56_11} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8927 | 2025.01.25 03:58:23.770239 [ 260 ] {b020a40a-76b6-4fb1-b1bb-f2acc1064455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8928 | 2025.01.25 03:58:23.770338 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8929 | 2025.01.25 03:58:23.770863 [ 260 ] {b020a40a-76b6-4fb1-b1bb-f2acc1064455} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8930 | 2025.01.25 03:58:23.770902 [ 260 ] {b020a40a-76b6-4fb1-b1bb-f2acc1064455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8931 | 2025.01.25 03:58:23.771406 [ 260 ] {b020a40a-76b6-4fb1-b1bb-f2acc1064455} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8932 | 2025.01.25 03:58:23.771755 [ 260 ] {b020a40a-76b6-4fb1-b1bb-f2acc1064455} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8933 | 2025.01.25 03:58:23.772033 [ 260 ] {b020a40a-76b6-4fb1-b1bb-f2acc1064455} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001896 sec., 84388.18565400844 rows/sec., 5.88 MiB/sec. | ||
| 8934 | 2025.01.25 03:58:23.772109 [ 260 ] {b020a40a-76b6-4fb1-b1bb-f2acc1064455} <Debug> TCPHandler: Processed in 0.002302136 sec. | ||
| 8935 | 2025.01.25 03:58:23.772256 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8936 | 2025.01.25 03:58:23.772377 [ 259 ] {89c1ca14-cc84-4d0f-8b91-38803684095e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8937 | 2025.01.25 03:58:23.772464 [ 259 ] {89c1ca14-cc84-4d0f-8b91-38803684095e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8938 | 2025.01.25 03:58:23.773626 [ 259 ] {89c1ca14-cc84-4d0f-8b91-38803684095e} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8939 | 2025.01.25 03:58:23.773665 [ 259 ] {89c1ca14-cc84-4d0f-8b91-38803684095e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8940 | 2025.01.25 03:58:23.774351 [ 259 ] {89c1ca14-cc84-4d0f-8b91-38803684095e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8941 | 2025.01.25 03:58:23.774636 [ 259 ] {89c1ca14-cc84-4d0f-8b91-38803684095e} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8942 | 2025.01.25 03:58:23.774846 [ 259 ] {89c1ca14-cc84-4d0f-8b91-38803684095e} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002495 sec., 5210.420841683367 rows/sec., 9.34 MiB/sec. | ||
| 8943 | 2025.01.25 03:58:23.774942 [ 259 ] {89c1ca14-cc84-4d0f-8b91-38803684095e} <Debug> TCPHandler: Processed in 0.002742437 sec. | ||
| 8944 | 2025.01.25 03:58:23.775094 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8945 | 2025.01.25 03:58:23.775225 [ 260 ] {be0f4681-d5ac-4cf8-b2cc-c11aa29491ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8946 | 2025.01.25 03:58:23.775280 [ 260 ] {be0f4681-d5ac-4cf8-b2cc-c11aa29491ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8947 | 2025.01.25 03:58:23.775796 [ 260 ] {be0f4681-d5ac-4cf8-b2cc-c11aa29491ca} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8948 | 2025.01.25 03:58:23.775838 [ 260 ] {be0f4681-d5ac-4cf8-b2cc-c11aa29491ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8949 | 2025.01.25 03:58:23.776230 [ 260 ] {be0f4681-d5ac-4cf8-b2cc-c11aa29491ca} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8950 | 2025.01.25 03:58:23.776487 [ 260 ] {be0f4681-d5ac-4cf8-b2cc-c11aa29491ca} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8951 | 2025.01.25 03:58:23.776702 [ 260 ] {be0f4681-d5ac-4cf8-b2cc-c11aa29491ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 8952 | 2025.01.25 03:58:23.776754 [ 260 ] {be0f4681-d5ac-4cf8-b2cc-c11aa29491ca} <Debug> TCPHandler: Processed in 0.001719992 sec. | ||
| 8953 | 2025.01.25 03:58:27.313175 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8954 | 2025.01.25 03:58:27.313247 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8955 | 2025.01.25 03:58:27.468975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8956 | 2025.01.25 03:58:27.469646 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2025.01.25 03:58:27.469693 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8958 | 2025.01.25 03:58:27.470229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8959 | 2025.01.25 03:58:27.470483 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8960 | 2025.01.25 03:58:27.470724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8961 | 2025.01.25 03:58:28.764081 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2025.01.25 03:58:28.764277 [ 259 ] {7da53f95-5b1b-49f3-a88f-54732b82d233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8963 | 2025.01.25 03:58:28.764352 [ 259 ] {7da53f95-5b1b-49f3-a88f-54732b82d233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8964 | 2025.01.25 03:58:28.765152 [ 259 ] {7da53f95-5b1b-49f3-a88f-54732b82d233} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8965 | 2025.01.25 03:58:28.765201 [ 259 ] {7da53f95-5b1b-49f3-a88f-54732b82d233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8966 | 2025.01.25 03:58:28.765642 [ 259 ] {7da53f95-5b1b-49f3-a88f-54732b82d233} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8967 | 2025.01.25 03:58:28.765899 [ 259 ] {7da53f95-5b1b-49f3-a88f-54732b82d233} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2025.01.25 03:58:28.766132 [ 259 ] {7da53f95-5b1b-49f3-a88f-54732b82d233} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec. | ||
| 8969 | 2025.01.25 03:58:28.766274 [ 259 ] {7da53f95-5b1b-49f3-a88f-54732b82d233} <Debug> TCPHandler: Processed in 0.002325706 sec. | ||
| 8970 | 2025.01.25 03:58:28.766561 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8971 | 2025.01.25 03:58:28.766753 [ 260 ] {655df1d2-9c9b-4087-b150-75284eac7106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8972 | 2025.01.25 03:58:28.766825 [ 260 ] {655df1d2-9c9b-4087-b150-75284eac7106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8973 | 2025.01.25 03:58:28.767694 [ 260 ] {655df1d2-9c9b-4087-b150-75284eac7106} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8974 | 2025.01.25 03:58:28.767739 [ 260 ] {655df1d2-9c9b-4087-b150-75284eac7106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8975 | 2025.01.25 03:58:28.768194 [ 260 ] {655df1d2-9c9b-4087-b150-75284eac7106} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8976 | 2025.01.25 03:58:28.768445 [ 260 ] {655df1d2-9c9b-4087-b150-75284eac7106} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8977 | 2025.01.25 03:58:28.768672 [ 260 ] {655df1d2-9c9b-4087-b150-75284eac7106} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.001973 sec., 130258.48960973138 rows/sec., 11.39 MiB/sec. | ||
| 8978 | 2025.01.25 03:58:28.768728 [ 260 ] {655df1d2-9c9b-4087-b150-75284eac7106} <Debug> TCPHandler: Processed in 0.002305986 sec. | ||
| 8979 | 2025.01.25 03:58:28.768904 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8980 | 2025.01.25 03:58:28.769053 [ 259 ] {d8422558-417f-434a-9a92-f36b75b14953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8981 | 2025.01.25 03:58:28.769114 [ 259 ] {d8422558-417f-434a-9a92-f36b75b14953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8982 | 2025.01.25 03:58:28.769818 [ 259 ] {d8422558-417f-434a-9a92-f36b75b14953} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8983 | 2025.01.25 03:58:28.769864 [ 259 ] {d8422558-417f-434a-9a92-f36b75b14953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8984 | 2025.01.25 03:58:28.770274 [ 259 ] {d8422558-417f-434a-9a92-f36b75b14953} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8985 | 2025.01.25 03:58:28.770521 [ 259 ] {d8422558-417f-434a-9a92-f36b75b14953} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2025.01.25 03:58:28.770720 [ 259 ] {d8422558-417f-434a-9a92-f36b75b14953} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001702 sec., 19976.498237367803 rows/sec., 1.43 MiB/sec. | ||
| 8987 | 2025.01.25 03:58:28.770784 [ 259 ] {d8422558-417f-434a-9a92-f36b75b14953} <Debug> TCPHandler: Processed in 0.001949008 sec. | ||
| 8988 | 2025.01.25 03:58:28.770977 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8989 | 2025.01.25 03:58:28.771112 [ 260 ] {a0660a5c-645f-4e05-b0a6-905ee216ad46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8990 | 2025.01.25 03:58:28.771162 [ 260 ] {a0660a5c-645f-4e05-b0a6-905ee216ad46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8991 | 2025.01.25 03:58:28.771840 [ 260 ] {a0660a5c-645f-4e05-b0a6-905ee216ad46} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8992 | 2025.01.25 03:58:28.771887 [ 260 ] {a0660a5c-645f-4e05-b0a6-905ee216ad46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8993 | 2025.01.25 03:58:28.772286 [ 260 ] {a0660a5c-645f-4e05-b0a6-905ee216ad46} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8994 | 2025.01.25 03:58:28.772520 [ 260 ] {a0660a5c-645f-4e05-b0a6-905ee216ad46} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8995 | 2025.01.25 03:58:28.772722 [ 260 ] {a0660a5c-645f-4e05-b0a6-905ee216ad46} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001635 sec., 8562.691131498472 rows/sec., 599.68 KiB/sec. | ||
| 8996 | 2025.01.25 03:58:28.772773 [ 260 ] {a0660a5c-645f-4e05-b0a6-905ee216ad46} <Debug> TCPHandler: Processed in 0.001890566 sec. | ||
| 8997 | 2025.01.25 03:58:28.772913 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8998 | 2025.01.25 03:58:28.773034 [ 259 ] {702628f0-9a4e-4922-ae85-59bc897e49c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8999 | 2025.01.25 03:58:28.773086 [ 259 ] {702628f0-9a4e-4922-ae85-59bc897e49c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9000 | 2025.01.25 03:58:28.773776 [ 259 ] {702628f0-9a4e-4922-ae85-59bc897e49c3} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2025.01.25 03:58:28.773823 [ 259 ] {702628f0-9a4e-4922-ae85-59bc897e49c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9002 | 2025.01.25 03:58:28.774230 [ 259 ] {702628f0-9a4e-4922-ae85-59bc897e49c3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9003 | 2025.01.25 03:58:28.774474 [ 259 ] {702628f0-9a4e-4922-ae85-59bc897e49c3} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9004 | 2025.01.25 03:58:28.774651 [ 259 ] {702628f0-9a4e-4922-ae85-59bc897e49c3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001644 sec., 7907.542579075425 rows/sec., 493.03 KiB/sec. | ||
| 9005 | 2025.01.25 03:58:28.774706 [ 259 ] {702628f0-9a4e-4922-ae85-59bc897e49c3} <Debug> TCPHandler: Processed in 0.001847885 sec. | ||
| 9006 | 2025.01.25 03:58:28.774860 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9007 | 2025.01.25 03:58:28.774978 [ 260 ] {de8bf02d-82e5-4223-9932-6ece75ddb9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9008 | 2025.01.25 03:58:28.775027 [ 260 ] {de8bf02d-82e5-4223-9932-6ece75ddb9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9009 | 2025.01.25 03:58:28.775734 [ 260 ] {de8bf02d-82e5-4223-9932-6ece75ddb9c3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9010 | 2025.01.25 03:58:28.775774 [ 260 ] {de8bf02d-82e5-4223-9932-6ece75ddb9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9011 | 2025.01.25 03:58:28.776154 [ 260 ] {de8bf02d-82e5-4223-9932-6ece75ddb9c3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9012 | 2025.01.25 03:58:28.776404 [ 260 ] {de8bf02d-82e5-4223-9932-6ece75ddb9c3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): 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.25 03:58:28.776614 [ 260 ] {de8bf02d-82e5-4223-9932-6ece75ddb9c3} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001659 sec., 246534.05666063892 rows/sec., 17.57 MiB/sec. | ||
| 9014 | 2025.01.25 03:58:28.776681 [ 260 ] {de8bf02d-82e5-4223-9932-6ece75ddb9c3} <Debug> TCPHandler: Processed in 0.001877346 sec. | ||
| 9015 | 2025.01.25 03:58:28.776917 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9016 | 2025.01.25 03:58:28.777086 [ 259 ] {11f6460c-3b52-4209-96c0-fa1f8e664b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9017 | 2025.01.25 03:58:28.777147 [ 259 ] {11f6460c-3b52-4209-96c0-fa1f8e664b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9018 | 2025.01.25 03:58:28.777655 [ 259 ] {11f6460c-3b52-4209-96c0-fa1f8e664b58} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9019 | 2025.01.25 03:58:28.777697 [ 259 ] {11f6460c-3b52-4209-96c0-fa1f8e664b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9020 | 2025.01.25 03:58:28.778205 [ 259 ] {11f6460c-3b52-4209-96c0-fa1f8e664b58} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9021 | 2025.01.25 03:58:28.778443 [ 259 ] {11f6460c-3b52-4209-96c0-fa1f8e664b58} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9022 | 2025.01.25 03:58:28.778664 [ 259 ] {11f6460c-3b52-4209-96c0-fa1f8e664b58} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001607 sec., 3733.66521468575 rows/sec., 195.07 KiB/sec. | ||
| 9023 | 2025.01.25 03:58:28.778856 [ 259 ] {11f6460c-3b52-4209-96c0-fa1f8e664b58} <Debug> TCPHandler: Processed in 0.002083641 sec. | ||
| 9024 | 2025.01.25 03:58:28.779034 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9025 | 2025.01.25 03:58:28.779147 [ 260 ] {dd6e480d-91a8-4dfb-b280-0a7ad5f4df53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9026 | 2025.01.25 03:58:28.779208 [ 260 ] {dd6e480d-91a8-4dfb-b280-0a7ad5f4df53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9027 | 2025.01.25 03:58:28.779866 [ 260 ] {dd6e480d-91a8-4dfb-b280-0a7ad5f4df53} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9028 | 2025.01.25 03:58:28.779912 [ 260 ] {dd6e480d-91a8-4dfb-b280-0a7ad5f4df53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9029 | 2025.01.25 03:58:28.780340 [ 260 ] {dd6e480d-91a8-4dfb-b280-0a7ad5f4df53} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9030 | 2025.01.25 03:58:28.780575 [ 260 ] {dd6e480d-91a8-4dfb-b280-0a7ad5f4df53} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9031 | 2025.01.25 03:58:28.780779 [ 260 ] {dd6e480d-91a8-4dfb-b280-0a7ad5f4df53} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001654 sec., 143288.99637243047 rows/sec., 9.60 MiB/sec. | ||
| 9032 | 2025.01.25 03:58:28.780831 [ 260 ] {dd6e480d-91a8-4dfb-b280-0a7ad5f4df53} <Debug> TCPHandler: Processed in 0.001865025 sec. | ||
| 9033 | 2025.01.25 03:58:28.780976 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9034 | 2025.01.25 03:58:28.781123 [ 259 ] {6239d0a4-ec8b-414a-9552-dacd262e7f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9035 | 2025.01.25 03:58:28.781178 [ 259 ] {6239d0a4-ec8b-414a-9552-dacd262e7f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9036 | 2025.01.25 03:58:28.781735 [ 259 ] {6239d0a4-ec8b-414a-9552-dacd262e7f7e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9037 | 2025.01.25 03:58:28.781779 [ 259 ] {6239d0a4-ec8b-414a-9552-dacd262e7f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9038 | 2025.01.25 03:58:28.782194 [ 259 ] {6239d0a4-ec8b-414a-9552-dacd262e7f7e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9039 | 2025.01.25 03:58:28.782434 [ 259 ] {6239d0a4-ec8b-414a-9552-dacd262e7f7e} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9040 | 2025.01.25 03:58:28.782618 [ 259 ] {6239d0a4-ec8b-414a-9552-dacd262e7f7e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec. | ||
| 9041 | 2025.01.25 03:58:28.782668 [ 259 ] {6239d0a4-ec8b-414a-9552-dacd262e7f7e} <Debug> TCPHandler: Processed in 0.001749892 sec. | ||
| 9042 | 2025.01.25 03:58:28.782838 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9043 | 2025.01.25 03:58:28.782958 [ 260 ] {43a59afd-c01d-4a4d-b0fb-059c1e0fa1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9044 | 2025.01.25 03:58:28.783039 [ 260 ] {43a59afd-c01d-4a4d-b0fb-059c1e0fa1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9045 | 2025.01.25 03:58:28.784216 [ 260 ] {43a59afd-c01d-4a4d-b0fb-059c1e0fa1de} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9046 | 2025.01.25 03:58:28.784257 [ 260 ] {43a59afd-c01d-4a4d-b0fb-059c1e0fa1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9047 | 2025.01.25 03:58:28.784893 [ 260 ] {43a59afd-c01d-4a4d-b0fb-059c1e0fa1de} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9048 | 2025.01.25 03:58:28.785150 [ 260 ] {43a59afd-c01d-4a4d-b0fb-059c1e0fa1de} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9049 | 2025.01.25 03:58:28.785404 [ 260 ] {43a59afd-c01d-4a4d-b0fb-059c1e0fa1de} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002471 sec., 10926.750303520841 rows/sec., 19.58 MiB/sec. | ||
| 9050 | 2025.01.25 03:58:28.785496 [ 260 ] {43a59afd-c01d-4a4d-b0fb-059c1e0fa1de} <Debug> TCPHandler: Processed in 0.002714706 sec. | ||
| 9051 | 2025.01.25 03:58:28.785700 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9052 | 2025.01.25 03:58:28.785924 [ 259 ] {9f2c6326-f058-4eb9-aa45-772dffb8f5e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9053 | 2025.01.25 03:58:28.786023 [ 259 ] {9f2c6326-f058-4eb9-aa45-772dffb8f5e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9054 | 2025.01.25 03:58:28.786597 [ 259 ] {9f2c6326-f058-4eb9-aa45-772dffb8f5e5} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9055 | 2025.01.25 03:58:28.786633 [ 259 ] {9f2c6326-f058-4eb9-aa45-772dffb8f5e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9056 | 2025.01.25 03:58:28.787000 [ 259 ] {9f2c6326-f058-4eb9-aa45-772dffb8f5e5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9057 | 2025.01.25 03:58:28.787237 [ 259 ] {9f2c6326-f058-4eb9-aa45-772dffb8f5e5} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9058 | 2025.01.25 03:58:28.787419 [ 259 ] {9f2c6326-f058-4eb9-aa45-772dffb8f5e5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001551 sec., 52869.116698903934 rows/sec., 3.36 MiB/sec. | ||
| 9059 | 2025.01.25 03:58:28.787470 [ 259 ] {9f2c6326-f058-4eb9-aa45-772dffb8f5e5} <Debug> TCPHandler: Processed in 0.001880835 sec. | ||
| 9060 | 2025.01.25 03:58:28.832573 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 9061 | 2025.01.25 03:58:28.852521 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9062 | 2025.01.25 03:58:28.852588 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9063 | 2025.01.25 03:58:28.859759 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9064 | 2025.01.25 03:58:28.860518 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9065 | 2025.01.25 03:58:28.863512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 9066 | 2025.01.25 03:58:32.113657 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2025.01.25 03:58:32.113990 [ 259 ] {3563723d-18fd-44f0-99ef-f176620f889f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9068 | 2025.01.25 03:58:32.114107 [ 259 ] {3563723d-18fd-44f0-99ef-f176620f889f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9069 | 2025.01.25 03:58:32.114929 [ 259 ] {3563723d-18fd-44f0-99ef-f176620f889f} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9070 | 2025.01.25 03:58:32.114980 [ 259 ] {3563723d-18fd-44f0-99ef-f176620f889f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9071 | 2025.01.25 03:58:32.115425 [ 259 ] {3563723d-18fd-44f0-99ef-f176620f889f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9072 | 2025.01.25 03:58:32.115681 [ 259 ] {3563723d-18fd-44f0-99ef-f176620f889f} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2025.01.25 03:58:32.115951 [ 259 ] {3563723d-18fd-44f0-99ef-f176620f889f} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002046 sec., 5865.102639296188 rows/sec., 478.26 KiB/sec. | ||
| 9074 | 2025.01.25 03:58:32.116080 [ 259 ] {3563723d-18fd-44f0-99ef-f176620f889f} <Debug> TCPHandler: Processed in 0.002610584 sec. | ||
| 9075 | 2025.01.25 03:58:32.116374 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9076 | 2025.01.25 03:58:32.116687 [ 260 ] {0653f2bb-bd54-4fea-aee8-dba52568094a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9077 | 2025.01.25 03:58:32.116810 [ 260 ] {0653f2bb-bd54-4fea-aee8-dba52568094a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9078 | 2025.01.25 03:58:32.118242 [ 260 ] {0653f2bb-bd54-4fea-aee8-dba52568094a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2025.01.25 03:58:32.118295 [ 260 ] {0653f2bb-bd54-4fea-aee8-dba52568094a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9080 | 2025.01.25 03:58:32.118805 [ 260 ] {0653f2bb-bd54-4fea-aee8-dba52568094a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9081 | 2025.01.25 03:58:32.119075 [ 260 ] {0653f2bb-bd54-4fea-aee8-dba52568094a} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9082 | 2025.01.25 03:58:32.119328 [ 260 ] {0653f2bb-bd54-4fea-aee8-dba52568094a} <Debug> executeQuery: Read 1228 rows, 103.49 KiB in 0.00273 sec., 449816.84981684986 rows/sec., 37.02 MiB/sec. | ||
| 9083 | 2025.01.25 03:58:32.119400 [ 260 ] {0653f2bb-bd54-4fea-aee8-dba52568094a} <Debug> TCPHandler: Processed in 0.003214558 sec. | ||
| 9084 | 2025.01.25 03:58:32.119647 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9085 | 2025.01.25 03:58:32.119878 [ 259 ] {4ee87a85-d96d-419f-a0ab-3ad0b26375f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9086 | 2025.01.25 03:58:32.119975 [ 259 ] {4ee87a85-d96d-419f-a0ab-3ad0b26375f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9087 | 2025.01.25 03:58:32.120724 [ 259 ] {4ee87a85-d96d-419f-a0ab-3ad0b26375f6} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9088 | 2025.01.25 03:58:32.120766 [ 259 ] {4ee87a85-d96d-419f-a0ab-3ad0b26375f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9089 | 2025.01.25 03:58:32.121145 [ 259 ] {4ee87a85-d96d-419f-a0ab-3ad0b26375f6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9090 | 2025.01.25 03:58:32.121384 [ 259 ] {4ee87a85-d96d-419f-a0ab-3ad0b26375f6} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9091 | 2025.01.25 03:58:32.121611 [ 259 ] {4ee87a85-d96d-419f-a0ab-3ad0b26375f6} <Debug> executeQuery: Read 25 rows, 1.82 KiB in 0.001792 sec., 13950.892857142857 rows/sec., 1013.07 KiB/sec. | ||
| 9092 | 2025.01.25 03:58:32.121666 [ 259 ] {4ee87a85-d96d-419f-a0ab-3ad0b26375f6} <Debug> TCPHandler: Processed in 0.002133421 sec. | ||
| 9093 | 2025.01.25 03:58:32.121829 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9094 | 2025.01.25 03:58:32.121976 [ 260 ] {7dff99b3-276a-42e2-867d-a956158932cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9095 | 2025.01.25 03:58:32.122037 [ 260 ] {7dff99b3-276a-42e2-867d-a956158932cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9096 | 2025.01.25 03:58:32.122742 [ 260 ] {7dff99b3-276a-42e2-867d-a956158932cf} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9097 | 2025.01.25 03:58:32.122783 [ 260 ] {7dff99b3-276a-42e2-867d-a956158932cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9098 | 2025.01.25 03:58:32.123147 [ 260 ] {7dff99b3-276a-42e2-867d-a956158932cf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9099 | 2025.01.25 03:58:32.123382 [ 260 ] {7dff99b3-276a-42e2-867d-a956158932cf} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9100 | 2025.01.25 03:58:32.123598 [ 260 ] {7dff99b3-276a-42e2-867d-a956158932cf} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001657 sec., 137598.0687990344 rows/sec., 9.32 MiB/sec. | ||
| 9101 | 2025.01.25 03:58:32.123650 [ 260 ] {7dff99b3-276a-42e2-867d-a956158932cf} <Debug> TCPHandler: Processed in 0.001892306 sec. | ||
| 9102 | 2025.01.25 03:58:32.123800 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9103 | 2025.01.25 03:58:32.123939 [ 259 ] {ef089421-2674-477f-92fd-8e76d387b359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9104 | 2025.01.25 03:58:32.123997 [ 259 ] {ef089421-2674-477f-92fd-8e76d387b359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9105 | 2025.01.25 03:58:32.124821 [ 259 ] {ef089421-2674-477f-92fd-8e76d387b359} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9106 | 2025.01.25 03:58:32.124862 [ 259 ] {ef089421-2674-477f-92fd-8e76d387b359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9107 | 2025.01.25 03:58:32.125260 [ 259 ] {ef089421-2674-477f-92fd-8e76d387b359} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9108 | 2025.01.25 03:58:32.125501 [ 259 ] {ef089421-2674-477f-92fd-8e76d387b359} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9109 | 2025.01.25 03:58:32.125734 [ 259 ] {ef089421-2674-477f-92fd-8e76d387b359} <Debug> executeQuery: Read 545 rows, 41.42 KiB in 0.001826 sec., 298466.59364731656 rows/sec., 22.15 MiB/sec. | ||
| 9110 | 2025.01.25 03:58:32.125830 [ 259 ] {ef089421-2674-477f-92fd-8e76d387b359} <Debug> TCPHandler: Processed in 0.002098891 sec. | ||
| 9111 | 2025.01.25 03:58:32.126010 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9112 | 2025.01.25 03:58:32.126141 [ 260 ] {a6d0d6c2-3b43-40b4-bd8a-931a5f4a05d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9113 | 2025.01.25 03:58:32.126193 [ 260 ] {a6d0d6c2-3b43-40b4-bd8a-931a5f4a05d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9114 | 2025.01.25 03:58:32.126942 [ 260 ] {a6d0d6c2-3b43-40b4-bd8a-931a5f4a05d2} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9115 | 2025.01.25 03:58:32.126981 [ 260 ] {a6d0d6c2-3b43-40b4-bd8a-931a5f4a05d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9116 | 2025.01.25 03:58:32.127422 [ 260 ] {a6d0d6c2-3b43-40b4-bd8a-931a5f4a05d2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9117 | 2025.01.25 03:58:32.127657 [ 260 ] {a6d0d6c2-3b43-40b4-bd8a-931a5f4a05d2} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9118 | 2025.01.25 03:58:32.127884 [ 260 ] {a6d0d6c2-3b43-40b4-bd8a-931a5f4a05d2} <Debug> executeQuery: Read 958 rows, 65.81 KiB in 0.001766 sec., 542468.8561721405 rows/sec., 36.39 MiB/sec. | ||
| 9119 | 2025.01.25 03:58:32.127946 [ 260 ] {a6d0d6c2-3b43-40b4-bd8a-931a5f4a05d2} <Debug> TCPHandler: Processed in 0.00203267 sec. | ||
| 9120 | 2025.01.25 03:58:32.128175 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9121 | 2025.01.25 03:58:32.128311 [ 259 ] {36ae1a23-6721-4435-9ebc-8e4b416750c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9122 | 2025.01.25 03:58:32.128399 [ 259 ] {36ae1a23-6721-4435-9ebc-8e4b416750c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9123 | 2025.01.25 03:58:32.129554 [ 259 ] {36ae1a23-6721-4435-9ebc-8e4b416750c3} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9124 | 2025.01.25 03:58:32.129595 [ 259 ] {36ae1a23-6721-4435-9ebc-8e4b416750c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9125 | 2025.01.25 03:58:32.130240 [ 259 ] {36ae1a23-6721-4435-9ebc-8e4b416750c3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9126 | 2025.01.25 03:58:32.130512 [ 259 ] {36ae1a23-6721-4435-9ebc-8e4b416750c3} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9127 | 2025.01.25 03:58:32.130829 [ 259 ] {36ae1a23-6721-4435-9ebc-8e4b416750c3} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002531 sec., 5136.309758988543 rows/sec., 9.20 MiB/sec. | ||
| 9128 | 2025.01.25 03:58:32.131309 [ 259 ] {36ae1a23-6721-4435-9ebc-8e4b416750c3} <Debug> TCPHandler: Processed in 0.003252989 sec. | ||
| 9129 | 2025.01.25 03:58:32.131532 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9130 | 2025.01.25 03:58:32.131668 [ 260 ] {549df688-ab9e-496b-92ab-a44f14cb6ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9131 | 2025.01.25 03:58:32.131726 [ 260 ] {549df688-ab9e-496b-92ab-a44f14cb6ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9132 | 2025.01.25 03:58:32.132277 [ 260 ] {549df688-ab9e-496b-92ab-a44f14cb6ed3} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9133 | 2025.01.25 03:58:32.132315 [ 260 ] {549df688-ab9e-496b-92ab-a44f14cb6ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9134 | 2025.01.25 03:58:32.132682 [ 260 ] {549df688-ab9e-496b-92ab-a44f14cb6ed3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9135 | 2025.01.25 03:58:32.132921 [ 260 ] {549df688-ab9e-496b-92ab-a44f14cb6ed3} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9136 | 2025.01.25 03:58:32.133132 [ 260 ] {549df688-ab9e-496b-92ab-a44f14cb6ed3} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001494 sec., 26773.761713520747 rows/sec., 1.81 MiB/sec. | ||
| 9137 | 2025.01.25 03:58:32.133182 [ 260 ] {549df688-ab9e-496b-92ab-a44f14cb6ed3} <Debug> TCPHandler: Processed in 0.001772833 sec. | ||
| 9138 | 2025.01.25 03:58:32.566184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1302 | ||
| 9139 | 2025.01.25 03:58:32.569591 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9140 | 2025.01.25 03:58:32.569639 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9141 | 2025.01.25 03:58:32.571105 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9142 | 2025.01.25 03:58:32.571408 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9143 | 2025.01.25 03:58:32.571674 [ 127 ] {} <Debug> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9144 | 2025.01.25 03:58:32.571848 [ 127 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2025.01.25 03:58:32.571968 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9146 | 2025.01.25 03:58:32.572508 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 9147 | 2025.01.25 03:58:32.573029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1302 | ||
| 9148 | 2025.01.25 03:58:32.573584 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9149 | 2025.01.25 03:58:32.573761 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1102 rows starting from the beginning of the part | ||
| 9150 | 2025.01.25 03:58:32.574386 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 9151 | 2025.01.25 03:58:32.574984 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part | ||
| 9152 | 2025.01.25 03:58:32.575560 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
| 9153 | 2025.01.25 03:58:32.576135 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
| 9154 | 2025.01.25 03:58:32.576752 [ 187 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 50 rows starting from the beginning of the part | ||
| 9155 | 2025.01.25 03:58:32.584791 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1302 rows, containing 72 columns (72 merged, 0 gathered) in 0.012605885 sec., 103285.09263728805 rows/sec., 81.08 MiB/sec. | ||
| 9156 | 2025.01.25 03:58:32.586562 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9157 | 2025.01.25 03:58:32.587358 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9158 | 2025.01.25 03:58:32.587465 [ 197 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_31_6} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9159 | 2025.01.25 03:58:32.587815 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 9160 | 2025.01.25 03:58:33.752896 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9161 | 2025.01.25 03:58:33.753113 [ 259 ] {d775124d-913e-4473-b195-8f47d85bbd65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9162 | 2025.01.25 03:58:33.753196 [ 259 ] {d775124d-913e-4473-b195-8f47d85bbd65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9163 | 2025.01.25 03:58:33.753962 [ 259 ] {d775124d-913e-4473-b195-8f47d85bbd65} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9164 | 2025.01.25 03:58:33.754010 [ 259 ] {d775124d-913e-4473-b195-8f47d85bbd65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9165 | 2025.01.25 03:58:33.754448 [ 259 ] {d775124d-913e-4473-b195-8f47d85bbd65} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9166 | 2025.01.25 03:58:33.754703 [ 259 ] {d775124d-913e-4473-b195-8f47d85bbd65} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9167 | 2025.01.25 03:58:33.754884 [ 74 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9168 | 2025.01.25 03:58:33.754952 [ 259 ] {d775124d-913e-4473-b195-8f47d85bbd65} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.25 MiB/sec. | ||
| 9169 | 2025.01.25 03:58:33.754970 [ 74 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9170 | 2025.01.25 03:58:33.755031 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9171 | 2025.01.25 03:58:33.755083 [ 259 ] {d775124d-913e-4473-b195-8f47d85bbd65} <Debug> TCPHandler: Processed in 0.002329976 sec. | ||
| 9172 | 2025.01.25 03:58:33.755409 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 9173 | 2025.01.25 03:58:33.755466 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9174 | 2025.01.25 03:58:33.755986 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9175 | 2025.01.25 03:58:33.756013 [ 260 ] {cf5cb578-dcad-4854-8358-4005348511f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9176 | 2025.01.25 03:58:33.756125 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 9177 | 2025.01.25 03:58:33.756238 [ 260 ] {cf5cb578-dcad-4854-8358-4005348511f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9178 | 2025.01.25 03:58:33.756634 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 258 rows starting from the beginning of the part | ||
| 9179 | 2025.01.25 03:58:33.756933 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 9180 | 2025.01.25 03:58:33.757296 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 257 rows starting from the beginning of the part | ||
| 9181 | 2025.01.25 03:58:33.757674 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1228 rows starting from the beginning of the part | ||
| 9182 | 2025.01.25 03:58:33.758050 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 9183 | 2025.01.25 03:58:33.759630 [ 260 ] {cf5cb578-dcad-4854-8358-4005348511f3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9184 | 2025.01.25 03:58:33.759716 [ 260 ] {cf5cb578-dcad-4854-8358-4005348511f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9185 | 2025.01.25 03:58:33.760821 [ 260 ] {cf5cb578-dcad-4854-8358-4005348511f3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9186 | 2025.01.25 03:58:33.761165 [ 260 ] {cf5cb578-dcad-4854-8358-4005348511f3} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9187 | 2025.01.25 03:58:33.761448 [ 74 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9188 | 2025.01.25 03:58:33.761561 [ 74 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9189 | 2025.01.25 03:58:33.761647 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9190 | 2025.01.25 03:58:33.761787 [ 260 ] {cf5cb578-dcad-4854-8358-4005348511f3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00595 sec., 10756.302521008403 rows/sec., 859.70 KiB/sec. | ||
| 9191 | 2025.01.25 03:58:33.762171 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 9192 | 2025.01.25 03:58:33.762211 [ 260 ] {cf5cb578-dcad-4854-8358-4005348511f3} <Debug> TCPHandler: Processed in 0.00698106 sec. | ||
| 9193 | 2025.01.25 03:58:33.762318 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.007161623 sec., 462604.63584860583 rows/sec., 40.39 MiB/sec. | ||
| 9194 | 2025.01.25 03:58:33.762486 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9195 | 2025.01.25 03:58:33.762510 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9196 | 2025.01.25 03:58:33.762585 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
| 9197 | 2025.01.25 03:58:33.762722 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9198 | 2025.01.25 03:58:33.763041 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 411 rows starting from the beginning of the part | ||
| 9199 | 2025.01.25 03:58:33.763061 [ 259 ] {a31cd478-b388-4e28-acfc-b975c54f0591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9200 | 2025.01.25 03:58:33.763462 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 77 rows starting from the beginning of the part | ||
| 9201 | 2025.01.25 03:58:33.763491 [ 259 ] {a31cd478-b388-4e28-acfc-b975c54f0591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9202 | 2025.01.25 03:58:33.763922 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 409 rows starting from the beginning of the part | ||
| 9203 | 2025.01.25 03:58:33.764031 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_71_14} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9204 | 2025.01.25 03:58:33.764341 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 545 rows starting from the beginning of the part | ||
| 9205 | 2025.01.25 03:58:33.764526 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_71_14} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9206 | 2025.01.25 03:58:33.764747 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 9207 | 2025.01.25 03:58:33.764898 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 9208 | 2025.01.25 03:58:33.766568 [ 259 ] {a31cd478-b388-4e28-acfc-b975c54f0591} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9209 | 2025.01.25 03:58:33.766649 [ 259 ] {a31cd478-b388-4e28-acfc-b975c54f0591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9210 | 2025.01.25 03:58:33.767550 [ 259 ] {a31cd478-b388-4e28-acfc-b975c54f0591} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9211 | 2025.01.25 03:58:33.768089 [ 259 ] {a31cd478-b388-4e28-acfc-b975c54f0591} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9212 | 2025.01.25 03:58:33.768186 [ 190 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006408186 sec., 377641.9723147861 rows/sec., 28.97 MiB/sec. | ||
| 9213 | 2025.01.25 03:58:33.768365 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9214 | 2025.01.25 03:58:33.768464 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9215 | 2025.01.25 03:58:33.768501 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9216 | 2025.01.25 03:58:33.768509 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9217 | 2025.01.25 03:58:33.768563 [ 259 ] {a31cd478-b388-4e28-acfc-b975c54f0591} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.005873 sec., 9194.61944491742 rows/sec., 656.31 KiB/sec. | ||
| 9218 | 2025.01.25 03:58:33.769031 [ 259 ] {a31cd478-b388-4e28-acfc-b975c54f0591} <Debug> TCPHandler: Processed in 0.006669222 sec. | ||
| 9219 | 2025.01.25 03:58:33.769095 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 9220 | 2025.01.25 03:58:33.769309 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9221 | 2025.01.25 03:58:33.769343 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9222 | 2025.01.25 03:58:33.769620 [ 198 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_71_14} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9223 | 2025.01.25 03:58:33.769641 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9224 | 2025.01.25 03:58:33.769736 [ 260 ] {bff3b7d9-27f5-4d2f-85c4-c224aabd9b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9225 | 2025.01.25 03:58:33.769819 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19909 rows starting from the beginning of the part | ||
| 9226 | 2025.01.25 03:58:33.769838 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 9227 | 2025.01.25 03:58:33.769923 [ 260 ] {bff3b7d9-27f5-4d2f-85c4-c224aabd9b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9228 | 2025.01.25 03:58:33.770267 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 238 rows starting from the beginning of the part | ||
| 9229 | 2025.01.25 03:58:33.770669 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 9230 | 2025.01.25 03:58:33.771060 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 9231 | 2025.01.25 03:58:33.771343 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 958 rows starting from the beginning of the part | ||
| 9232 | 2025.01.25 03:58:33.771507 [ 192 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 54 rows starting from the beginning of the part | ||
| 9233 | 2025.01.25 03:58:33.772374 [ 260 ] {bff3b7d9-27f5-4d2f-85c4-c224aabd9b25} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9234 | 2025.01.25 03:58:33.772438 [ 260 ] {bff3b7d9-27f5-4d2f-85c4-c224aabd9b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9235 | 2025.01.25 03:58:33.773103 [ 260 ] {bff3b7d9-27f5-4d2f-85c4-c224aabd9b25} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9236 | 2025.01.25 03:58:33.773402 [ 260 ] {bff3b7d9-27f5-4d2f-85c4-c224aabd9b25} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9237 | 2025.01.25 03:58:33.773569 [ 74 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9238 | 2025.01.25 03:58:33.773624 [ 74 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9239 | 2025.01.25 03:58:33.773703 [ 260 ] {bff3b7d9-27f5-4d2f-85c4-c224aabd9b25} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.004082 sec., 4899.559039686428 rows/sec., 336.84 KiB/sec. | ||
| 9240 | 2025.01.25 03:58:33.773719 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9241 | 2025.01.25 03:58:33.773999 [ 260 ] {bff3b7d9-27f5-4d2f-85c4-c224aabd9b25} <Debug> TCPHandler: Processed in 0.004782156 sec. | ||
| 9242 | 2025.01.25 03:58:33.774287 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 9243 | 2025.01.25 03:58:33.774627 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9244 | 2025.01.25 03:58:33.774704 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3926 rows starting from the beginning of the part | ||
| 9245 | 2025.01.25 03:58:33.774975 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 9246 | 2025.01.25 03:58:33.775431 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 9247 | 2025.01.25 03:58:33.775619 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 9248 | 2025.01.25 03:58:33.775811 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 40 rows starting from the beginning of the part | ||
| 9249 | 2025.01.25 03:58:33.776006 [ 193 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 20 rows starting from the beginning of the part | ||
| 9250 | 2025.01.25 03:58:33.779597 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4210 rows, containing 4 columns (4 merged, 0 gathered) in 0.005650957 sec., 745006.5537571778 rows/sec., 48.66 MiB/sec. | ||
| 9251 | 2025.01.25 03:58:33.780068 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9252 | 2025.01.25 03:58:33.780419 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9253 | 2025.01.25 03:58:33.780608 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_71_14} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9254 | 2025.01.25 03:58:33.780900 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 9255 | 2025.01.25 03:58:33.781000 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21556 rows, containing 5 columns (5 merged, 0 gathered) in 0.012324199 sec., 1749079.1896495668 rows/sec., 118.11 MiB/sec. | ||
| 9256 | 2025.01.25 03:58:33.781418 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9257 | 2025.01.25 03:58:33.781776 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9258 | 2025.01.25 03:58:33.781879 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9259 | 2025.01.25 03:58:33.781980 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 9260 | 2025.01.25 03:58:34.971810 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 9261 | 2025.01.25 03:58:34.972458 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9262 | 2025.01.25 03:58:34.972502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9263 | 2025.01.25 03:58:34.973024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9264 | 2025.01.25 03:58:34.973278 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9265 | 2025.01.25 03:58:34.973508 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 9266 | 2025.01.25 03:58:36.364538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 9267 | 2025.01.25 03:58:36.384147 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2025.01.25 03:58:36.384203 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9269 | 2025.01.25 03:58:36.391515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9270 | 2025.01.25 03:58:36.392262 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.01.25 03:58:36.395778 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 9272 | 2025.01.25 03:58:38.763977 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9273 | 2025.01.25 03:58:38.764212 [ 259 ] {79c2033a-0118-4583-8e6d-beb4b71cda1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9274 | 2025.01.25 03:58:38.764296 [ 259 ] {79c2033a-0118-4583-8e6d-beb4b71cda1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9275 | 2025.01.25 03:58:38.765079 [ 259 ] {79c2033a-0118-4583-8e6d-beb4b71cda1a} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9276 | 2025.01.25 03:58:38.765133 [ 259 ] {79c2033a-0118-4583-8e6d-beb4b71cda1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9277 | 2025.01.25 03:58:38.765597 [ 259 ] {79c2033a-0118-4583-8e6d-beb4b71cda1a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9278 | 2025.01.25 03:58:38.765867 [ 259 ] {79c2033a-0118-4583-8e6d-beb4b71cda1a} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9279 | 2025.01.25 03:58:38.766045 [ 7 ] {} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9280 | 2025.01.25 03:58:38.766117 [ 259 ] {79c2033a-0118-4583-8e6d-beb4b71cda1a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 9281 | 2025.01.25 03:58:38.766124 [ 7 ] {} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9282 | 2025.01.25 03:58:38.766196 [ 7 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9283 | 2025.01.25 03:58:38.766244 [ 259 ] {79c2033a-0118-4583-8e6d-beb4b71cda1a} <Debug> TCPHandler: Processed in 0.002415268 sec. | ||
| 9284 | 2025.01.25 03:58:38.766565 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 9285 | 2025.01.25 03:58:38.766587 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9286 | 2025.01.25 03:58:38.766768 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9287 | 2025.01.25 03:58:38.766819 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 9288 | 2025.01.25 03:58:38.766825 [ 260 ] {f16a2d05-8731-4899-a6a9-8a6badc94937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9289 | 2025.01.25 03:58:38.766930 [ 260 ] {f16a2d05-8731-4899-a6a9-8a6badc94937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9290 | 2025.01.25 03:58:38.766948 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 9291 | 2025.01.25 03:58:38.767288 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 9292 | 2025.01.25 03:58:38.767741 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 9293 | 2025.01.25 03:58:38.767910 [ 186 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 9294 | 2025.01.25 03:58:38.769059 [ 260 ] {f16a2d05-8731-4899-a6a9-8a6badc94937} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9295 | 2025.01.25 03:58:38.769104 [ 260 ] {f16a2d05-8731-4899-a6a9-8a6badc94937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9296 | 2025.01.25 03:58:38.769393 [ 194 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003100976 sec., 22573.538137670203 rows/sec., 1.67 MiB/sec. | ||
| 9297 | 2025.01.25 03:58:38.769642 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9298 | 2025.01.25 03:58:38.769784 [ 260 ] {f16a2d05-8731-4899-a6a9-8a6badc94937} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9299 | 2025.01.25 03:58:38.770218 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_29_7} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9300 | 2025.01.25 03:58:38.770289 [ 260 ] {f16a2d05-8731-4899-a6a9-8a6badc94937} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9301 | 2025.01.25 03:58:38.770418 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_29_7} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9302 | 2025.01.25 03:58:38.770677 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9303 | 2025.01.25 03:58:38.770799 [ 260 ] {f16a2d05-8731-4899-a6a9-8a6badc94937} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.004045 sec., 63535.228677379484 rows/sec., 5.56 MiB/sec. | ||
| 9304 | 2025.01.25 03:58:38.771033 [ 260 ] {f16a2d05-8731-4899-a6a9-8a6badc94937} <Debug> TCPHandler: Processed in 0.004644353 sec. | ||
| 9305 | 2025.01.25 03:58:38.771247 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9306 | 2025.01.25 03:58:38.771398 [ 259 ] {1978c4de-36b7-42cc-930a-e703fae03459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9307 | 2025.01.25 03:58:38.771458 [ 259 ] {1978c4de-36b7-42cc-930a-e703fae03459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9308 | 2025.01.25 03:58:38.772179 [ 259 ] {1978c4de-36b7-42cc-930a-e703fae03459} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9309 | 2025.01.25 03:58:38.772227 [ 259 ] {1978c4de-36b7-42cc-930a-e703fae03459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9310 | 2025.01.25 03:58:38.772645 [ 259 ] {1978c4de-36b7-42cc-930a-e703fae03459} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9311 | 2025.01.25 03:58:38.772891 [ 259 ] {1978c4de-36b7-42cc-930a-e703fae03459} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9312 | 2025.01.25 03:58:38.773103 [ 259 ] {1978c4de-36b7-42cc-930a-e703fae03459} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001734 sec., 19607.843137254902 rows/sec., 1.40 MiB/sec. | ||
| 9313 | 2025.01.25 03:58:38.773155 [ 259 ] {1978c4de-36b7-42cc-930a-e703fae03459} <Debug> TCPHandler: Processed in 0.002013399 sec. | ||
| 9314 | 2025.01.25 03:58:38.773309 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9315 | 2025.01.25 03:58:38.773429 [ 260 ] {163bc678-d750-467a-bf89-640f0de5bab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9316 | 2025.01.25 03:58:38.773480 [ 260 ] {163bc678-d750-467a-bf89-640f0de5bab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9317 | 2025.01.25 03:58:38.774059 [ 260 ] {163bc678-d750-467a-bf89-640f0de5bab7} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9318 | 2025.01.25 03:58:38.774097 [ 260 ] {163bc678-d750-467a-bf89-640f0de5bab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9319 | 2025.01.25 03:58:38.774456 [ 260 ] {163bc678-d750-467a-bf89-640f0de5bab7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9320 | 2025.01.25 03:58:38.774692 [ 260 ] {163bc678-d750-467a-bf89-640f0de5bab7} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9321 | 2025.01.25 03:58:38.774868 [ 260 ] {163bc678-d750-467a-bf89-640f0de5bab7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001465 sec., 9556.313993174062 rows/sec., 669.26 KiB/sec. | ||
| 9322 | 2025.01.25 03:58:38.774922 [ 260 ] {163bc678-d750-467a-bf89-640f0de5bab7} <Debug> TCPHandler: Processed in 0.00167189 sec. | ||
| 9323 | 2025.01.25 03:58:38.775085 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9324 | 2025.01.25 03:58:38.775210 [ 259 ] {3b123a7d-443a-4a30-b9ff-6f956075a2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9325 | 2025.01.25 03:58:38.775260 [ 259 ] {3b123a7d-443a-4a30-b9ff-6f956075a2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9326 | 2025.01.25 03:58:38.775852 [ 259 ] {3b123a7d-443a-4a30-b9ff-6f956075a2b4} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9327 | 2025.01.25 03:58:38.775892 [ 259 ] {3b123a7d-443a-4a30-b9ff-6f956075a2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9328 | 2025.01.25 03:58:38.776269 [ 259 ] {3b123a7d-443a-4a30-b9ff-6f956075a2b4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9329 | 2025.01.25 03:58:38.776521 [ 259 ] {3b123a7d-443a-4a30-b9ff-6f956075a2b4} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9330 | 2025.01.25 03:58:38.776678 [ 7 ] {} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9331 | 2025.01.25 03:58:38.776734 [ 7 ] {} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9332 | 2025.01.25 03:58:38.776772 [ 259 ] {3b123a7d-443a-4a30-b9ff-6f956075a2b4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec. | ||
| 9333 | 2025.01.25 03:58:38.776775 [ 7 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9334 | 2025.01.25 03:58:38.776960 [ 259 ] {3b123a7d-443a-4a30-b9ff-6f956075a2b4} <Debug> TCPHandler: Processed in 0.001920666 sec. | ||
| 9335 | 2025.01.25 03:58:38.777064 [ 186 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 9336 | 2025.01.25 03:58:38.777238 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9337 | 2025.01.25 03:58:38.777490 [ 186 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9338 | 2025.01.25 03:58:38.777531 [ 260 ] {7050f628-1f22-4f92-95ec-37a87023ddfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9339 | 2025.01.25 03:58:38.777545 [ 186 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 9340 | 2025.01.25 03:58:38.777597 [ 260 ] {7050f628-1f22-4f92-95ec-37a87023ddfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9341 | 2025.01.25 03:58:38.777681 [ 186 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 9342 | 2025.01.25 03:58:38.778011 [ 186 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 9343 | 2025.01.25 03:58:38.778315 [ 186 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 9344 | 2025.01.25 03:58:38.778619 [ 186 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 9345 | 2025.01.25 03:58:38.779730 [ 260 ] {7050f628-1f22-4f92-95ec-37a87023ddfc} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9346 | 2025.01.25 03:58:38.779774 [ 260 ] {7050f628-1f22-4f92-95ec-37a87023ddfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9347 | 2025.01.25 03:58:38.780345 [ 201 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003432153 sec., 18938.549650904257 rows/sec., 1.23 MiB/sec. | ||
| 9348 | 2025.01.25 03:58:38.780383 [ 260 ] {7050f628-1f22-4f92-95ec-37a87023ddfc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9349 | 2025.01.25 03:58:38.780582 [ 201 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9350 | 2025.01.25 03:58:38.780834 [ 260 ] {7050f628-1f22-4f92-95ec-37a87023ddfc} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9351 | 2025.01.25 03:58:38.781175 [ 201 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_29_7} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2025.01.25 03:58:38.781426 [ 260 ] {7050f628-1f22-4f92-95ec-37a87023ddfc} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.003914 sec., 104496.67858967808 rows/sec., 7.45 MiB/sec. | ||
| 9353 | 2025.01.25 03:58:38.781462 [ 201 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_29_7} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9354 | 2025.01.25 03:58:38.781734 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9355 | 2025.01.25 03:58:38.781823 [ 260 ] {7050f628-1f22-4f92-95ec-37a87023ddfc} <Debug> TCPHandler: Processed in 0.004739634 sec. | ||
| 9356 | 2025.01.25 03:58:38.782037 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9357 | 2025.01.25 03:58:38.782155 [ 259 ] {282bc8e5-9a09-4bf7-92d8-05449a1ab65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9358 | 2025.01.25 03:58:38.782205 [ 259 ] {282bc8e5-9a09-4bf7-92d8-05449a1ab65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9359 | 2025.01.25 03:58:38.782670 [ 259 ] {282bc8e5-9a09-4bf7-92d8-05449a1ab65b} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9360 | 2025.01.25 03:58:38.782708 [ 259 ] {282bc8e5-9a09-4bf7-92d8-05449a1ab65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9361 | 2025.01.25 03:58:38.783072 [ 259 ] {282bc8e5-9a09-4bf7-92d8-05449a1ab65b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9362 | 2025.01.25 03:58:38.783307 [ 259 ] {282bc8e5-9a09-4bf7-92d8-05449a1ab65b} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9363 | 2025.01.25 03:58:38.783513 [ 259 ] {282bc8e5-9a09-4bf7-92d8-05449a1ab65b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 227.16 KiB/sec. | ||
| 9364 | 2025.01.25 03:58:38.783564 [ 259 ] {282bc8e5-9a09-4bf7-92d8-05449a1ab65b} <Debug> TCPHandler: Processed in 0.001619059 sec. | ||
| 9365 | 2025.01.25 03:58:38.783718 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9366 | 2025.01.25 03:58:38.783859 [ 260 ] {8da5d9f5-ab86-41d4-82de-07fcd4e9c65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9367 | 2025.01.25 03:58:38.783923 [ 260 ] {8da5d9f5-ab86-41d4-82de-07fcd4e9c65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9368 | 2025.01.25 03:58:38.784583 [ 260 ] {8da5d9f5-ab86-41d4-82de-07fcd4e9c65b} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9369 | 2025.01.25 03:58:38.784621 [ 260 ] {8da5d9f5-ab86-41d4-82de-07fcd4e9c65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9370 | 2025.01.25 03:58:38.785025 [ 260 ] {8da5d9f5-ab86-41d4-82de-07fcd4e9c65b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9371 | 2025.01.25 03:58:38.785266 [ 260 ] {8da5d9f5-ab86-41d4-82de-07fcd4e9c65b} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9372 | 2025.01.25 03:58:38.785462 [ 260 ] {8da5d9f5-ab86-41d4-82de-07fcd4e9c65b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
| 9373 | 2025.01.25 03:58:38.785558 [ 260 ] {8da5d9f5-ab86-41d4-82de-07fcd4e9c65b} <Debug> TCPHandler: Processed in 0.001906906 sec. | ||
| 9374 | 2025.01.25 03:58:38.785829 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9375 | 2025.01.25 03:58:38.786080 [ 259 ] {96ba5fb5-d2d1-4ea3-95b5-37c70f271dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9376 | 2025.01.25 03:58:38.786175 [ 259 ] {96ba5fb5-d2d1-4ea3-95b5-37c70f271dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9377 | 2025.01.25 03:58:38.786796 [ 259 ] {96ba5fb5-d2d1-4ea3-95b5-37c70f271dd9} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9378 | 2025.01.25 03:58:38.786835 [ 259 ] {96ba5fb5-d2d1-4ea3-95b5-37c70f271dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9379 | 2025.01.25 03:58:38.787196 [ 259 ] {96ba5fb5-d2d1-4ea3-95b5-37c70f271dd9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9380 | 2025.01.25 03:58:38.787434 [ 259 ] {96ba5fb5-d2d1-4ea3-95b5-37c70f271dd9} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9381 | 2025.01.25 03:58:38.787672 [ 259 ] {96ba5fb5-d2d1-4ea3-95b5-37c70f271dd9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00163 sec., 613.4969325153374 rows/sec., 41.34 KiB/sec. | ||
| 9382 | 2025.01.25 03:58:38.787749 [ 259 ] {96ba5fb5-d2d1-4ea3-95b5-37c70f271dd9} <Debug> TCPHandler: Processed in 0.002098031 sec. | ||
| 9383 | 2025.01.25 03:58:38.788008 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9384 | 2025.01.25 03:58:38.788160 [ 260 ] {1dca7230-73ab-44ff-9b14-32aed3e33d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9385 | 2025.01.25 03:58:38.788256 [ 260 ] {1dca7230-73ab-44ff-9b14-32aed3e33d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9386 | 2025.01.25 03:58:38.789414 [ 260 ] {1dca7230-73ab-44ff-9b14-32aed3e33d7a} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9387 | 2025.01.25 03:58:38.789454 [ 260 ] {1dca7230-73ab-44ff-9b14-32aed3e33d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9388 | 2025.01.25 03:58:38.790102 [ 260 ] {1dca7230-73ab-44ff-9b14-32aed3e33d7a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9389 | 2025.01.25 03:58:38.790378 [ 260 ] {1dca7230-73ab-44ff-9b14-32aed3e33d7a} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9390 | 2025.01.25 03:58:38.790589 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9391 | 2025.01.25 03:58:38.790657 [ 260 ] {1dca7230-73ab-44ff-9b14-32aed3e33d7a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002523 sec., 10701.54577883472 rows/sec., 19.18 MiB/sec. | ||
| 9392 | 2025.01.25 03:58:38.790680 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9393 | 2025.01.25 03:58:38.790764 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 9394 | 2025.01.25 03:58:38.791139 [ 260 ] {1dca7230-73ab-44ff-9b14-32aed3e33d7a} <Debug> TCPHandler: Processed in 0.00328494 sec. | ||
| 9395 | 2025.01.25 03:58:38.791192 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 9396 | 2025.01.25 03:58:38.791600 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9397 | 2025.01.25 03:58:38.792339 [ 259 ] {2b7a7cd1-77cb-44fd-b368-f841afd27f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9398 | 2025.01.25 03:58:38.792478 [ 259 ] {2b7a7cd1-77cb-44fd-b368-f841afd27f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9399 | 2025.01.25 03:58:38.792494 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9400 | 2025.01.25 03:58:38.792732 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 955 rows starting from the beginning of the part | ||
| 9401 | 2025.01.25 03:58:38.793554 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 27 rows starting from the beginning of the part | ||
| 9402 | 2025.01.25 03:58:38.794184 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 9403 | 2025.01.25 03:58:38.794892 [ 259 ] {2b7a7cd1-77cb-44fd-b368-f841afd27f5a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9404 | 2025.01.25 03:58:38.794917 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part | ||
| 9405 | 2025.01.25 03:58:38.794968 [ 259 ] {2b7a7cd1-77cb-44fd-b368-f841afd27f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9406 | 2025.01.25 03:58:38.795543 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 9407 | 2025.01.25 03:58:38.796094 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part | ||
| 9408 | 2025.01.25 03:58:38.797000 [ 259 ] {2b7a7cd1-77cb-44fd-b368-f841afd27f5a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9409 | 2025.01.25 03:58:38.797522 [ 259 ] {2b7a7cd1-77cb-44fd-b368-f841afd27f5a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9410 | 2025.01.25 03:58:38.798078 [ 259 ] {2b7a7cd1-77cb-44fd-b368-f841afd27f5a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006001 sec., 13664.389268455257 rows/sec., 888.69 KiB/sec. | ||
| 9411 | 2025.01.25 03:58:38.798150 [ 259 ] {2b7a7cd1-77cb-44fd-b368-f841afd27f5a} <Debug> TCPHandler: Processed in 0.006896928 sec. | ||
| 9412 | 2025.01.25 03:58:38.803542 [ 201 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 19 columns (19 merged, 0 gathered) in 0.012647107 sec., 83971.77314938507 rows/sec., 150.47 MiB/sec. | ||
| 9413 | 2025.01.25 03:58:38.804992 [ 200 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9414 | 2025.01.25 03:58:38.805459 [ 200 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9415 | 2025.01.25 03:58:38.805546 [ 200 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9416 | 2025.01.25 03:58:38.805721 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. | ||
| 9417 | 2025.01.25 03:58:39.000199 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.58 MiB, peak 233.26 MiB, free memory in arenas 0.00 B, will set to 225.02 MiB (RSS), difference: 1.44 MiB | ||
| 9418 | 2025.01.25 03:58:42.313486 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9419 | 2025.01.25 03:58:42.313556 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9420 | 2025.01.25 03:58:42.474605 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 9421 | 2025.01.25 03:58:42.475437 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9422 | 2025.01.25 03:58:42.475477 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9423 | 2025.01.25 03:58:42.476000 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9424 | 2025.01.25 03:58:42.476256 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9425 | 2025.01.25 03:58:42.476521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9426 | 2025.01.25 03:58:42.574228 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1332 | ||
| 9427 | 2025.01.25 03:58:42.577363 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9428 | 2025.01.25 03:58:42.577419 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9429 | 2025.01.25 03:58:42.578929 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9430 | 2025.01.25 03:58:42.579250 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9431 | 2025.01.25 03:58:42.580282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1332 | ||
| 9432 | 2025.01.25 03:58:43.758186 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9433 | 2025.01.25 03:58:43.758505 [ 259 ] {295c05ef-9cb9-4b72-8fda-1a3dc1edbb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9434 | 2025.01.25 03:58:43.758625 [ 259 ] {295c05ef-9cb9-4b72-8fda-1a3dc1edbb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9435 | 2025.01.25 03:58:43.759454 [ 259 ] {295c05ef-9cb9-4b72-8fda-1a3dc1edbb1e} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2025.01.25 03:58:43.759508 [ 259 ] {295c05ef-9cb9-4b72-8fda-1a3dc1edbb1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9437 | 2025.01.25 03:58:43.759961 [ 259 ] {295c05ef-9cb9-4b72-8fda-1a3dc1edbb1e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9438 | 2025.01.25 03:58:43.760226 [ 259 ] {295c05ef-9cb9-4b72-8fda-1a3dc1edbb1e} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9439 | 2025.01.25 03:58:43.760475 [ 259 ] {295c05ef-9cb9-4b72-8fda-1a3dc1edbb1e} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002061 sec., 39786.511402231925 rows/sec., 3.29 MiB/sec. | ||
| 9440 | 2025.01.25 03:58:43.760544 [ 259 ] {295c05ef-9cb9-4b72-8fda-1a3dc1edbb1e} <Debug> TCPHandler: Processed in 0.002553102 sec. | ||
| 9441 | 2025.01.25 03:58:43.760807 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2025.01.25 03:58:43.761010 [ 260 ] {d95f3f1c-d9f9-4c11-b641-8f7a3faf2c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9443 | 2025.01.25 03:58:43.761087 [ 260 ] {d95f3f1c-d9f9-4c11-b641-8f7a3faf2c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9444 | 2025.01.25 03:58:43.761843 [ 260 ] {d95f3f1c-d9f9-4c11-b641-8f7a3faf2c9d} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2025.01.25 03:58:43.761894 [ 260 ] {d95f3f1c-d9f9-4c11-b641-8f7a3faf2c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9446 | 2025.01.25 03:58:43.762338 [ 260 ] {d95f3f1c-d9f9-4c11-b641-8f7a3faf2c9d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9447 | 2025.01.25 03:58:43.762607 [ 260 ] {d95f3f1c-d9f9-4c11-b641-8f7a3faf2c9d} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2025.01.25 03:58:43.762858 [ 260 ] {d95f3f1c-d9f9-4c11-b641-8f7a3faf2c9d} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001902 sec., 6834.910620399579 rows/sec., 513.95 KiB/sec. | ||
| 9449 | 2025.01.25 03:58:43.762925 [ 260 ] {d95f3f1c-d9f9-4c11-b641-8f7a3faf2c9d} <Debug> TCPHandler: Processed in 0.002257795 sec. | ||
| 9450 | 2025.01.25 03:58:43.763154 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9451 | 2025.01.25 03:58:43.763308 [ 259 ] {78d5d148-95b6-4ca4-a461-03f8421af904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9452 | 2025.01.25 03:58:43.763370 [ 259 ] {78d5d148-95b6-4ca4-a461-03f8421af904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9453 | 2025.01.25 03:58:43.764040 [ 259 ] {78d5d148-95b6-4ca4-a461-03f8421af904} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9454 | 2025.01.25 03:58:43.764081 [ 259 ] {78d5d148-95b6-4ca4-a461-03f8421af904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9455 | 2025.01.25 03:58:43.764450 [ 259 ] {78d5d148-95b6-4ca4-a461-03f8421af904} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9456 | 2025.01.25 03:58:43.764695 [ 259 ] {78d5d148-95b6-4ca4-a461-03f8421af904} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9457 | 2025.01.25 03:58:43.764921 [ 259 ] {78d5d148-95b6-4ca4-a461-03f8421af904} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001646 sec., 46780.07290400972 rows/sec., 3.65 MiB/sec. | ||
| 9458 | 2025.01.25 03:58:43.764986 [ 259 ] {78d5d148-95b6-4ca4-a461-03f8421af904} <Debug> TCPHandler: Processed in 0.001950598 sec. | ||
| 9459 | 2025.01.25 03:58:43.765190 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9460 | 2025.01.25 03:58:43.765358 [ 260 ] {ed49591c-b778-4197-904c-bdb5aa54fbe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9461 | 2025.01.25 03:58:43.765422 [ 260 ] {ed49591c-b778-4197-904c-bdb5aa54fbe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9462 | 2025.01.25 03:58:43.766026 [ 260 ] {ed49591c-b778-4197-904c-bdb5aa54fbe7} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9463 | 2025.01.25 03:58:43.766065 [ 260 ] {ed49591c-b778-4197-904c-bdb5aa54fbe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9464 | 2025.01.25 03:58:43.766465 [ 260 ] {ed49591c-b778-4197-904c-bdb5aa54fbe7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9465 | 2025.01.25 03:58:43.766704 [ 260 ] {ed49591c-b778-4197-904c-bdb5aa54fbe7} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9466 | 2025.01.25 03:58:43.766911 [ 260 ] {ed49591c-b778-4197-904c-bdb5aa54fbe7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
| 9467 | 2025.01.25 03:58:43.766964 [ 260 ] {ed49591c-b778-4197-904c-bdb5aa54fbe7} <Debug> TCPHandler: Processed in 0.001893326 sec. | ||
| 9468 | 2025.01.25 03:58:43.767112 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9469 | 2025.01.25 03:58:43.767252 [ 259 ] {afac9c87-8292-4db3-b769-efaa20754131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9470 | 2025.01.25 03:58:43.767348 [ 259 ] {afac9c87-8292-4db3-b769-efaa20754131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9471 | 2025.01.25 03:58:43.768515 [ 259 ] {afac9c87-8292-4db3-b769-efaa20754131} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9472 | 2025.01.25 03:58:43.768554 [ 259 ] {afac9c87-8292-4db3-b769-efaa20754131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9473 | 2025.01.25 03:58:43.769195 [ 259 ] {afac9c87-8292-4db3-b769-efaa20754131} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9474 | 2025.01.25 03:58:43.769457 [ 259 ] {afac9c87-8292-4db3-b769-efaa20754131} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9475 | 2025.01.25 03:58:43.769694 [ 259 ] {afac9c87-8292-4db3-b769-efaa20754131} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002472 sec., 5258.899676375405 rows/sec., 9.42 MiB/sec. | ||
| 9476 | 2025.01.25 03:58:43.769787 [ 259 ] {afac9c87-8292-4db3-b769-efaa20754131} <Debug> TCPHandler: Processed in 0.002742576 sec. | ||
| 9477 | 2025.01.25 03:58:43.769999 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9478 | 2025.01.25 03:58:43.770224 [ 260 ] {2db598dd-e4ba-44f5-b833-032bef939c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9479 | 2025.01.25 03:58:43.770318 [ 260 ] {2db598dd-e4ba-44f5-b833-032bef939c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9480 | 2025.01.25 03:58:43.770955 [ 260 ] {2db598dd-e4ba-44f5-b833-032bef939c61} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9481 | 2025.01.25 03:58:43.770994 [ 260 ] {2db598dd-e4ba-44f5-b833-032bef939c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9482 | 2025.01.25 03:58:43.771366 [ 260 ] {2db598dd-e4ba-44f5-b833-032bef939c61} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9483 | 2025.01.25 03:58:43.771605 [ 260 ] {2db598dd-e4ba-44f5-b833-032bef939c61} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9484 | 2025.01.25 03:58:43.771819 [ 260 ] {2db598dd-e4ba-44f5-b833-032bef939c61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001651 sec., 36341.611144760755 rows/sec., 2.45 MiB/sec. | ||
| 9485 | 2025.01.25 03:58:43.771869 [ 260 ] {2db598dd-e4ba-44f5-b833-032bef939c61} <Debug> TCPHandler: Processed in 0.001979558 sec. | ||
| 9486 | 2025.01.25 03:58:43.896796 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 9487 | 2025.01.25 03:58:43.917512 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9488 | 2025.01.25 03:58:43.917566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9489 | 2025.01.25 03:58:43.924839 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9490 | 2025.01.25 03:58:43.925596 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9491 | 2025.01.25 03:58:43.928667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9492 | 2025.01.25 03:58:44.255951 [ 147 ] {} <Debug> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9493 | 2025.01.25 03:58:44.256028 [ 147 ] {} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2025.01.25 03:58:44.256052 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9495 | 2025.01.25 03:58:44.256199 [ 199 ] {d2ef8632-0935-425a-a726-0870239d4f58::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 | ||
| 9496 | 2025.01.25 03:58:44.256353 [ 199 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9497 | 2025.01.25 03:58:44.256393 [ 199 ] {d2ef8632-0935-425a-a726-0870239d4f58::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 | ||
| 9498 | 2025.01.25 03:58:44.256486 [ 199 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 9499 | 2025.01.25 03:58:44.256711 [ 199 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 9500 | 2025.01.25 03:58:44.256948 [ 199 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 9501 | 2025.01.25 03:58:44.257223 [ 199 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 9502 | 2025.01.25 03:58:44.258264 [ 201 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147632 sec., 22350.197799250524 rows/sec., 1.87 MiB/sec. | ||
| 9503 | 2025.01.25 03:58:44.258431 [ 201 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9504 | 2025.01.25 03:58:44.258743 [ 201 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_13_3} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9505 | 2025.01.25 03:58:44.258830 [ 201 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_13_3} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9506 | 2025.01.25 03:58:44.258928 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9507 | 2025.01.25 03:58:48.763968 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9508 | 2025.01.25 03:58:48.764178 [ 259 ] {d28bcff5-fd79-468b-a33d-abc3b5214543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9509 | 2025.01.25 03:58:48.764259 [ 259 ] {d28bcff5-fd79-468b-a33d-abc3b5214543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9510 | 2025.01.25 03:58:48.765025 [ 259 ] {d28bcff5-fd79-468b-a33d-abc3b5214543} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9511 | 2025.01.25 03:58:48.765080 [ 259 ] {d28bcff5-fd79-468b-a33d-abc3b5214543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9512 | 2025.01.25 03:58:48.765509 [ 259 ] {d28bcff5-fd79-468b-a33d-abc3b5214543} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9513 | 2025.01.25 03:58:48.765760 [ 259 ] {d28bcff5-fd79-468b-a33d-abc3b5214543} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9514 | 2025.01.25 03:58:48.766051 [ 259 ] {d28bcff5-fd79-468b-a33d-abc3b5214543} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec. | ||
| 9515 | 2025.01.25 03:58:48.766255 [ 259 ] {d28bcff5-fd79-468b-a33d-abc3b5214543} <Debug> TCPHandler: Processed in 0.002423348 sec. | ||
| 9516 | 2025.01.25 03:58:48.766575 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9517 | 2025.01.25 03:58:48.766785 [ 260 ] {6e09c325-88ac-4328-bdf8-a31ddb49d5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9518 | 2025.01.25 03:58:48.766859 [ 260 ] {6e09c325-88ac-4328-bdf8-a31ddb49d5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9519 | 2025.01.25 03:58:48.767611 [ 260 ] {6e09c325-88ac-4328-bdf8-a31ddb49d5a1} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9520 | 2025.01.25 03:58:48.767658 [ 260 ] {6e09c325-88ac-4328-bdf8-a31ddb49d5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9521 | 2025.01.25 03:58:48.768169 [ 260 ] {6e09c325-88ac-4328-bdf8-a31ddb49d5a1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9522 | 2025.01.25 03:58:48.768440 [ 260 ] {6e09c325-88ac-4328-bdf8-a31ddb49d5a1} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9523 | 2025.01.25 03:58:48.768644 [ 260 ] {6e09c325-88ac-4328-bdf8-a31ddb49d5a1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001916 sec., 2087.6826722338205 rows/sec., 170.24 KiB/sec. | ||
| 9524 | 2025.01.25 03:58:48.768710 [ 260 ] {6e09c325-88ac-4328-bdf8-a31ddb49d5a1} <Debug> TCPHandler: Processed in 0.002336927 sec. | ||
| 9525 | 2025.01.25 03:58:48.768861 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9526 | 2025.01.25 03:58:48.769015 [ 259 ] {20800ff6-15d6-4282-b5fe-8b7c89427226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9527 | 2025.01.25 03:58:48.769077 [ 259 ] {20800ff6-15d6-4282-b5fe-8b7c89427226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9528 | 2025.01.25 03:58:48.769868 [ 259 ] {20800ff6-15d6-4282-b5fe-8b7c89427226} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9529 | 2025.01.25 03:58:48.769910 [ 259 ] {20800ff6-15d6-4282-b5fe-8b7c89427226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9530 | 2025.01.25 03:58:48.770294 [ 259 ] {20800ff6-15d6-4282-b5fe-8b7c89427226} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9531 | 2025.01.25 03:58:48.770533 [ 259 ] {20800ff6-15d6-4282-b5fe-8b7c89427226} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9532 | 2025.01.25 03:58:48.770734 [ 259 ] {20800ff6-15d6-4282-b5fe-8b7c89427226} <Debug> executeQuery: Read 259 rows, 23.16 KiB in 0.001748 sec., 148169.33638443935 rows/sec., 12.94 MiB/sec. | ||
| 9533 | 2025.01.25 03:58:48.770846 [ 259 ] {20800ff6-15d6-4282-b5fe-8b7c89427226} <Debug> TCPHandler: Processed in 0.00205182 sec. | ||
| 9534 | 2025.01.25 03:58:48.771063 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9535 | 2025.01.25 03:58:48.771240 [ 260 ] {3fcba81a-55fc-44f6-998d-0a8eb110dbd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9536 | 2025.01.25 03:58:48.771303 [ 260 ] {3fcba81a-55fc-44f6-998d-0a8eb110dbd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9537 | 2025.01.25 03:58:48.771974 [ 260 ] {3fcba81a-55fc-44f6-998d-0a8eb110dbd7} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9538 | 2025.01.25 03:58:48.772024 [ 260 ] {3fcba81a-55fc-44f6-998d-0a8eb110dbd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9539 | 2025.01.25 03:58:48.772397 [ 260 ] {3fcba81a-55fc-44f6-998d-0a8eb110dbd7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9540 | 2025.01.25 03:58:48.772638 [ 260 ] {3fcba81a-55fc-44f6-998d-0a8eb110dbd7} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9541 | 2025.01.25 03:58:48.772810 [ 141 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9542 | 2025.01.25 03:58:48.772873 [ 141 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9543 | 2025.01.25 03:58:48.772878 [ 260 ] {3fcba81a-55fc-44f6-998d-0a8eb110dbd7} <Debug> executeQuery: Read 38 rows, 2.77 KiB in 0.001664 sec., 22836.538461538465 rows/sec., 1.62 MiB/sec. | ||
| 9544 | 2025.01.25 03:58:48.772905 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9545 | 2025.01.25 03:58:48.773055 [ 260 ] {3fcba81a-55fc-44f6-998d-0a8eb110dbd7} <Debug> TCPHandler: Processed in 0.002096941 sec. | ||
| 9546 | 2025.01.25 03:58:48.773139 [ 197 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 9547 | 2025.01.25 03:58:48.773268 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9548 | 2025.01.25 03:58:48.773289 [ 197 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9549 | 2025.01.25 03:58:48.773327 [ 197 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 65 rows starting from the beginning of the part | ||
| 9550 | 2025.01.25 03:58:48.773483 [ 197 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 9551 | 2025.01.25 03:58:48.773504 [ 259 ] {0975b2f2-520e-4fc4-a61f-3978ff69ff4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9552 | 2025.01.25 03:58:48.773708 [ 259 ] {0975b2f2-520e-4fc4-a61f-3978ff69ff4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9553 | 2025.01.25 03:58:48.773845 [ 197 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 25 rows starting from the beginning of the part | ||
| 9554 | 2025.01.25 03:58:48.774263 [ 197 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 9555 | 2025.01.25 03:58:48.774537 [ 197 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 9556 | 2025.01.25 03:58:48.774995 [ 197 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 38 rows starting from the beginning of the part | ||
| 9557 | 2025.01.25 03:58:48.776075 [ 259 ] {0975b2f2-520e-4fc4-a61f-3978ff69ff4d} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9558 | 2025.01.25 03:58:48.776118 [ 259 ] {0975b2f2-520e-4fc4-a61f-3978ff69ff4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9559 | 2025.01.25 03:58:48.776684 [ 259 ] {0975b2f2-520e-4fc4-a61f-3978ff69ff4d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9560 | 2025.01.25 03:58:48.776846 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.003805422 sec., 54921.63549798156 rows/sec., 4.12 MiB/sec. | ||
| 9561 | 2025.01.25 03:58:48.777094 [ 259 ] {0975b2f2-520e-4fc4-a61f-3978ff69ff4d} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9562 | 2025.01.25 03:58:48.777113 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9563 | 2025.01.25 03:58:48.777532 [ 259 ] {0975b2f2-520e-4fc4-a61f-3978ff69ff4d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00413 sec., 3389.830508474576 rows/sec., 237.40 KiB/sec. | ||
| 9564 | 2025.01.25 03:58:48.777929 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_61_12} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9565 | 2025.01.25 03:58:48.778027 [ 259 ] {0975b2f2-520e-4fc4-a61f-3978ff69ff4d} <Debug> TCPHandler: Processed in 0.004819617 sec. | ||
| 9566 | 2025.01.25 03:58:48.778279 [ 199 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_61_12} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9567 | 2025.01.25 03:58:48.778392 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9568 | 2025.01.25 03:58:48.778512 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9569 | 2025.01.25 03:58:48.778623 [ 260 ] {e5ddef38-5c88-4387-a2a0-e108ca512ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9570 | 2025.01.25 03:58:48.778693 [ 260 ] {e5ddef38-5c88-4387-a2a0-e108ca512ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9571 | 2025.01.25 03:58:48.779290 [ 260 ] {e5ddef38-5c88-4387-a2a0-e108ca512ca8} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9572 | 2025.01.25 03:58:48.779329 [ 260 ] {e5ddef38-5c88-4387-a2a0-e108ca512ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9573 | 2025.01.25 03:58:48.779699 [ 260 ] {e5ddef38-5c88-4387-a2a0-e108ca512ca8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9574 | 2025.01.25 03:58:48.779952 [ 260 ] {e5ddef38-5c88-4387-a2a0-e108ca512ca8} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9575 | 2025.01.25 03:58:48.780216 [ 260 ] {e5ddef38-5c88-4387-a2a0-e108ca512ca8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001627 sec., 7990.165949600492 rows/sec., 498.18 KiB/sec. | ||
| 9576 | 2025.01.25 03:58:48.780410 [ 260 ] {e5ddef38-5c88-4387-a2a0-e108ca512ca8} <Debug> TCPHandler: Processed in 0.002159663 sec. | ||
| 9577 | 2025.01.25 03:58:48.780649 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9578 | 2025.01.25 03:58:48.780786 [ 259 ] {9bdf7334-3ef1-4dba-a6ef-5faabb4f8876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9579 | 2025.01.25 03:58:48.780839 [ 259 ] {9bdf7334-3ef1-4dba-a6ef-5faabb4f8876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9580 | 2025.01.25 03:58:48.781633 [ 259 ] {9bdf7334-3ef1-4dba-a6ef-5faabb4f8876} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2025.01.25 03:58:48.781673 [ 259 ] {9bdf7334-3ef1-4dba-a6ef-5faabb4f8876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9582 | 2025.01.25 03:58:48.782085 [ 259 ] {9bdf7334-3ef1-4dba-a6ef-5faabb4f8876} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9583 | 2025.01.25 03:58:48.782341 [ 259 ] {9bdf7334-3ef1-4dba-a6ef-5faabb4f8876} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2025.01.25 03:58:48.782542 [ 259 ] {9bdf7334-3ef1-4dba-a6ef-5faabb4f8876} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.001778 sec., 232283.46456692912 rows/sec., 16.57 MiB/sec. | ||
| 9585 | 2025.01.25 03:58:48.782653 [ 259 ] {9bdf7334-3ef1-4dba-a6ef-5faabb4f8876} <Debug> TCPHandler: Processed in 0.002129852 sec. | ||
| 9586 | 2025.01.25 03:58:48.782866 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9587 | 2025.01.25 03:58:48.783034 [ 260 ] {fd86fc36-278f-4ff8-b055-53320a683eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9588 | 2025.01.25 03:58:48.783098 [ 260 ] {fd86fc36-278f-4ff8-b055-53320a683eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9589 | 2025.01.25 03:58:48.783680 [ 260 ] {fd86fc36-278f-4ff8-b055-53320a683eb9} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9590 | 2025.01.25 03:58:48.783727 [ 260 ] {fd86fc36-278f-4ff8-b055-53320a683eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9591 | 2025.01.25 03:58:48.784099 [ 260 ] {fd86fc36-278f-4ff8-b055-53320a683eb9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9592 | 2025.01.25 03:58:48.784345 [ 260 ] {fd86fc36-278f-4ff8-b055-53320a683eb9} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2025.01.25 03:58:48.784560 [ 260 ] {fd86fc36-278f-4ff8-b055-53320a683eb9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 201.33 KiB/sec. | ||
| 9594 | 2025.01.25 03:58:48.784615 [ 260 ] {fd86fc36-278f-4ff8-b055-53320a683eb9} <Debug> TCPHandler: Processed in 0.001875486 sec. | ||
| 9595 | 2025.01.25 03:58:48.784791 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9596 | 2025.01.25 03:58:48.784937 [ 259 ] {b35d457d-0410-4155-9379-8c5cde337aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9597 | 2025.01.25 03:58:48.785002 [ 259 ] {b35d457d-0410-4155-9379-8c5cde337aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9598 | 2025.01.25 03:58:48.785725 [ 259 ] {b35d457d-0410-4155-9379-8c5cde337aed} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2025.01.25 03:58:48.785765 [ 259 ] {b35d457d-0410-4155-9379-8c5cde337aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9600 | 2025.01.25 03:58:48.786180 [ 259 ] {b35d457d-0410-4155-9379-8c5cde337aed} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9601 | 2025.01.25 03:58:48.786428 [ 259 ] {b35d457d-0410-4155-9379-8c5cde337aed} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9602 | 2025.01.25 03:58:48.786612 [ 259 ] {b35d457d-0410-4155-9379-8c5cde337aed} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.00171 sec., 139766.08187134503 rows/sec., 9.37 MiB/sec. | ||
| 9603 | 2025.01.25 03:58:48.786669 [ 259 ] {b35d457d-0410-4155-9379-8c5cde337aed} <Debug> TCPHandler: Processed in 0.001947768 sec. | ||
| 9604 | 2025.01.25 03:58:48.786838 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9605 | 2025.01.25 03:58:48.786983 [ 260 ] {3d6e76c2-53bc-4a22-bc32-bcca2e256479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9606 | 2025.01.25 03:58:48.787045 [ 260 ] {3d6e76c2-53bc-4a22-bc32-bcca2e256479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9607 | 2025.01.25 03:58:48.787604 [ 260 ] {3d6e76c2-53bc-4a22-bc32-bcca2e256479} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9608 | 2025.01.25 03:58:48.787651 [ 260 ] {3d6e76c2-53bc-4a22-bc32-bcca2e256479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9609 | 2025.01.25 03:58:48.788055 [ 260 ] {3d6e76c2-53bc-4a22-bc32-bcca2e256479} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9610 | 2025.01.25 03:58:48.788303 [ 260 ] {3d6e76c2-53bc-4a22-bc32-bcca2e256479} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9611 | 2025.01.25 03:58:48.788466 [ 141 ] {} <Debug> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 9612 | 2025.01.25 03:58:48.788528 [ 141 ] {} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9613 | 2025.01.25 03:58:48.788548 [ 260 ] {3d6e76c2-53bc-4a22-bc32-bcca2e256479} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001585 sec., 630.9148264984227 rows/sec., 42.51 KiB/sec. | ||
| 9614 | 2025.01.25 03:58:48.788563 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9615 | 2025.01.25 03:58:48.788704 [ 260 ] {3d6e76c2-53bc-4a22-bc32-bcca2e256479} <Debug> TCPHandler: Processed in 0.001931917 sec. | ||
| 9616 | 2025.01.25 03:58:48.788825 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 9617 | 2025.01.25 03:58:48.788908 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9618 | 2025.01.25 03:58:48.789120 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9619 | 2025.01.25 03:58:48.789146 [ 259 ] {a532d0dd-e2f3-4a76-9334-eea32d63024d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9620 | 2025.01.25 03:58:48.789194 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
| 9621 | 2025.01.25 03:58:48.789508 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 9622 | 2025.01.25 03:58:48.789503 [ 259 ] {a532d0dd-e2f3-4a76-9334-eea32d63024d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9623 | 2025.01.25 03:58:48.789784 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 9624 | 2025.01.25 03:58:48.790157 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9625 | 2025.01.25 03:58:48.790439 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9626 | 2025.01.25 03:58:48.790710 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9627 | 2025.01.25 03:58:48.794598 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.005901643 sec., 5083.330184492692 rows/sec., 342.53 KiB/sec. | ||
| 9628 | 2025.01.25 03:58:48.794853 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9629 | 2025.01.25 03:58:48.795103 [ 259 ] {a532d0dd-e2f3-4a76-9334-eea32d63024d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9630 | 2025.01.25 03:58:48.795158 [ 259 ] {a532d0dd-e2f3-4a76-9334-eea32d63024d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9631 | 2025.01.25 03:58:48.795555 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9632 | 2025.01.25 03:58:48.795733 [ 196 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_30_6} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 9633 | 2025.01.25 03:58:48.795907 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9634 | 2025.01.25 03:58:48.796288 [ 259 ] {a532d0dd-e2f3-4a76-9334-eea32d63024d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9635 | 2025.01.25 03:58:48.796576 [ 259 ] {a532d0dd-e2f3-4a76-9334-eea32d63024d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9636 | 2025.01.25 03:58:48.796800 [ 259 ] {a532d0dd-e2f3-4a76-9334-eea32d63024d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007726 sec., 3494.693243593062 rows/sec., 6.26 MiB/sec. | ||
| 9637 | 2025.01.25 03:58:48.796936 [ 259 ] {a532d0dd-e2f3-4a76-9334-eea32d63024d} <Debug> TCPHandler: Processed in 0.008115737 sec. | ||
| 9638 | 2025.01.25 03:58:48.797098 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9639 | 2025.01.25 03:58:48.797225 [ 260 ] {1820f18a-25a0-4e19-8f13-6d1654db57e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9640 | 2025.01.25 03:58:48.797279 [ 260 ] {1820f18a-25a0-4e19-8f13-6d1654db57e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9641 | 2025.01.25 03:58:48.797790 [ 260 ] {1820f18a-25a0-4e19-8f13-6d1654db57e4} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9642 | 2025.01.25 03:58:48.797831 [ 260 ] {1820f18a-25a0-4e19-8f13-6d1654db57e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9643 | 2025.01.25 03:58:48.798229 [ 260 ] {1820f18a-25a0-4e19-8f13-6d1654db57e4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9644 | 2025.01.25 03:58:48.798479 [ 260 ] {1820f18a-25a0-4e19-8f13-6d1654db57e4} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9645 | 2025.01.25 03:58:48.798732 [ 260 ] {1820f18a-25a0-4e19-8f13-6d1654db57e4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec. | ||
| 9646 | 2025.01.25 03:58:48.798820 [ 260 ] {1820f18a-25a0-4e19-8f13-6d1654db57e4} <Debug> TCPHandler: Processed in 0.001783433 sec. | ||
| 9647 | 2025.01.25 03:58:49.977616 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 9648 | 2025.01.25 03:58:49.978271 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9649 | 2025.01.25 03:58:49.978318 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9650 | 2025.01.25 03:58:49.978829 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9651 | 2025.01.25 03:58:49.979079 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9652 | 2025.01.25 03:58:49.979364 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 9653 | 2025.01.25 03:58:51.429696 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9654 | 2025.01.25 03:58:51.450455 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9655 | 2025.01.25 03:58:51.450508 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9656 | 2025.01.25 03:58:51.458034 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9657 | 2025.01.25 03:58:51.458801 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9658 | 2025.01.25 03:58:51.462425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9659 | 2025.01.25 03:58:52.581394 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1368 | ||
| 9660 | 2025.01.25 03:58:52.584603 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9661 | 2025.01.25 03:58:52.584658 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9662 | 2025.01.25 03:58:52.586162 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9663 | 2025.01.25 03:58:52.586489 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9664 | 2025.01.25 03:58:52.587916 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1368 | ||
| 9665 | 2025.01.25 03:58:53.758504 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9666 | 2025.01.25 03:58:53.758707 [ 259 ] {7ff7504f-5e8c-4592-aacd-79cbb381906b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9667 | 2025.01.25 03:58:53.758781 [ 259 ] {7ff7504f-5e8c-4592-aacd-79cbb381906b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9668 | 2025.01.25 03:58:53.759582 [ 259 ] {7ff7504f-5e8c-4592-aacd-79cbb381906b} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9669 | 2025.01.25 03:58:53.759635 [ 259 ] {7ff7504f-5e8c-4592-aacd-79cbb381906b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9670 | 2025.01.25 03:58:53.760104 [ 259 ] {7ff7504f-5e8c-4592-aacd-79cbb381906b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9671 | 2025.01.25 03:58:53.760372 [ 259 ] {7ff7504f-5e8c-4592-aacd-79cbb381906b} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9672 | 2025.01.25 03:58:53.760620 [ 259 ] {7ff7504f-5e8c-4592-aacd-79cbb381906b} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001969 sec., 41645.505332656176 rows/sec., 3.44 MiB/sec. | ||
| 9673 | 2025.01.25 03:58:53.760677 [ 259 ] {7ff7504f-5e8c-4592-aacd-79cbb381906b} <Debug> TCPHandler: Processed in 0.002314956 sec. | ||
| 9674 | 2025.01.25 03:58:53.760954 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9675 | 2025.01.25 03:58:53.761165 [ 260 ] {9f3966ca-d454-452e-ba18-9e9b6fe6234d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9676 | 2025.01.25 03:58:53.761244 [ 260 ] {9f3966ca-d454-452e-ba18-9e9b6fe6234d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9677 | 2025.01.25 03:58:53.762014 [ 260 ] {9f3966ca-d454-452e-ba18-9e9b6fe6234d} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9678 | 2025.01.25 03:58:53.762070 [ 260 ] {9f3966ca-d454-452e-ba18-9e9b6fe6234d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9679 | 2025.01.25 03:58:53.762516 [ 260 ] {9f3966ca-d454-452e-ba18-9e9b6fe6234d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9680 | 2025.01.25 03:58:53.762771 [ 260 ] {9f3966ca-d454-452e-ba18-9e9b6fe6234d} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9681 | 2025.01.25 03:58:53.763009 [ 260 ] {9f3966ca-d454-452e-ba18-9e9b6fe6234d} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.0019 sec., 6842.105263157895 rows/sec., 514.49 KiB/sec. | ||
| 9682 | 2025.01.25 03:58:53.763082 [ 260 ] {9f3966ca-d454-452e-ba18-9e9b6fe6234d} <Debug> TCPHandler: Processed in 0.002296646 sec. | ||
| 9683 | 2025.01.25 03:58:53.763235 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9684 | 2025.01.25 03:58:53.763377 [ 259 ] {d7fd893f-de01-4c8d-810a-6c4ca91b67a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9685 | 2025.01.25 03:58:53.763436 [ 259 ] {d7fd893f-de01-4c8d-810a-6c4ca91b67a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9686 | 2025.01.25 03:58:53.764143 [ 259 ] {d7fd893f-de01-4c8d-810a-6c4ca91b67a2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9687 | 2025.01.25 03:58:53.764187 [ 259 ] {d7fd893f-de01-4c8d-810a-6c4ca91b67a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9688 | 2025.01.25 03:58:53.764600 [ 259 ] {d7fd893f-de01-4c8d-810a-6c4ca91b67a2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9689 | 2025.01.25 03:58:53.764840 [ 259 ] {d7fd893f-de01-4c8d-810a-6c4ca91b67a2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9690 | 2025.01.25 03:58:53.765061 [ 259 ] {d7fd893f-de01-4c8d-810a-6c4ca91b67a2} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001716 sec., 44871.79487179487 rows/sec., 3.50 MiB/sec. | ||
| 9691 | 2025.01.25 03:58:53.765115 [ 259 ] {d7fd893f-de01-4c8d-810a-6c4ca91b67a2} <Debug> TCPHandler: Processed in 0.001948467 sec. | ||
| 9692 | 2025.01.25 03:58:53.765266 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9693 | 2025.01.25 03:58:53.765398 [ 260 ] {a91854ec-fa7a-4e1d-a561-379fe3760849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9694 | 2025.01.25 03:58:53.765458 [ 260 ] {a91854ec-fa7a-4e1d-a561-379fe3760849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9695 | 2025.01.25 03:58:53.766076 [ 260 ] {a91854ec-fa7a-4e1d-a561-379fe3760849} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9696 | 2025.01.25 03:58:53.766119 [ 260 ] {a91854ec-fa7a-4e1d-a561-379fe3760849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9697 | 2025.01.25 03:58:53.766541 [ 260 ] {a91854ec-fa7a-4e1d-a561-379fe3760849} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9698 | 2025.01.25 03:58:53.766798 [ 260 ] {a91854ec-fa7a-4e1d-a561-379fe3760849} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9699 | 2025.01.25 03:58:53.767048 [ 260 ] {a91854ec-fa7a-4e1d-a561-379fe3760849} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec. | ||
| 9700 | 2025.01.25 03:58:53.767170 [ 260 ] {a91854ec-fa7a-4e1d-a561-379fe3760849} <Debug> TCPHandler: Processed in 0.001961928 sec. | ||
| 9701 | 2025.01.25 03:58:53.767394 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9702 | 2025.01.25 03:58:53.767545 [ 259 ] {dc5e7380-d812-4a0c-8c9b-0804a602727e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9703 | 2025.01.25 03:58:53.767629 [ 259 ] {dc5e7380-d812-4a0c-8c9b-0804a602727e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9704 | 2025.01.25 03:58:53.768806 [ 259 ] {dc5e7380-d812-4a0c-8c9b-0804a602727e} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9705 | 2025.01.25 03:58:53.768848 [ 259 ] {dc5e7380-d812-4a0c-8c9b-0804a602727e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9706 | 2025.01.25 03:58:53.769493 [ 259 ] {dc5e7380-d812-4a0c-8c9b-0804a602727e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9707 | 2025.01.25 03:58:53.769757 [ 259 ] {dc5e7380-d812-4a0c-8c9b-0804a602727e} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9708 | 2025.01.25 03:58:53.770021 [ 259 ] {dc5e7380-d812-4a0c-8c9b-0804a602727e} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.0025 sec., 5200 rows/sec., 9.32 MiB/sec. | ||
| 9709 | 2025.01.25 03:58:53.770164 [ 259 ] {dc5e7380-d812-4a0c-8c9b-0804a602727e} <Debug> TCPHandler: Processed in 0.002872 sec. | ||
| 9710 | 2025.01.25 03:58:53.770328 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9711 | 2025.01.25 03:58:53.770513 [ 260 ] {f88c0f3d-d8de-4733-88a1-edf3d7040986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9712 | 2025.01.25 03:58:53.770578 [ 260 ] {f88c0f3d-d8de-4733-88a1-edf3d7040986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9713 | 2025.01.25 03:58:53.771150 [ 260 ] {f88c0f3d-d8de-4733-88a1-edf3d7040986} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9714 | 2025.01.25 03:58:53.771193 [ 260 ] {f88c0f3d-d8de-4733-88a1-edf3d7040986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9715 | 2025.01.25 03:58:53.771587 [ 260 ] {f88c0f3d-d8de-4733-88a1-edf3d7040986} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9716 | 2025.01.25 03:58:53.771828 [ 260 ] {f88c0f3d-d8de-4733-88a1-edf3d7040986} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9717 | 2025.01.25 03:58:53.772080 [ 260 ] {f88c0f3d-d8de-4733-88a1-edf3d7040986} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0016 sec., 37500 rows/sec., 2.53 MiB/sec. | ||
| 9718 | 2025.01.25 03:58:53.772177 [ 260 ] {f88c0f3d-d8de-4733-88a1-edf3d7040986} <Debug> TCPHandler: Processed in 0.001917507 sec. | ||
| 9719 | 2025.01.25 03:58:57.313614 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9720 | 2025.01.25 03:58:57.313678 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9721 | 2025.01.25 03:58:57.480440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 9722 | 2025.01.25 03:58:57.481355 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9723 | 2025.01.25 03:58:57.481413 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9724 | 2025.01.25 03:58:57.482090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9725 | 2025.01.25 03:58:57.482414 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9726 | 2025.01.25 03:58:57.482591 [ 132 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9727 | 2025.01.25 03:58:57.482641 [ 132 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9728 | 2025.01.25 03:58:57.482667 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9729 | 2025.01.25 03:58:57.482673 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9730 | 2025.01.25 03:58:57.482898 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 9731 | 2025.01.25 03:58:57.483143 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9732 | 2025.01.25 03:58:57.483187 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 9733 | 2025.01.25 03:58:57.483268 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 9734 | 2025.01.25 03:58:57.483483 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 9735 | 2025.01.25 03:58:57.483703 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 9736 | 2025.01.25 03:58:57.483839 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 9737 | 2025.01.25 03:58:57.484021 [ 191 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 9738 | 2025.01.25 03:58:57.486650 [ 190 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003881704 sec., 5437302.792794093 rows/sec., 77.78 MiB/sec. | ||
| 9739 | 2025.01.25 03:58:57.487091 [ 189 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9740 | 2025.01.25 03:58:57.487496 [ 189 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9741 | 2025.01.25 03:58:57.487598 [ 189 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_46_9} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9742 | 2025.01.25 03:58:57.487727 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 9743 | 2025.01.25 03:58:58.763686 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9744 | 2025.01.25 03:58:58.763992 [ 259 ] {dbd678a4-a91d-48f4-b5f1-2e9c0ada07d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9745 | 2025.01.25 03:58:58.764102 [ 259 ] {dbd678a4-a91d-48f4-b5f1-2e9c0ada07d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9746 | 2025.01.25 03:58:58.764855 [ 259 ] {dbd678a4-a91d-48f4-b5f1-2e9c0ada07d5} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9747 | 2025.01.25 03:58:58.764907 [ 259 ] {dbd678a4-a91d-48f4-b5f1-2e9c0ada07d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9748 | 2025.01.25 03:58:58.765346 [ 259 ] {dbd678a4-a91d-48f4-b5f1-2e9c0ada07d5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9749 | 2025.01.25 03:58:58.765604 [ 259 ] {dbd678a4-a91d-48f4-b5f1-2e9c0ada07d5} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9750 | 2025.01.25 03:58:58.765848 [ 259 ] {dbd678a4-a91d-48f4-b5f1-2e9c0ada07d5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 518.96 KiB/sec. | ||
| 9751 | 2025.01.25 03:58:58.765915 [ 259 ] {dbd678a4-a91d-48f4-b5f1-2e9c0ada07d5} <Debug> TCPHandler: Processed in 0.002419049 sec. | ||
| 9752 | 2025.01.25 03:58:58.766174 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9753 | 2025.01.25 03:58:58.766391 [ 260 ] {8456c163-85ec-429b-b2b5-72d390423fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9754 | 2025.01.25 03:58:58.766474 [ 260 ] {8456c163-85ec-429b-b2b5-72d390423fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9755 | 2025.01.25 03:58:58.767383 [ 260 ] {8456c163-85ec-429b-b2b5-72d390423fba} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9756 | 2025.01.25 03:58:58.767435 [ 260 ] {8456c163-85ec-429b-b2b5-72d390423fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9757 | 2025.01.25 03:58:58.767883 [ 260 ] {8456c163-85ec-429b-b2b5-72d390423fba} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9758 | 2025.01.25 03:58:58.768131 [ 260 ] {8456c163-85ec-429b-b2b5-72d390423fba} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9759 | 2025.01.25 03:58:58.768339 [ 131 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9760 | 2025.01.25 03:58:58.768405 [ 260 ] {8456c163-85ec-429b-b2b5-72d390423fba} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002075 sec., 123855.42168674698 rows/sec., 10.83 MiB/sec. | ||
| 9761 | 2025.01.25 03:58:58.768433 [ 131 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9762 | 2025.01.25 03:58:58.768503 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9763 | 2025.01.25 03:58:58.768530 [ 260 ] {8456c163-85ec-429b-b2b5-72d390423fba} <Debug> TCPHandler: Processed in 0.002509091 sec. | ||
| 9764 | 2025.01.25 03:58:58.768758 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9765 | 2025.01.25 03:58:58.768772 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 9766 | 2025.01.25 03:58:58.768968 [ 259 ] {e5ff0457-9666-42e7-b643-dccf0fbebbd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9767 | 2025.01.25 03:58:58.769043 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9768 | 2025.01.25 03:58:58.769067 [ 259 ] {e5ff0457-9666-42e7-b643-dccf0fbebbd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9769 | 2025.01.25 03:58:58.769102 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 9770 | 2025.01.25 03:58:58.769410 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 257 rows starting from the beginning of the part | ||
| 9771 | 2025.01.25 03:58:58.769704 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 9772 | 2025.01.25 03:58:58.769939 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 259 rows starting from the beginning of the part | ||
| 9773 | 2025.01.25 03:58:58.770366 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 9774 | 2025.01.25 03:58:58.770768 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 257 rows starting from the beginning of the part | ||
| 9775 | 2025.01.25 03:58:58.772131 [ 259 ] {e5ff0457-9666-42e7-b643-dccf0fbebbd7} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9776 | 2025.01.25 03:58:58.772201 [ 259 ] {e5ff0457-9666-42e7-b643-dccf0fbebbd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9777 | 2025.01.25 03:58:58.773218 [ 259 ] {e5ff0457-9666-42e7-b643-dccf0fbebbd7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9778 | 2025.01.25 03:58:58.773579 [ 259 ] {e5ff0457-9666-42e7-b643-dccf0fbebbd7} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9779 | 2025.01.25 03:58:58.773908 [ 259 ] {e5ff0457-9666-42e7-b643-dccf0fbebbd7} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.004997 sec., 6804.082449469683 rows/sec., 497.56 KiB/sec. | ||
| 9780 | 2025.01.25 03:58:58.774300 [ 259 ] {e5ff0457-9666-42e7-b643-dccf0fbebbd7} <Debug> TCPHandler: Processed in 0.005673578 sec. | ||
| 9781 | 2025.01.25 03:58:58.774777 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9782 | 2025.01.25 03:58:58.774963 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2369 rows, containing 5 columns (5 merged, 0 gathered) in 0.006349894 sec., 373077.0938853467 rows/sec., 33.01 MiB/sec. | ||
| 9783 | 2025.01.25 03:58:58.775218 [ 260 ] {57d33c45-6b76-457b-8457-65b0e381341a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9784 | 2025.01.25 03:58:58.775416 [ 260 ] {57d33c45-6b76-457b-8457-65b0e381341a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9785 | 2025.01.25 03:58:58.775428 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9786 | 2025.01.25 03:58:58.776253 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9787 | 2025.01.25 03:58:58.776405 [ 187 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_76_15} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9788 | 2025.01.25 03:58:58.776551 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 9789 | 2025.01.25 03:58:58.776782 [ 260 ] {57d33c45-6b76-457b-8457-65b0e381341a} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9790 | 2025.01.25 03:58:58.776828 [ 260 ] {57d33c45-6b76-457b-8457-65b0e381341a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9791 | 2025.01.25 03:58:58.777193 [ 260 ] {57d33c45-6b76-457b-8457-65b0e381341a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9792 | 2025.01.25 03:58:58.777449 [ 260 ] {57d33c45-6b76-457b-8457-65b0e381341a} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9793 | 2025.01.25 03:58:58.777633 [ 131 ] {} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9794 | 2025.01.25 03:58:58.777699 [ 131 ] {} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9795 | 2025.01.25 03:58:58.777706 [ 260 ] {57d33c45-6b76-457b-8457-65b0e381341a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002638 sec., 5307.050796057619 rows/sec., 371.67 KiB/sec. | ||
| 9796 | 2025.01.25 03:58:58.777737 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9797 | 2025.01.25 03:58:58.777876 [ 260 ] {57d33c45-6b76-457b-8457-65b0e381341a} <Debug> TCPHandler: Processed in 0.003412163 sec. | ||
| 9798 | 2025.01.25 03:58:58.777949 [ 190 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 9799 | 2025.01.25 03:58:58.778104 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9800 | 2025.01.25 03:58:58.778110 [ 190 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9801 | 2025.01.25 03:58:58.778182 [ 190 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part | ||
| 9802 | 2025.01.25 03:58:58.778453 [ 259 ] {4270af27-0099-4c3e-92f8-4b0ae8ac745b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9803 | 2025.01.25 03:58:58.778496 [ 190 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 9804 | 2025.01.25 03:58:58.778594 [ 259 ] {4270af27-0099-4c3e-92f8-4b0ae8ac745b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9805 | 2025.01.25 03:58:58.778809 [ 190 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 228 rows starting from the beginning of the part | ||
| 9806 | 2025.01.25 03:58:58.779216 [ 190 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 9807 | 2025.01.25 03:58:58.779476 [ 190 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 9808 | 2025.01.25 03:58:58.779815 [ 190 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 9809 | 2025.01.25 03:58:58.781284 [ 259 ] {4270af27-0099-4c3e-92f8-4b0ae8ac745b} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9810 | 2025.01.25 03:58:58.781354 [ 259 ] {4270af27-0099-4c3e-92f8-4b0ae8ac745b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9811 | 2025.01.25 03:58:58.782292 [ 259 ] {4270af27-0099-4c3e-92f8-4b0ae8ac745b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9812 | 2025.01.25 03:58:58.782700 [ 187 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004824697 sec., 109022.3904216161 rows/sec., 7.81 MiB/sec. | ||
| 9813 | 2025.01.25 03:58:58.782857 [ 259 ] {4270af27-0099-4c3e-92f8-4b0ae8ac745b} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9814 | 2025.01.25 03:58:58.782957 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9815 | 2025.01.25 03:58:58.783282 [ 259 ] {4270af27-0099-4c3e-92f8-4b0ae8ac745b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005018 sec., 2590.6735751295337 rows/sec., 161.53 KiB/sec. | ||
| 9816 | 2025.01.25 03:58:58.783443 [ 259 ] {4270af27-0099-4c3e-92f8-4b0ae8ac745b} <Debug> TCPHandler: Processed in 0.005436911 sec. | ||
| 9817 | 2025.01.25 03:58:58.783660 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9818 | 2025.01.25 03:58:58.783719 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_41_8} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9819 | 2025.01.25 03:58:58.783909 [ 260 ] {408567f5-7db9-435d-8da1-68f2a534f2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9820 | 2025.01.25 03:58:58.783924 [ 195 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_41_8} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9821 | 2025.01.25 03:58:58.783987 [ 260 ] {408567f5-7db9-435d-8da1-68f2a534f2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9822 | 2025.01.25 03:58:58.784100 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 9823 | 2025.01.25 03:58:58.784872 [ 260 ] {408567f5-7db9-435d-8da1-68f2a534f2f8} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9824 | 2025.01.25 03:58:58.784917 [ 260 ] {408567f5-7db9-435d-8da1-68f2a534f2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9825 | 2025.01.25 03:58:58.785307 [ 260 ] {408567f5-7db9-435d-8da1-68f2a534f2f8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9826 | 2025.01.25 03:58:58.785546 [ 260 ] {408567f5-7db9-435d-8da1-68f2a534f2f8} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9827 | 2025.01.25 03:58:58.785716 [ 131 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9828 | 2025.01.25 03:58:58.785761 [ 131 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9829 | 2025.01.25 03:58:58.785800 [ 260 ] {408567f5-7db9-435d-8da1-68f2a534f2f8} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.00195 sec., 209743.58974358975 rows/sec., 14.95 MiB/sec. | ||
| 9830 | 2025.01.25 03:58:58.785808 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9831 | 2025.01.25 03:58:58.785961 [ 260 ] {408567f5-7db9-435d-8da1-68f2a534f2f8} <Debug> TCPHandler: Processed in 0.002402428 sec. | ||
| 9832 | 2025.01.25 03:58:58.786076 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 9833 | 2025.01.25 03:58:58.786163 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9834 | 2025.01.25 03:58:58.786294 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9835 | 2025.01.25 03:58:58.786385 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part | ||
| 9836 | 2025.01.25 03:58:58.786397 [ 259 ] {f4e4096f-f923-4406-9cd0-a8ce53649c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9837 | 2025.01.25 03:58:58.786597 [ 259 ] {f4e4096f-f923-4406-9cd0-a8ce53649c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9838 | 2025.01.25 03:58:58.786669 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 409 rows starting from the beginning of the part | ||
| 9839 | 2025.01.25 03:58:58.787037 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 77 rows starting from the beginning of the part | ||
| 9840 | 2025.01.25 03:58:58.787367 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 413 rows starting from the beginning of the part | ||
| 9841 | 2025.01.25 03:58:58.787667 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 77 rows starting from the beginning of the part | ||
| 9842 | 2025.01.25 03:58:58.787966 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 409 rows starting from the beginning of the part | ||
| 9843 | 2025.01.25 03:58:58.789248 [ 259 ] {f4e4096f-f923-4406-9cd0-a8ce53649c7c} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9844 | 2025.01.25 03:58:58.789313 [ 259 ] {f4e4096f-f923-4406-9cd0-a8ce53649c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9845 | 2025.01.25 03:58:58.790273 [ 259 ] {f4e4096f-f923-4406-9cd0-a8ce53649c7c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9846 | 2025.01.25 03:58:58.790693 [ 259 ] {f4e4096f-f923-4406-9cd0-a8ce53649c7c} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9847 | 2025.01.25 03:58:58.790885 [ 131 ] {} <Debug> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9848 | 2025.01.25 03:58:58.790985 [ 131 ] {} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9849 | 2025.01.25 03:58:58.791085 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9850 | 2025.01.25 03:58:58.791282 [ 259 ] {f4e4096f-f923-4406-9cd0-a8ce53649c7c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004839 sec., 1239.925604463732 rows/sec., 64.78 KiB/sec. | ||
| 9851 | 2025.01.25 03:58:58.791595 [ 195 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 9852 | 2025.01.25 03:58:58.791777 [ 259 ] {f4e4096f-f923-4406-9cd0-a8ce53649c7c} <Debug> TCPHandler: Processed in 0.005677487 sec. | ||
| 9853 | 2025.01.25 03:58:58.791837 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2299 rows, containing 5 columns (5 merged, 0 gathered) in 0.005892763 sec., 390139.5661084622 rows/sec., 29.70 MiB/sec. | ||
| 9854 | 2025.01.25 03:58:58.792113 [ 195 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9855 | 2025.01.25 03:58:58.792117 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9856 | 2025.01.25 03:58:58.792180 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9857 | 2025.01.25 03:58:58.792184 [ 195 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 9858 | 2025.01.25 03:58:58.792594 [ 195 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 9859 | 2025.01.25 03:58:58.792777 [ 260 ] {aec132be-2345-4c23-840f-1803214b51c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9860 | 2025.01.25 03:58:58.793094 [ 195 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 9861 | 2025.01.25 03:58:58.793153 [ 260 ] {aec132be-2345-4c23-840f-1803214b51c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9862 | 2025.01.25 03:58:58.793225 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9863 | 2025.01.25 03:58:58.793485 [ 195 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 9864 | 2025.01.25 03:58:58.793609 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_76_15} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9865 | 2025.01.25 03:58:58.793975 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 9866 | 2025.01.25 03:58:58.794034 [ 195 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 9867 | 2025.01.25 03:58:58.794326 [ 195 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 9868 | 2025.01.25 03:58:58.796198 [ 260 ] {aec132be-2345-4c23-840f-1803214b51c2} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9869 | 2025.01.25 03:58:58.796268 [ 260 ] {aec132be-2345-4c23-840f-1803214b51c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9870 | 2025.01.25 03:58:58.797228 [ 195 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.006015756 sec., 30918.807212260606 rows/sec., 1.58 MiB/sec. | ||
| 9871 | 2025.01.25 03:58:58.797418 [ 260 ] {aec132be-2345-4c23-840f-1803214b51c2} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9872 | 2025.01.25 03:58:58.797543 [ 193 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9873 | 2025.01.25 03:58:58.797896 [ 260 ] {aec132be-2345-4c23-840f-1803214b51c2} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9874 | 2025.01.25 03:58:58.798163 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9875 | 2025.01.25 03:58:58.798261 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9876 | 2025.01.25 03:58:58.798339 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9877 | 2025.01.25 03:58:58.798411 [ 260 ] {aec132be-2345-4c23-840f-1803214b51c2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005902 sec., 40155.87936292782 rows/sec., 2.69 MiB/sec. | ||
| 9878 | 2025.01.25 03:58:58.798616 [ 193 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_31_6} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9879 | 2025.01.25 03:58:58.798972 [ 260 ] {aec132be-2345-4c23-840f-1803214b51c2} <Debug> TCPHandler: Processed in 0.007050151 sec. | ||
| 9880 | 2025.01.25 03:58:58.799078 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 9881 | 2025.01.25 03:58:58.799223 [ 193 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_31_6} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9882 | 2025.01.25 03:58:58.799477 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9883 | 2025.01.25 03:58:58.799787 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9884 | 2025.01.25 03:58:58.799992 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9885 | 2025.01.25 03:58:58.800147 [ 259 ] {0778de86-9d91-4aff-a469-81e01ddd011a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9886 | 2025.01.25 03:58:58.800177 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21556 rows starting from the beginning of the part | ||
| 9887 | 2025.01.25 03:58:58.800338 [ 259 ] {0778de86-9d91-4aff-a469-81e01ddd011a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9888 | 2025.01.25 03:58:58.800766 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part | ||
| 9889 | 2025.01.25 03:58:58.801311 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
| 9890 | 2025.01.25 03:58:58.801697 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 239 rows starting from the beginning of the part | ||
| 9891 | 2025.01.25 03:58:58.802029 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 9892 | 2025.01.25 03:58:58.802330 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 9893 | 2025.01.25 03:58:58.803218 [ 259 ] {0778de86-9d91-4aff-a469-81e01ddd011a} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2025.01.25 03:58:58.803289 [ 259 ] {0778de86-9d91-4aff-a469-81e01ddd011a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9895 | 2025.01.25 03:58:58.803834 [ 259 ] {0778de86-9d91-4aff-a469-81e01ddd011a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9896 | 2025.01.25 03:58:58.804162 [ 259 ] {0778de86-9d91-4aff-a469-81e01ddd011a} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9897 | 2025.01.25 03:58:58.804647 [ 259 ] {0778de86-9d91-4aff-a469-81e01ddd011a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004616 sec., 216.6377816291161 rows/sec., 14.60 KiB/sec. | ||
| 9898 | 2025.01.25 03:58:58.804857 [ 259 ] {0778de86-9d91-4aff-a469-81e01ddd011a} <Debug> TCPHandler: Processed in 0.005697528 sec. | ||
| 9899 | 2025.01.25 03:58:58.805059 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9900 | 2025.01.25 03:58:58.805217 [ 260 ] {e78d99e3-aa0e-4cfd-ae96-c8be95518f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9901 | 2025.01.25 03:58:58.805303 [ 260 ] {e78d99e3-aa0e-4cfd-ae96-c8be95518f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9902 | 2025.01.25 03:58:58.806769 [ 260 ] {e78d99e3-aa0e-4cfd-ae96-c8be95518f90} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9903 | 2025.01.25 03:58:58.806809 [ 260 ] {e78d99e3-aa0e-4cfd-ae96-c8be95518f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9904 | 2025.01.25 03:58:58.811764 [ 260 ] {e78d99e3-aa0e-4cfd-ae96-c8be95518f90} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9905 | 2025.01.25 03:58:58.812095 [ 260 ] {e78d99e3-aa0e-4cfd-ae96-c8be95518f90} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9906 | 2025.01.25 03:58:58.812422 [ 260 ] {e78d99e3-aa0e-4cfd-ae96-c8be95518f90} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007237 sec., 3730.8276910321956 rows/sec., 6.69 MiB/sec. | ||
| 9907 | 2025.01.25 03:58:58.812889 [ 260 ] {e78d99e3-aa0e-4cfd-ae96-c8be95518f90} <Debug> TCPHandler: Processed in 0.007931033 sec. | ||
| 9908 | 2025.01.25 03:58:58.813159 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9909 | 2025.01.25 03:58:58.813445 [ 259 ] {6459e93b-ba7f-4ab0-9545-25d52385c60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9910 | 2025.01.25 03:58:58.813506 [ 259 ] {6459e93b-ba7f-4ab0-9545-25d52385c60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9911 | 2025.01.25 03:58:58.814177 [ 259 ] {6459e93b-ba7f-4ab0-9545-25d52385c60a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9912 | 2025.01.25 03:58:58.814219 [ 259 ] {6459e93b-ba7f-4ab0-9545-25d52385c60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9913 | 2025.01.25 03:58:58.814783 [ 259 ] {6459e93b-ba7f-4ab0-9545-25d52385c60a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9914 | 2025.01.25 03:58:58.815089 [ 259 ] {6459e93b-ba7f-4ab0-9545-25d52385c60a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9915 | 2025.01.25 03:58:58.815290 [ 131 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9916 | 2025.01.25 03:58:58.815390 [ 131 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9917 | 2025.01.25 03:58:58.815458 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9918 | 2025.01.25 03:58:58.815581 [ 259 ] {6459e93b-ba7f-4ab0-9545-25d52385c60a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002165 sec., 37875.288683602776 rows/sec., 2.41 MiB/sec. | ||
| 9919 | 2025.01.25 03:58:58.815943 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 9920 | 2025.01.25 03:58:58.816037 [ 259 ] {6459e93b-ba7f-4ab0-9545-25d52385c60a} <Debug> TCPHandler: Processed in 0.003016594 sec. | ||
| 9921 | 2025.01.25 03:58:58.816370 [ 194 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22589 rows, containing 5 columns (5 merged, 0 gathered) in 0.017894874 sec., 1262316.7953012688 rows/sec., 85.26 MiB/sec. | ||
| 9922 | 2025.01.25 03:58:58.816395 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9923 | 2025.01.25 03:58:58.816450 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4210 rows starting from the beginning of the part | ||
| 9924 | 2025.01.25 03:58:58.816511 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 9925 | 2025.01.25 03:58:58.816648 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 9926 | 2025.01.25 03:58:58.816893 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 9927 | 2025.01.25 03:58:58.816997 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 9928 | 2025.01.25 03:58:58.817011 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9929 | 2025.01.25 03:58:58.817419 [ 198 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 9930 | 2025.01.25 03:58:58.817977 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9931 | 2025.01.25 03:58:58.818210 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9932 | 2025.01.25 03:58:58.818340 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 9933 | 2025.01.25 03:58:58.819431 [ 201 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4576 rows, containing 4 columns (4 merged, 0 gathered) in 0.003872104 sec., 1181786.4396204234 rows/sec., 77.14 MiB/sec. | ||
| 9934 | 2025.01.25 03:58:58.820134 [ 201 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9935 | 2025.01.25 03:58:58.820435 [ 201 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_76_15} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9936 | 2025.01.25 03:58:58.820512 [ 201 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_76_15} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9937 | 2025.01.25 03:58:58.820600 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9938 | 2025.01.25 03:58:58.963458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9939 | 2025.01.25 03:58:58.986031 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9940 | 2025.01.25 03:58:58.986078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9941 | 2025.01.25 03:58:58.993491 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9942 | 2025.01.25 03:58:58.994281 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9943 | 2025.01.25 03:58:58.994578 [ 131 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9944 | 2025.01.25 03:58:58.994652 [ 131 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9945 | 2025.01.25 03:58:58.994694 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9946 | 2025.01.25 03:58:58.994951 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 9947 | 2025.01.25 03:58:59.004675 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9948 | 2025.01.25 03:58:59.005876 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9949 | 2025.01.25 03:58:59.006803 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 9950 | 2025.01.25 03:58:59.011525 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 9951 | 2025.01.25 03:58:59.017446 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 9952 | 2025.01.25 03:58:59.022511 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9953 | 2025.01.25 03:58:59.028187 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 9954 | 2025.01.25 03:58:59.032778 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 9955 | 2025.01.25 03:58:59.095191 [ 186 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.100405226 sec., 3455.995408047784 rows/sec., 17.87 MiB/sec. | ||
| 9956 | 2025.01.25 03:58:59.098292 [ 197 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9957 | 2025.01.25 03:58:59.101279 [ 197 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_46_9} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9958 | 2025.01.25 03:58:59.101412 [ 197 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_46_9} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9959 | 2025.01.25 03:58:59.103767 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9960 | 2025.01.25 03:59:00.000191 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.71 MiB, peak 240.11 MiB, free memory in arenas 0.00 B, will set to 229.62 MiB (RSS), difference: 2.91 MiB | ||
| 9961 | 2025.01.25 03:59:02.113339 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9962 | 2025.01.25 03:59:02.113679 [ 259 ] {e37f2306-b53e-4c62-be00-bf6344483e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9963 | 2025.01.25 03:59:02.113797 [ 259 ] {e37f2306-b53e-4c62-be00-bf6344483e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9964 | 2025.01.25 03:59:02.115143 [ 259 ] {e37f2306-b53e-4c62-be00-bf6344483e55} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9965 | 2025.01.25 03:59:02.115196 [ 259 ] {e37f2306-b53e-4c62-be00-bf6344483e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9966 | 2025.01.25 03:59:02.115725 [ 259 ] {e37f2306-b53e-4c62-be00-bf6344483e55} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9967 | 2025.01.25 03:59:02.115981 [ 259 ] {e37f2306-b53e-4c62-be00-bf6344483e55} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9968 | 2025.01.25 03:59:02.116235 [ 259 ] {e37f2306-b53e-4c62-be00-bf6344483e55} <Debug> executeQuery: Read 1222 rows, 103.05 KiB in 0.002644 sec., 462178.517397882 rows/sec., 38.06 MiB/sec. | ||
| 9969 | 2025.01.25 03:59:02.116303 [ 259 ] {e37f2306-b53e-4c62-be00-bf6344483e55} <Debug> TCPHandler: Processed in 0.003161886 sec. | ||
| 9970 | 2025.01.25 03:59:02.116562 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9971 | 2025.01.25 03:59:02.116781 [ 260 ] {194db3a3-9b16-4d04-8492-6bef15704471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9972 | 2025.01.25 03:59:02.116864 [ 260 ] {194db3a3-9b16-4d04-8492-6bef15704471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9973 | 2025.01.25 03:59:02.117644 [ 260 ] {194db3a3-9b16-4d04-8492-6bef15704471} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9974 | 2025.01.25 03:59:02.117686 [ 260 ] {194db3a3-9b16-4d04-8492-6bef15704471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9975 | 2025.01.25 03:59:02.118145 [ 260 ] {194db3a3-9b16-4d04-8492-6bef15704471} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9976 | 2025.01.25 03:59:02.118399 [ 260 ] {194db3a3-9b16-4d04-8492-6bef15704471} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9977 | 2025.01.25 03:59:02.118623 [ 260 ] {194db3a3-9b16-4d04-8492-6bef15704471} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001902 sec., 6834.910620399579 rows/sec., 513.95 KiB/sec. | ||
| 9978 | 2025.01.25 03:59:02.118680 [ 260 ] {194db3a3-9b16-4d04-8492-6bef15704471} <Debug> TCPHandler: Processed in 0.002266345 sec. | ||
| 9979 | 2025.01.25 03:59:02.118891 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9980 | 2025.01.25 03:59:02.119125 [ 259 ] {b9758ae2-b418-4858-a02b-10dc66dbacce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9981 | 2025.01.25 03:59:02.119198 [ 259 ] {b9758ae2-b418-4858-a02b-10dc66dbacce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9982 | 2025.01.25 03:59:02.119864 [ 259 ] {b9758ae2-b418-4858-a02b-10dc66dbacce} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9983 | 2025.01.25 03:59:02.119906 [ 259 ] {b9758ae2-b418-4858-a02b-10dc66dbacce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9984 | 2025.01.25 03:59:02.120281 [ 259 ] {b9758ae2-b418-4858-a02b-10dc66dbacce} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9985 | 2025.01.25 03:59:02.120522 [ 259 ] {b9758ae2-b418-4858-a02b-10dc66dbacce} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9986 | 2025.01.25 03:59:02.120756 [ 259 ] {b9758ae2-b418-4858-a02b-10dc66dbacce} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001693 sec., 134672.17956290607 rows/sec., 9.12 MiB/sec. | ||
| 9987 | 2025.01.25 03:59:02.120818 [ 259 ] {b9758ae2-b418-4858-a02b-10dc66dbacce} <Debug> TCPHandler: Processed in 0.00204037 sec. | ||
| 9988 | 2025.01.25 03:59:02.120981 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9989 | 2025.01.25 03:59:02.121127 [ 260 ] {2a35593f-6235-4fd8-a995-1f596b269749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9990 | 2025.01.25 03:59:02.121223 [ 260 ] {2a35593f-6235-4fd8-a995-1f596b269749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9991 | 2025.01.25 03:59:02.122427 [ 260 ] {2a35593f-6235-4fd8-a995-1f596b269749} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9992 | 2025.01.25 03:59:02.122467 [ 260 ] {2a35593f-6235-4fd8-a995-1f596b269749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9993 | 2025.01.25 03:59:02.122875 [ 260 ] {2a35593f-6235-4fd8-a995-1f596b269749} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9994 | 2025.01.25 03:59:02.123123 [ 260 ] {2a35593f-6235-4fd8-a995-1f596b269749} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9995 | 2025.01.25 03:59:02.123345 [ 260 ] {2a35593f-6235-4fd8-a995-1f596b269749} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.002254 sec., 236468.50044365574 rows/sec., 17.52 MiB/sec. | ||
| 9996 | 2025.01.25 03:59:02.123399 [ 260 ] {2a35593f-6235-4fd8-a995-1f596b269749} <Debug> TCPHandler: Processed in 0.002488 sec. | ||
| 9997 | 2025.01.25 03:59:02.123600 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9998 | 2025.01.25 03:59:02.123833 [ 259 ] {ebb3f88a-fb07-4db7-929b-7efd051f8d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9999 | 2025.01.25 03:59:02.123932 [ 259 ] {ebb3f88a-fb07-4db7-929b-7efd051f8d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10000 | 2025.01.25 03:59:02.124795 [ 259 ] {ebb3f88a-fb07-4db7-929b-7efd051f8d26} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10001 | 2025.01.25 03:59:02.124836 [ 259 ] {ebb3f88a-fb07-4db7-929b-7efd051f8d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10002 | 2025.01.25 03:59:02.125293 [ 259 ] {ebb3f88a-fb07-4db7-929b-7efd051f8d26} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10003 | 2025.01.25 03:59:02.125532 [ 259 ] {ebb3f88a-fb07-4db7-929b-7efd051f8d26} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10004 | 2025.01.25 03:59:02.125776 [ 259 ] {ebb3f88a-fb07-4db7-929b-7efd051f8d26} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.002003 sec., 475287.0693959061 rows/sec., 31.88 MiB/sec. | ||
| 10005 | 2025.01.25 03:59:02.125857 [ 259 ] {ebb3f88a-fb07-4db7-929b-7efd051f8d26} <Debug> TCPHandler: Processed in 0.002368498 sec. | ||
| 10006 | 2025.01.25 03:59:02.126094 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10007 | 2025.01.25 03:59:02.126309 [ 260 ] {7449afd4-ea58-4bfd-a180-8cecbde63190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10008 | 2025.01.25 03:59:02.126406 [ 260 ] {7449afd4-ea58-4bfd-a180-8cecbde63190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10009 | 2025.01.25 03:59:02.127665 [ 260 ] {7449afd4-ea58-4bfd-a180-8cecbde63190} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10010 | 2025.01.25 03:59:02.127705 [ 260 ] {7449afd4-ea58-4bfd-a180-8cecbde63190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10011 | 2025.01.25 03:59:02.128356 [ 260 ] {7449afd4-ea58-4bfd-a180-8cecbde63190} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10012 | 2025.01.25 03:59:02.128614 [ 260 ] {7449afd4-ea58-4bfd-a180-8cecbde63190} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10013 | 2025.01.25 03:59:02.128818 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10014 | 2025.01.25 03:59:02.128905 [ 260 ] {7449afd4-ea58-4bfd-a180-8cecbde63190} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002621 sec., 4959.938954597482 rows/sec., 8.89 MiB/sec. | ||
| 10015 | 2025.01.25 03:59:02.128908 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10016 | 2025.01.25 03:59:02.128997 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10017 | 2025.01.25 03:59:02.129316 [ 260 ] {7449afd4-ea58-4bfd-a180-8cecbde63190} <Debug> TCPHandler: Processed in 0.003368272 sec. | ||
| 10018 | 2025.01.25 03:59:02.129349 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 10019 | 2025.01.25 03:59:02.129515 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10020 | 2025.01.25 03:59:02.129811 [ 259 ] {8ec63df5-51d6-407d-8981-4aa397d90e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10021 | 2025.01.25 03:59:02.129952 [ 259 ] {8ec63df5-51d6-407d-8981-4aa397d90e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10022 | 2025.01.25 03:59:02.129990 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10023 | 2025.01.25 03:59:02.130271 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1062 rows starting from the beginning of the part | ||
| 10024 | 2025.01.25 03:59:02.131249 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 10025 | 2025.01.25 03:59:02.132083 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part | ||
| 10026 | 2025.01.25 03:59:02.132091 [ 259 ] {8ec63df5-51d6-407d-8981-4aa397d90e5a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10027 | 2025.01.25 03:59:02.132179 [ 259 ] {8ec63df5-51d6-407d-8981-4aa397d90e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10028 | 2025.01.25 03:59:02.132729 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 10029 | 2025.01.25 03:59:02.133392 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part | ||
| 10030 | 2025.01.25 03:59:02.133974 [ 196 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 10031 | 2025.01.25 03:59:02.134123 [ 259 ] {8ec63df5-51d6-407d-8981-4aa397d90e5a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10032 | 2025.01.25 03:59:02.134940 [ 259 ] {8ec63df5-51d6-407d-8981-4aa397d90e5a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10033 | 2025.01.25 03:59:02.135371 [ 259 ] {8ec63df5-51d6-407d-8981-4aa397d90e5a} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.005648 sec., 7082.152974504249 rows/sec., 489.66 KiB/sec. | ||
| 10034 | 2025.01.25 03:59:02.135497 [ 259 ] {8ec63df5-51d6-407d-8981-4aa397d90e5a} <Debug> TCPHandler: Processed in 0.006069718 sec. | ||
| 10035 | 2025.01.25 03:59:02.141175 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1155 rows, containing 19 columns (19 merged, 0 gathered) in 0.012043703 sec., 95900.73750573225 rows/sec., 171.85 MiB/sec. | ||
| 10036 | 2025.01.25 03:59:02.142752 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10037 | 2025.01.25 03:59:02.143269 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10038 | 2025.01.25 03:59:02.143370 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10039 | 2025.01.25 03:59:02.143562 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
| 10040 | 2025.01.25 03:59:02.589046 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1416 | ||
| 10041 | 2025.01.25 03:59:02.592512 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10042 | 2025.01.25 03:59:02.592565 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10043 | 2025.01.25 03:59:02.594071 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10044 | 2025.01.25 03:59:02.594387 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10045 | 2025.01.25 03:59:02.595859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1416 | ||
| 10046 | 2025.01.25 03:59:03.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.17 MiB, peak 241.72 MiB, free memory in arenas 0.00 B, will set to 231.21 MiB (RSS), difference: 5.05 MiB | ||
| 10047 | 2025.01.25 03:59:03.752959 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10048 | 2025.01.25 03:59:03.753253 [ 259 ] {066f8908-f2bd-48eb-ac82-cd74637a39dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10049 | 2025.01.25 03:59:03.753326 [ 259 ] {066f8908-f2bd-48eb-ac82-cd74637a39dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10050 | 2025.01.25 03:59:03.754086 [ 259 ] {066f8908-f2bd-48eb-ac82-cd74637a39dc} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10051 | 2025.01.25 03:59:03.754136 [ 259 ] {066f8908-f2bd-48eb-ac82-cd74637a39dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10052 | 2025.01.25 03:59:03.754559 [ 259 ] {066f8908-f2bd-48eb-ac82-cd74637a39dc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10053 | 2025.01.25 03:59:03.754820 [ 259 ] {066f8908-f2bd-48eb-ac82-cd74637a39dc} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10054 | 2025.01.25 03:59:03.755049 [ 259 ] {066f8908-f2bd-48eb-ac82-cd74637a39dc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.29 MiB/sec. | ||
| 10055 | 2025.01.25 03:59:03.755104 [ 259 ] {066f8908-f2bd-48eb-ac82-cd74637a39dc} <Debug> TCPHandler: Processed in 0.002338347 sec. | ||
| 10056 | 2025.01.25 03:59:03.755357 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10057 | 2025.01.25 03:59:03.755577 [ 260 ] {995a6168-de7c-4851-ad63-771fd35b5e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10058 | 2025.01.25 03:59:03.755663 [ 260 ] {995a6168-de7c-4851-ad63-771fd35b5e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10059 | 2025.01.25 03:59:03.756514 [ 260 ] {995a6168-de7c-4851-ad63-771fd35b5e4d} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10060 | 2025.01.25 03:59:03.756557 [ 260 ] {995a6168-de7c-4851-ad63-771fd35b5e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10061 | 2025.01.25 03:59:03.757013 [ 260 ] {995a6168-de7c-4851-ad63-771fd35b5e4d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10062 | 2025.01.25 03:59:03.757285 [ 260 ] {995a6168-de7c-4851-ad63-771fd35b5e4d} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10063 | 2025.01.25 03:59:03.757501 [ 260 ] {995a6168-de7c-4851-ad63-771fd35b5e4d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001986 sec., 32225.579053373618 rows/sec., 2.52 MiB/sec. | ||
| 10064 | 2025.01.25 03:59:03.757568 [ 260 ] {995a6168-de7c-4851-ad63-771fd35b5e4d} <Debug> TCPHandler: Processed in 0.002362628 sec. | ||
| 10065 | 2025.01.25 03:59:03.757779 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10066 | 2025.01.25 03:59:03.758001 [ 259 ] {f2c0bdc7-c670-4d24-a56b-0a862027b640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10067 | 2025.01.25 03:59:03.758097 [ 259 ] {f2c0bdc7-c670-4d24-a56b-0a862027b640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10068 | 2025.01.25 03:59:03.758688 [ 259 ] {f2c0bdc7-c670-4d24-a56b-0a862027b640} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10069 | 2025.01.25 03:59:03.758728 [ 259 ] {f2c0bdc7-c670-4d24-a56b-0a862027b640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10070 | 2025.01.25 03:59:03.759115 [ 259 ] {f2c0bdc7-c670-4d24-a56b-0a862027b640} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10071 | 2025.01.25 03:59:03.759378 [ 259 ] {f2c0bdc7-c670-4d24-a56b-0a862027b640} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10072 | 2025.01.25 03:59:03.759600 [ 259 ] {f2c0bdc7-c670-4d24-a56b-0a862027b640} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001655 sec., 32628.398791540785 rows/sec., 2.27 MiB/sec. | ||
| 10073 | 2025.01.25 03:59:03.759652 [ 259 ] {f2c0bdc7-c670-4d24-a56b-0a862027b640} <Debug> TCPHandler: Processed in 0.001983868 sec. | ||
| 10074 | 2025.01.25 03:59:03.759811 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10075 | 2025.01.25 03:59:03.759964 [ 260 ] {310fe66c-8127-40b3-aec0-6d19f0ec7a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10076 | 2025.01.25 03:59:03.760030 [ 260 ] {310fe66c-8127-40b3-aec0-6d19f0ec7a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10077 | 2025.01.25 03:59:03.760557 [ 260 ] {310fe66c-8127-40b3-aec0-6d19f0ec7a14} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10078 | 2025.01.25 03:59:03.760595 [ 260 ] {310fe66c-8127-40b3-aec0-6d19f0ec7a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10079 | 2025.01.25 03:59:03.760986 [ 260 ] {310fe66c-8127-40b3-aec0-6d19f0ec7a14} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10080 | 2025.01.25 03:59:03.761226 [ 260 ] {310fe66c-8127-40b3-aec0-6d19f0ec7a14} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10081 | 2025.01.25 03:59:03.761439 [ 260 ] {310fe66c-8127-40b3-aec0-6d19f0ec7a14} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.00151 sec., 13245.033112582782 rows/sec., 910.60 KiB/sec. | ||
| 10082 | 2025.01.25 03:59:03.761493 [ 260 ] {310fe66c-8127-40b3-aec0-6d19f0ec7a14} <Debug> TCPHandler: Processed in 0.001755773 sec. | ||
| 10083 | 2025.01.25 03:59:04.983750 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 10084 | 2025.01.25 03:59:04.984389 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10085 | 2025.01.25 03:59:04.984433 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10086 | 2025.01.25 03:59:04.984948 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10087 | 2025.01.25 03:59:04.985202 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10088 | 2025.01.25 03:59:04.985422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 10089 | 2025.01.25 03:59:06.505704 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 10090 | 2025.01.25 03:59:06.524023 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10091 | 2025.01.25 03:59:06.524083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10092 | 2025.01.25 03:59:06.531005 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10093 | 2025.01.25 03:59:06.531757 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10094 | 2025.01.25 03:59:06.534512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 10095 | 2025.01.25 03:59:08.763256 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10096 | 2025.01.25 03:59:08.763471 [ 259 ] {04e9fa1b-c0f4-476d-872f-94dca998b170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10097 | 2025.01.25 03:59:08.763546 [ 259 ] {04e9fa1b-c0f4-476d-872f-94dca998b170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10098 | 2025.01.25 03:59:08.764307 [ 259 ] {04e9fa1b-c0f4-476d-872f-94dca998b170} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10099 | 2025.01.25 03:59:08.764361 [ 259 ] {04e9fa1b-c0f4-476d-872f-94dca998b170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10100 | 2025.01.25 03:59:08.764811 [ 259 ] {04e9fa1b-c0f4-476d-872f-94dca998b170} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10101 | 2025.01.25 03:59:08.765068 [ 259 ] {04e9fa1b-c0f4-476d-872f-94dca998b170} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10102 | 2025.01.25 03:59:08.765304 [ 259 ] {04e9fa1b-c0f4-476d-872f-94dca998b170} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 10103 | 2025.01.25 03:59:08.765361 [ 259 ] {04e9fa1b-c0f4-476d-872f-94dca998b170} <Debug> TCPHandler: Processed in 0.002252715 sec. | ||
| 10104 | 2025.01.25 03:59:08.765620 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10105 | 2025.01.25 03:59:08.765846 [ 260 ] {17278953-145f-49d0-b133-5b0bbfd25651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10106 | 2025.01.25 03:59:08.765931 [ 260 ] {17278953-145f-49d0-b133-5b0bbfd25651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10107 | 2025.01.25 03:59:08.766854 [ 260 ] {17278953-145f-49d0-b133-5b0bbfd25651} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10108 | 2025.01.25 03:59:08.766908 [ 260 ] {17278953-145f-49d0-b133-5b0bbfd25651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10109 | 2025.01.25 03:59:08.767382 [ 260 ] {17278953-145f-49d0-b133-5b0bbfd25651} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10110 | 2025.01.25 03:59:08.767643 [ 260 ] {17278953-145f-49d0-b133-5b0bbfd25651} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10111 | 2025.01.25 03:59:08.767904 [ 260 ] {17278953-145f-49d0-b133-5b0bbfd25651} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.00212 sec., 121226.41509433962 rows/sec., 10.60 MiB/sec. | ||
| 10112 | 2025.01.25 03:59:08.767982 [ 260 ] {17278953-145f-49d0-b133-5b0bbfd25651} <Debug> TCPHandler: Processed in 0.002511651 sec. | ||
| 10113 | 2025.01.25 03:59:08.768204 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10114 | 2025.01.25 03:59:08.768359 [ 259 ] {f2206477-3347-4a75-9074-d32ab9aabe89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10115 | 2025.01.25 03:59:08.768419 [ 259 ] {f2206477-3347-4a75-9074-d32ab9aabe89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10116 | 2025.01.25 03:59:08.769141 [ 259 ] {f2206477-3347-4a75-9074-d32ab9aabe89} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10117 | 2025.01.25 03:59:08.769190 [ 259 ] {f2206477-3347-4a75-9074-d32ab9aabe89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10118 | 2025.01.25 03:59:08.769581 [ 259 ] {f2206477-3347-4a75-9074-d32ab9aabe89} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10119 | 2025.01.25 03:59:08.769825 [ 259 ] {f2206477-3347-4a75-9074-d32ab9aabe89} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10120 | 2025.01.25 03:59:08.770066 [ 259 ] {f2206477-3347-4a75-9074-d32ab9aabe89} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001739 sec., 19551.466359976996 rows/sec., 1.40 MiB/sec. | ||
| 10121 | 2025.01.25 03:59:08.770120 [ 259 ] {f2206477-3347-4a75-9074-d32ab9aabe89} <Debug> TCPHandler: Processed in 0.00204503 sec. | ||
| 10122 | 2025.01.25 03:59:08.770268 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10123 | 2025.01.25 03:59:08.770401 [ 260 ] {0d538610-23e9-4730-b5fd-31647083e4fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10124 | 2025.01.25 03:59:08.770456 [ 260 ] {0d538610-23e9-4730-b5fd-31647083e4fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10125 | 2025.01.25 03:59:08.771064 [ 260 ] {0d538610-23e9-4730-b5fd-31647083e4fa} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10126 | 2025.01.25 03:59:08.771105 [ 260 ] {0d538610-23e9-4730-b5fd-31647083e4fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10127 | 2025.01.25 03:59:08.771480 [ 260 ] {0d538610-23e9-4730-b5fd-31647083e4fa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10128 | 2025.01.25 03:59:08.771736 [ 260 ] {0d538610-23e9-4730-b5fd-31647083e4fa} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10129 | 2025.01.25 03:59:08.771968 [ 260 ] {0d538610-23e9-4730-b5fd-31647083e4fa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001596 sec., 8771.929824561405 rows/sec., 614.33 KiB/sec. | ||
| 10130 | 2025.01.25 03:59:08.772046 [ 260 ] {0d538610-23e9-4730-b5fd-31647083e4fa} <Debug> TCPHandler: Processed in 0.001839414 sec. | ||
| 10131 | 2025.01.25 03:59:08.772281 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10132 | 2025.01.25 03:59:08.772419 [ 259 ] {8180ba7c-49a8-4bda-8251-b15bcb937f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10133 | 2025.01.25 03:59:08.772468 [ 259 ] {8180ba7c-49a8-4bda-8251-b15bcb937f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10134 | 2025.01.25 03:59:08.773072 [ 259 ] {8180ba7c-49a8-4bda-8251-b15bcb937f4f} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10135 | 2025.01.25 03:59:08.773112 [ 259 ] {8180ba7c-49a8-4bda-8251-b15bcb937f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10136 | 2025.01.25 03:59:08.773476 [ 259 ] {8180ba7c-49a8-4bda-8251-b15bcb937f4f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10137 | 2025.01.25 03:59:08.773735 [ 259 ] {8180ba7c-49a8-4bda-8251-b15bcb937f4f} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10138 | 2025.01.25 03:59:08.773976 [ 259 ] {8180ba7c-49a8-4bda-8251-b15bcb937f4f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001566 sec., 8301.404853128992 rows/sec., 517.59 KiB/sec. | ||
| 10139 | 2025.01.25 03:59:08.774108 [ 259 ] {8180ba7c-49a8-4bda-8251-b15bcb937f4f} <Debug> TCPHandler: Processed in 0.001949607 sec. | ||
| 10140 | 2025.01.25 03:59:08.774315 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10141 | 2025.01.25 03:59:08.774436 [ 260 ] {8d43e961-f03f-4e40-bbef-08375e411eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10142 | 2025.01.25 03:59:08.774486 [ 260 ] {8d43e961-f03f-4e40-bbef-08375e411eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10143 | 2025.01.25 03:59:08.775229 [ 260 ] {8d43e961-f03f-4e40-bbef-08375e411eed} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10144 | 2025.01.25 03:59:08.775268 [ 260 ] {8d43e961-f03f-4e40-bbef-08375e411eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10145 | 2025.01.25 03:59:08.775663 [ 260 ] {8d43e961-f03f-4e40-bbef-08375e411eed} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10146 | 2025.01.25 03:59:08.775907 [ 260 ] {8d43e961-f03f-4e40-bbef-08375e411eed} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10147 | 2025.01.25 03:59:08.776131 [ 260 ] {8d43e961-f03f-4e40-bbef-08375e411eed} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001722 sec., 237514.51800232287 rows/sec., 16.92 MiB/sec. | ||
| 10148 | 2025.01.25 03:59:08.776186 [ 260 ] {8d43e961-f03f-4e40-bbef-08375e411eed} <Debug> TCPHandler: Processed in 0.001958868 sec. | ||
| 10149 | 2025.01.25 03:59:08.776347 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10150 | 2025.01.25 03:59:08.776485 [ 259 ] {9a4122ba-33dc-4f81-8f57-23d4d08d57d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10151 | 2025.01.25 03:59:08.776545 [ 259 ] {9a4122ba-33dc-4f81-8f57-23d4d08d57d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10152 | 2025.01.25 03:59:08.777135 [ 259 ] {9a4122ba-33dc-4f81-8f57-23d4d08d57d1} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10153 | 2025.01.25 03:59:08.777182 [ 259 ] {9a4122ba-33dc-4f81-8f57-23d4d08d57d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10154 | 2025.01.25 03:59:08.777573 [ 259 ] {9a4122ba-33dc-4f81-8f57-23d4d08d57d1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10155 | 2025.01.25 03:59:08.777813 [ 259 ] {9a4122ba-33dc-4f81-8f57-23d4d08d57d1} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10156 | 2025.01.25 03:59:08.778059 [ 259 ] {9a4122ba-33dc-4f81-8f57-23d4d08d57d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 196.41 KiB/sec. | ||
| 10157 | 2025.01.25 03:59:08.778217 [ 259 ] {9a4122ba-33dc-4f81-8f57-23d4d08d57d1} <Debug> TCPHandler: Processed in 0.001930427 sec. | ||
| 10158 | 2025.01.25 03:59:08.778465 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10159 | 2025.01.25 03:59:08.778605 [ 260 ] {cc3d8a5f-df58-4611-9106-55031af3b4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10160 | 2025.01.25 03:59:08.778669 [ 260 ] {cc3d8a5f-df58-4611-9106-55031af3b4cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10161 | 2025.01.25 03:59:08.779359 [ 260 ] {cc3d8a5f-df58-4611-9106-55031af3b4cd} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10162 | 2025.01.25 03:59:08.779398 [ 260 ] {cc3d8a5f-df58-4611-9106-55031af3b4cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10163 | 2025.01.25 03:59:08.779803 [ 260 ] {cc3d8a5f-df58-4611-9106-55031af3b4cd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10164 | 2025.01.25 03:59:08.780040 [ 260 ] {cc3d8a5f-df58-4611-9106-55031af3b4cd} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10165 | 2025.01.25 03:59:08.780257 [ 260 ] {cc3d8a5f-df58-4611-9106-55031af3b4cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001684 sec., 140736.34204275534 rows/sec., 9.43 MiB/sec. | ||
| 10166 | 2025.01.25 03:59:08.780313 [ 260 ] {cc3d8a5f-df58-4611-9106-55031af3b4cd} <Debug> TCPHandler: Processed in 0.001986128 sec. | ||
| 10167 | 2025.01.25 03:59:08.780462 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10168 | 2025.01.25 03:59:08.780589 [ 259 ] {e09f7b2b-71d0-4aca-b69b-90b490231e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10169 | 2025.01.25 03:59:08.780644 [ 259 ] {e09f7b2b-71d0-4aca-b69b-90b490231e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10170 | 2025.01.25 03:59:08.781136 [ 259 ] {e09f7b2b-71d0-4aca-b69b-90b490231e6c} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10171 | 2025.01.25 03:59:08.781174 [ 259 ] {e09f7b2b-71d0-4aca-b69b-90b490231e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10172 | 2025.01.25 03:59:08.781553 [ 259 ] {e09f7b2b-71d0-4aca-b69b-90b490231e6c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10173 | 2025.01.25 03:59:08.781799 [ 259 ] {e09f7b2b-71d0-4aca-b69b-90b490231e6c} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10174 | 2025.01.25 03:59:08.782009 [ 259 ] {e09f7b2b-71d0-4aca-b69b-90b490231e6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec. | ||
| 10175 | 2025.01.25 03:59:08.782126 [ 259 ] {e09f7b2b-71d0-4aca-b69b-90b490231e6c} <Debug> TCPHandler: Processed in 0.001714832 sec. | ||
| 10176 | 2025.01.25 03:59:08.782348 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10177 | 2025.01.25 03:59:08.782498 [ 260 ] {2b1ca99e-8938-483d-a351-46252d165882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10178 | 2025.01.25 03:59:08.782609 [ 260 ] {2b1ca99e-8938-483d-a351-46252d165882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10179 | 2025.01.25 03:59:08.783841 [ 260 ] {2b1ca99e-8938-483d-a351-46252d165882} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10180 | 2025.01.25 03:59:08.783883 [ 260 ] {2b1ca99e-8938-483d-a351-46252d165882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10181 | 2025.01.25 03:59:08.784532 [ 260 ] {2b1ca99e-8938-483d-a351-46252d165882} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10182 | 2025.01.25 03:59:08.784787 [ 260 ] {2b1ca99e-8938-483d-a351-46252d165882} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10183 | 2025.01.25 03:59:08.785073 [ 260 ] {2b1ca99e-8938-483d-a351-46252d165882} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002596 sec., 10400.616332819724 rows/sec., 18.64 MiB/sec. | ||
| 10184 | 2025.01.25 03:59:08.785348 [ 260 ] {2b1ca99e-8938-483d-a351-46252d165882} <Debug> TCPHandler: Processed in 0.003101635 sec. | ||
| 10185 | 2025.01.25 03:59:08.785659 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10186 | 2025.01.25 03:59:08.785805 [ 259 ] {d88f94ed-4909-4c43-ab8a-f7b87e9e70c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10187 | 2025.01.25 03:59:08.785865 [ 259 ] {d88f94ed-4909-4c43-ab8a-f7b87e9e70c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10188 | 2025.01.25 03:59:08.786454 [ 259 ] {d88f94ed-4909-4c43-ab8a-f7b87e9e70c3} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10189 | 2025.01.25 03:59:08.786492 [ 259 ] {d88f94ed-4909-4c43-ab8a-f7b87e9e70c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10190 | 2025.01.25 03:59:08.786866 [ 259 ] {d88f94ed-4909-4c43-ab8a-f7b87e9e70c3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10191 | 2025.01.25 03:59:08.787109 [ 259 ] {d88f94ed-4909-4c43-ab8a-f7b87e9e70c3} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10192 | 2025.01.25 03:59:08.787287 [ 259 ] {d88f94ed-4909-4c43-ab8a-f7b87e9e70c3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001515 sec., 54125.412541254125 rows/sec., 3.44 MiB/sec. | ||
| 10193 | 2025.01.25 03:59:08.787339 [ 259 ] {d88f94ed-4909-4c43-ab8a-f7b87e9e70c3} <Debug> TCPHandler: Processed in 0.001826354 sec. | ||
| 10194 | 2025.01.25 03:59:12.313929 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10195 | 2025.01.25 03:59:12.314035 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10196 | 2025.01.25 03:59:12.486504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 10197 | 2025.01.25 03:59:12.487173 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10198 | 2025.01.25 03:59:12.487219 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10199 | 2025.01.25 03:59:12.487756 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10200 | 2025.01.25 03:59:12.488021 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10201 | 2025.01.25 03:59:12.488300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 10202 | 2025.01.25 03:59:12.597047 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1446 | ||
| 10203 | 2025.01.25 03:59:12.600104 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10204 | 2025.01.25 03:59:12.600154 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10205 | 2025.01.25 03:59:12.601628 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10206 | 2025.01.25 03:59:12.601943 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10207 | 2025.01.25 03:59:12.602563 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1446 | ||
| 10208 | 2025.01.25 03:59:13.001276 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000927272 sec. | ||
| 10209 | 2025.01.25 03:59:13.758238 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10210 | 2025.01.25 03:59:13.758430 [ 259 ] {f3fde926-8ddd-4ee6-a090-325425b571ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10211 | 2025.01.25 03:59:13.758503 [ 259 ] {f3fde926-8ddd-4ee6-a090-325425b571ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10212 | 2025.01.25 03:59:13.759258 [ 259 ] {f3fde926-8ddd-4ee6-a090-325425b571ee} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10213 | 2025.01.25 03:59:13.759305 [ 259 ] {f3fde926-8ddd-4ee6-a090-325425b571ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10214 | 2025.01.25 03:59:13.759739 [ 259 ] {f3fde926-8ddd-4ee6-a090-325425b571ee} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10215 | 2025.01.25 03:59:13.759993 [ 259 ] {f3fde926-8ddd-4ee6-a090-325425b571ee} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10216 | 2025.01.25 03:59:13.760233 [ 259 ] {f3fde926-8ddd-4ee6-a090-325425b571ee} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001857 sec., 44157.24286483576 rows/sec., 3.65 MiB/sec. | ||
| 10217 | 2025.01.25 03:59:13.760294 [ 259 ] {f3fde926-8ddd-4ee6-a090-325425b571ee} <Debug> TCPHandler: Processed in 0.002186563 sec. | ||
| 10218 | 2025.01.25 03:59:13.760547 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10219 | 2025.01.25 03:59:13.760748 [ 260 ] {1d57b588-9abf-4a58-8787-910b65cbd935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10220 | 2025.01.25 03:59:13.760828 [ 260 ] {1d57b588-9abf-4a58-8787-910b65cbd935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10221 | 2025.01.25 03:59:13.761597 [ 260 ] {1d57b588-9abf-4a58-8787-910b65cbd935} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2025.01.25 03:59:13.761653 [ 260 ] {1d57b588-9abf-4a58-8787-910b65cbd935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10223 | 2025.01.25 03:59:13.762087 [ 260 ] {1d57b588-9abf-4a58-8787-910b65cbd935} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10224 | 2025.01.25 03:59:13.762342 [ 260 ] {1d57b588-9abf-4a58-8787-910b65cbd935} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10225 | 2025.01.25 03:59:13.762532 [ 111 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10226 | 2025.01.25 03:59:13.762607 [ 260 ] {1d57b588-9abf-4a58-8787-910b65cbd935} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001909 sec., 6809.848088004191 rows/sec., 512.07 KiB/sec. | ||
| 10227 | 2025.01.25 03:59:13.762633 [ 111 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10228 | 2025.01.25 03:59:13.762712 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10229 | 2025.01.25 03:59:13.762760 [ 260 ] {1d57b588-9abf-4a58-8787-910b65cbd935} <Debug> TCPHandler: Processed in 0.002352977 sec. | ||
| 10230 | 2025.01.25 03:59:13.762968 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10231 | 2025.01.25 03:59:13.762981 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 10232 | 2025.01.25 03:59:13.763114 [ 259 ] {bea82588-fdd8-40c5-bade-f63b98ad661f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10233 | 2025.01.25 03:59:13.763159 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10234 | 2025.01.25 03:59:13.763180 [ 259 ] {bea82588-fdd8-40c5-bade-f63b98ad661f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10235 | 2025.01.25 03:59:13.763207 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 65 rows starting from the beginning of the part | ||
| 10236 | 2025.01.25 03:59:13.763435 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
| 10237 | 2025.01.25 03:59:13.763822 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 10238 | 2025.01.25 03:59:13.764215 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part | ||
| 10239 | 2025.01.25 03:59:13.764555 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 34 rows starting from the beginning of the part | ||
| 10240 | 2025.01.25 03:59:13.764900 [ 189 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part | ||
| 10241 | 2025.01.25 03:59:13.765668 [ 259 ] {bea82588-fdd8-40c5-bade-f63b98ad661f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10242 | 2025.01.25 03:59:13.765711 [ 259 ] {bea82588-fdd8-40c5-bade-f63b98ad661f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10243 | 2025.01.25 03:59:13.766292 [ 259 ] {bea82588-fdd8-40c5-bade-f63b98ad661f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10244 | 2025.01.25 03:59:13.766599 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.003752882 sec., 45831.44367448804 rows/sec., 3.46 MiB/sec. | ||
| 10245 | 2025.01.25 03:59:13.766664 [ 259 ] {bea82588-fdd8-40c5-bade-f63b98ad661f} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10246 | 2025.01.25 03:59:13.766909 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10247 | 2025.01.25 03:59:13.767179 [ 259 ] {bea82588-fdd8-40c5-bade-f63b98ad661f} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.004097 sec., 18794.239687576275 rows/sec., 1.47 MiB/sec. | ||
| 10248 | 2025.01.25 03:59:13.767560 [ 259 ] {bea82588-fdd8-40c5-bade-f63b98ad661f} <Debug> TCPHandler: Processed in 0.004680784 sec. | ||
| 10249 | 2025.01.25 03:59:13.767947 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10250 | 2025.01.25 03:59:13.767973 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10251 | 2025.01.25 03:59:13.768257 [ 191 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_66_13} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10252 | 2025.01.25 03:59:13.768543 [ 260 ] {c163973c-a768-4847-9643-0332d6b5be29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10253 | 2025.01.25 03:59:13.768544 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10254 | 2025.01.25 03:59:13.768620 [ 260 ] {c163973c-a768-4847-9643-0332d6b5be29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10255 | 2025.01.25 03:59:13.769224 [ 260 ] {c163973c-a768-4847-9643-0332d6b5be29} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10256 | 2025.01.25 03:59:13.769266 [ 260 ] {c163973c-a768-4847-9643-0332d6b5be29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10257 | 2025.01.25 03:59:13.769676 [ 260 ] {c163973c-a768-4847-9643-0332d6b5be29} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10258 | 2025.01.25 03:59:13.769922 [ 260 ] {c163973c-a768-4847-9643-0332d6b5be29} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10259 | 2025.01.25 03:59:13.770144 [ 260 ] {c163973c-a768-4847-9643-0332d6b5be29} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001828 sec., 87527.352297593 rows/sec., 6.10 MiB/sec. | ||
| 10260 | 2025.01.25 03:59:13.770202 [ 260 ] {c163973c-a768-4847-9643-0332d6b5be29} <Debug> TCPHandler: Processed in 0.002518071 sec. | ||
| 10261 | 2025.01.25 03:59:13.770362 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10262 | 2025.01.25 03:59:13.770504 [ 259 ] {8efdd885-e6a7-4009-9151-f7d2b7d0861d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10263 | 2025.01.25 03:59:13.770603 [ 259 ] {8efdd885-e6a7-4009-9151-f7d2b7d0861d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10264 | 2025.01.25 03:59:13.771840 [ 259 ] {8efdd885-e6a7-4009-9151-f7d2b7d0861d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10265 | 2025.01.25 03:59:13.771881 [ 259 ] {8efdd885-e6a7-4009-9151-f7d2b7d0861d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10266 | 2025.01.25 03:59:13.772511 [ 259 ] {8efdd885-e6a7-4009-9151-f7d2b7d0861d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10267 | 2025.01.25 03:59:13.772774 [ 259 ] {8efdd885-e6a7-4009-9151-f7d2b7d0861d} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10268 | 2025.01.25 03:59:13.773007 [ 259 ] {8efdd885-e6a7-4009-9151-f7d2b7d0861d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002535 sec., 5128.205128205128 rows/sec., 9.19 MiB/sec. | ||
| 10269 | 2025.01.25 03:59:13.773098 [ 259 ] {8efdd885-e6a7-4009-9151-f7d2b7d0861d} <Debug> TCPHandler: Processed in 0.002803888 sec. | ||
| 10270 | 2025.01.25 03:59:13.773261 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10271 | 2025.01.25 03:59:13.773404 [ 260 ] {a9e4248e-6662-4d07-9a13-c6cdba6633b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10272 | 2025.01.25 03:59:13.773465 [ 260 ] {a9e4248e-6662-4d07-9a13-c6cdba6633b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10273 | 2025.01.25 03:59:13.774046 [ 260 ] {a9e4248e-6662-4d07-9a13-c6cdba6633b6} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10274 | 2025.01.25 03:59:13.774093 [ 260 ] {a9e4248e-6662-4d07-9a13-c6cdba6633b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10275 | 2025.01.25 03:59:13.774536 [ 260 ] {a9e4248e-6662-4d07-9a13-c6cdba6633b6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10276 | 2025.01.25 03:59:13.774767 [ 260 ] {a9e4248e-6662-4d07-9a13-c6cdba6633b6} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10277 | 2025.01.25 03:59:13.775017 [ 260 ] {a9e4248e-6662-4d07-9a13-c6cdba6633b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001644 sec., 36496.3503649635 rows/sec., 2.46 MiB/sec. | ||
| 10278 | 2025.01.25 03:59:13.775098 [ 260 ] {a9e4248e-6662-4d07-9a13-c6cdba6633b6} <Debug> TCPHandler: Processed in 0.001905556 sec. | ||
| 10279 | 2025.01.25 03:59:14.035523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 10280 | 2025.01.25 03:59:14.055284 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10281 | 2025.01.25 03:59:14.055333 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10282 | 2025.01.25 03:59:14.062655 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10283 | 2025.01.25 03:59:14.063399 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10284 | 2025.01.25 03:59:14.066015 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 10285 | 2025.01.25 03:59:18.762901 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10286 | 2025.01.25 03:59:18.763109 [ 259 ] {97c64263-e7d8-498b-ae2a-8079dcc3dab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10287 | 2025.01.25 03:59:18.763186 [ 259 ] {97c64263-e7d8-498b-ae2a-8079dcc3dab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10288 | 2025.01.25 03:59:18.763950 [ 259 ] {97c64263-e7d8-498b-ae2a-8079dcc3dab7} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10289 | 2025.01.25 03:59:18.764002 [ 259 ] {97c64263-e7d8-498b-ae2a-8079dcc3dab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10290 | 2025.01.25 03:59:18.764434 [ 259 ] {97c64263-e7d8-498b-ae2a-8079dcc3dab7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10291 | 2025.01.25 03:59:18.764687 [ 259 ] {97c64263-e7d8-498b-ae2a-8079dcc3dab7} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10292 | 2025.01.25 03:59:18.764894 [ 108 ] {} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10293 | 2025.01.25 03:59:18.764967 [ 259 ] {97c64263-e7d8-498b-ae2a-8079dcc3dab7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 528.20 KiB/sec. | ||
| 10294 | 2025.01.25 03:59:18.764984 [ 108 ] {} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10295 | 2025.01.25 03:59:18.765054 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10296 | 2025.01.25 03:59:18.765111 [ 259 ] {97c64263-e7d8-498b-ae2a-8079dcc3dab7} <Debug> TCPHandler: Processed in 0.002343577 sec. | ||
| 10297 | 2025.01.25 03:59:18.765254 [ 189 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 10298 | 2025.01.25 03:59:18.765401 [ 189 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10299 | 2025.01.25 03:59:18.765410 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10300 | 2025.01.25 03:59:18.765448 [ 189 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 10301 | 2025.01.25 03:59:18.765685 [ 189 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 10302 | 2025.01.25 03:59:18.765795 [ 260 ] {d078b4ce-6021-4603-80fc-c96e2352cbac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10303 | 2025.01.25 03:59:18.766003 [ 260 ] {d078b4ce-6021-4603-80fc-c96e2352cbac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10304 | 2025.01.25 03:59:18.766019 [ 189 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 10305 | 2025.01.25 03:59:18.766470 [ 189 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 10306 | 2025.01.25 03:59:18.766748 [ 189 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 10307 | 2025.01.25 03:59:18.768511 [ 260 ] {d078b4ce-6021-4603-80fc-c96e2352cbac} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10308 | 2025.01.25 03:59:18.768593 [ 260 ] {d078b4ce-6021-4603-80fc-c96e2352cbac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10309 | 2025.01.25 03:59:18.769265 [ 187 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004097649 sec., 17082.966354609678 rows/sec., 1.27 MiB/sec. | ||
| 10310 | 2025.01.25 03:59:18.769539 [ 187 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10311 | 2025.01.25 03:59:18.769549 [ 260 ] {d078b4ce-6021-4603-80fc-c96e2352cbac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10312 | 2025.01.25 03:59:18.770108 [ 187 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_33_8} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10313 | 2025.01.25 03:59:18.770117 [ 260 ] {d078b4ce-6021-4603-80fc-c96e2352cbac} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10314 | 2025.01.25 03:59:18.770277 [ 187 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_33_8} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10315 | 2025.01.25 03:59:18.770568 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10316 | 2025.01.25 03:59:18.770741 [ 260 ] {d078b4ce-6021-4603-80fc-c96e2352cbac} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005037 sec., 397.06174310105223 rows/sec., 32.38 KiB/sec. | ||
| 10317 | 2025.01.25 03:59:18.770932 [ 260 ] {d078b4ce-6021-4603-80fc-c96e2352cbac} <Debug> TCPHandler: Processed in 0.005693878 sec. | ||
| 10318 | 2025.01.25 03:59:18.771092 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10319 | 2025.01.25 03:59:18.771243 [ 259 ] {866b78a1-0596-4a34-8a16-7e40ea88ef20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10320 | 2025.01.25 03:59:18.771305 [ 259 ] {866b78a1-0596-4a34-8a16-7e40ea88ef20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10321 | 2025.01.25 03:59:18.772050 [ 259 ] {866b78a1-0596-4a34-8a16-7e40ea88ef20} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10322 | 2025.01.25 03:59:18.772091 [ 259 ] {866b78a1-0596-4a34-8a16-7e40ea88ef20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10323 | 2025.01.25 03:59:18.772482 [ 259 ] {866b78a1-0596-4a34-8a16-7e40ea88ef20} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10324 | 2025.01.25 03:59:18.772728 [ 259 ] {866b78a1-0596-4a34-8a16-7e40ea88ef20} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10325 | 2025.01.25 03:59:18.772915 [ 108 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10326 | 2025.01.25 03:59:18.772981 [ 108 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10327 | 2025.01.25 03:59:18.772996 [ 259 ] {866b78a1-0596-4a34-8a16-7e40ea88ef20} <Debug> executeQuery: Read 258 rows, 23.08 KiB in 0.001778 sec., 145106.8616422947 rows/sec., 12.68 MiB/sec. | ||
| 10328 | 2025.01.25 03:59:18.773020 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10329 | 2025.01.25 03:59:18.773175 [ 259 ] {866b78a1-0596-4a34-8a16-7e40ea88ef20} <Debug> TCPHandler: Processed in 0.002147512 sec. | ||
| 10330 | 2025.01.25 03:59:18.773420 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 10331 | 2025.01.25 03:59:18.773448 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10332 | 2025.01.25 03:59:18.773897 [ 260 ] {ca671a0d-7bd8-45c1-a693-cfe438121cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10333 | 2025.01.25 03:59:18.774106 [ 260 ] {ca671a0d-7bd8-45c1-a693-cfe438121cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10334 | 2025.01.25 03:59:18.774107 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10335 | 2025.01.25 03:59:18.774313 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 10336 | 2025.01.25 03:59:18.774905 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1222 rows starting from the beginning of the part | ||
| 10337 | 2025.01.25 03:59:18.775387 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 10338 | 2025.01.25 03:59:18.775773 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 257 rows starting from the beginning of the part | ||
| 10339 | 2025.01.25 03:59:18.776067 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 10340 | 2025.01.25 03:59:18.776407 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 258 rows starting from the beginning of the part | ||
| 10341 | 2025.01.25 03:59:18.777751 [ 260 ] {ca671a0d-7bd8-45c1-a693-cfe438121cfa} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10342 | 2025.01.25 03:59:18.777812 [ 260 ] {ca671a0d-7bd8-45c1-a693-cfe438121cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10343 | 2025.01.25 03:59:18.778811 [ 260 ] {ca671a0d-7bd8-45c1-a693-cfe438121cfa} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10344 | 2025.01.25 03:59:18.779233 [ 260 ] {ca671a0d-7bd8-45c1-a693-cfe438121cfa} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10345 | 2025.01.25 03:59:18.779493 [ 260 ] {ca671a0d-7bd8-45c1-a693-cfe438121cfa} <Debug> executeQuery: Read 36 rows, 2.63 KiB in 0.005743 sec., 6268.500783562598 rows/sec., 457.25 KiB/sec. | ||
| 10346 | 2025.01.25 03:59:18.779563 [ 260 ] {ca671a0d-7bd8-45c1-a693-cfe438121cfa} <Debug> TCPHandler: Processed in 0.006254112 sec. | ||
| 10347 | 2025.01.25 03:59:18.779790 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10348 | 2025.01.25 03:59:18.780072 [ 259 ] {616d8a75-4834-43ce-b898-0aa46d07d3b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10349 | 2025.01.25 03:59:18.780089 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.006930548 sec., 477162.84484286094 rows/sec., 41.67 MiB/sec. | ||
| 10350 | 2025.01.25 03:59:18.780150 [ 259 ] {616d8a75-4834-43ce-b898-0aa46d07d3b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10351 | 2025.01.25 03:59:18.780474 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10352 | 2025.01.25 03:59:18.781144 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_81_16} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10353 | 2025.01.25 03:59:18.781397 [ 188 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_81_16} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10354 | 2025.01.25 03:59:18.781428 [ 259 ] {616d8a75-4834-43ce-b898-0aa46d07d3b4} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10355 | 2025.01.25 03:59:18.781496 [ 259 ] {616d8a75-4834-43ce-b898-0aa46d07d3b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10356 | 2025.01.25 03:59:18.781559 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 10357 | 2025.01.25 03:59:18.781930 [ 259 ] {616d8a75-4834-43ce-b898-0aa46d07d3b4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10358 | 2025.01.25 03:59:18.782183 [ 259 ] {616d8a75-4834-43ce-b898-0aa46d07d3b4} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10359 | 2025.01.25 03:59:18.782446 [ 259 ] {616d8a75-4834-43ce-b898-0aa46d07d3b4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002426 sec., 5770.816158285243 rows/sec., 404.15 KiB/sec. | ||
| 10360 | 2025.01.25 03:59:18.782860 [ 259 ] {616d8a75-4834-43ce-b898-0aa46d07d3b4} <Debug> TCPHandler: Processed in 0.003169747 sec. | ||
| 10361 | 2025.01.25 03:59:18.783212 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10362 | 2025.01.25 03:59:18.783646 [ 260 ] {a3251493-85bc-4454-9d99-125b53179755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10363 | 2025.01.25 03:59:18.783720 [ 260 ] {a3251493-85bc-4454-9d99-125b53179755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10364 | 2025.01.25 03:59:18.784304 [ 260 ] {a3251493-85bc-4454-9d99-125b53179755} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10365 | 2025.01.25 03:59:18.784343 [ 260 ] {a3251493-85bc-4454-9d99-125b53179755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10366 | 2025.01.25 03:59:18.784694 [ 260 ] {a3251493-85bc-4454-9d99-125b53179755} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10367 | 2025.01.25 03:59:18.784935 [ 260 ] {a3251493-85bc-4454-9d99-125b53179755} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10368 | 2025.01.25 03:59:18.785092 [ 108 ] {} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10369 | 2025.01.25 03:59:18.785153 [ 108 ] {} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10370 | 2025.01.25 03:59:18.785187 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10371 | 2025.01.25 03:59:18.785202 [ 260 ] {a3251493-85bc-4454-9d99-125b53179755} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001691 sec., 7687.75872264932 rows/sec., 479.33 KiB/sec. | ||
| 10372 | 2025.01.25 03:59:18.785352 [ 260 ] {a3251493-85bc-4454-9d99-125b53179755} <Debug> TCPHandler: Processed in 0.002363308 sec. | ||
| 10373 | 2025.01.25 03:59:18.785391 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 10374 | 2025.01.25 03:59:18.785534 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10375 | 2025.01.25 03:59:18.785556 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10376 | 2025.01.25 03:59:18.785617 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 10377 | 2025.01.25 03:59:18.785871 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 10378 | 2025.01.25 03:59:18.785915 [ 259 ] {02f37a53-791e-4e2d-99ad-19edd860c633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10379 | 2025.01.25 03:59:18.786125 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 10380 | 2025.01.25 03:59:18.786144 [ 259 ] {02f37a53-791e-4e2d-99ad-19edd860c633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10381 | 2025.01.25 03:59:18.786468 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 10382 | 2025.01.25 03:59:18.786838 [ 190 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 10383 | 2025.01.25 03:59:18.788822 [ 259 ] {02f37a53-791e-4e2d-99ad-19edd860c633} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10384 | 2025.01.25 03:59:18.788909 [ 259 ] {02f37a53-791e-4e2d-99ad-19edd860c633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10385 | 2025.01.25 03:59:18.789259 [ 193 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003984847 sec., 16311.793150402013 rows/sec., 1.06 MiB/sec. | ||
| 10386 | 2025.01.25 03:59:18.789434 [ 193 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10387 | 2025.01.25 03:59:18.789587 [ 259 ] {02f37a53-791e-4e2d-99ad-19edd860c633} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10388 | 2025.01.25 03:59:18.789812 [ 193 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_33_8} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2025.01.25 03:59:18.789896 [ 259 ] {02f37a53-791e-4e2d-99ad-19edd860c633} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10390 | 2025.01.25 03:59:18.789967 [ 193 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_33_8} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10391 | 2025.01.25 03:59:18.790179 [ 108 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10392 | 2025.01.25 03:59:18.790203 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10393 | 2025.01.25 03:59:18.790263 [ 108 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10394 | 2025.01.25 03:59:18.790298 [ 259 ] {02f37a53-791e-4e2d-99ad-19edd860c633} <Debug> executeQuery: Read 411 rows, 30.01 KiB in 0.004588 sec., 89581.51700087184 rows/sec., 6.39 MiB/sec. | ||
| 10395 | 2025.01.25 03:59:18.790311 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10396 | 2025.01.25 03:59:18.790554 [ 259 ] {02f37a53-791e-4e2d-99ad-19edd860c633} <Debug> TCPHandler: Processed in 0.005096844 sec. | ||
| 10397 | 2025.01.25 03:59:18.790620 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 10398 | 2025.01.25 03:59:18.790948 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10399 | 2025.01.25 03:59:18.791134 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10400 | 2025.01.25 03:59:18.791266 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part | ||
| 10401 | 2025.01.25 03:59:18.791478 [ 260 ] {0fc921b9-a574-4095-bab5-c657dd793470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10402 | 2025.01.25 03:59:18.791764 [ 260 ] {0fc921b9-a574-4095-bab5-c657dd793470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10403 | 2025.01.25 03:59:18.791812 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 533 rows starting from the beginning of the part | ||
| 10404 | 2025.01.25 03:59:18.792416 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 10405 | 2025.01.25 03:59:18.792965 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 409 rows starting from the beginning of the part | ||
| 10406 | 2025.01.25 03:59:18.793490 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 77 rows starting from the beginning of the part | ||
| 10407 | 2025.01.25 03:59:18.793837 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 411 rows starting from the beginning of the part | ||
| 10408 | 2025.01.25 03:59:18.794739 [ 260 ] {0fc921b9-a574-4095-bab5-c657dd793470} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10409 | 2025.01.25 03:59:18.794810 [ 260 ] {0fc921b9-a574-4095-bab5-c657dd793470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10410 | 2025.01.25 03:59:18.795703 [ 260 ] {0fc921b9-a574-4095-bab5-c657dd793470} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10411 | 2025.01.25 03:59:18.796198 [ 260 ] {0fc921b9-a574-4095-bab5-c657dd793470} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10412 | 2025.01.25 03:59:18.796434 [ 260 ] {0fc921b9-a574-4095-bab5-c657dd793470} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005147 sec., 1165.7276083155236 rows/sec., 60.90 KiB/sec. | ||
| 10413 | 2025.01.25 03:59:18.796495 [ 260 ] {0fc921b9-a574-4095-bab5-c657dd793470} <Debug> TCPHandler: Processed in 0.005790761 sec. | ||
| 10414 | 2025.01.25 03:59:18.796756 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10415 | 2025.01.25 03:59:18.796911 [ 197 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.006477337 sec., 371757.7146287124 rows/sec., 28.50 MiB/sec. | ||
| 10416 | 2025.01.25 03:59:18.796973 [ 259 ] {ab7965e2-3b10-42bf-96cb-8357f39ce7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10417 | 2025.01.25 03:59:18.797048 [ 259 ] {ab7965e2-3b10-42bf-96cb-8357f39ce7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10418 | 2025.01.25 03:59:18.797118 [ 197 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10419 | 2025.01.25 03:59:18.797515 [ 197 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10420 | 2025.01.25 03:59:18.797626 [ 197 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_81_16} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10421 | 2025.01.25 03:59:18.797748 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 10422 | 2025.01.25 03:59:18.797906 [ 259 ] {ab7965e2-3b10-42bf-96cb-8357f39ce7b9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10423 | 2025.01.25 03:59:18.797944 [ 259 ] {ab7965e2-3b10-42bf-96cb-8357f39ce7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10424 | 2025.01.25 03:59:18.798340 [ 259 ] {ab7965e2-3b10-42bf-96cb-8357f39ce7b9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10425 | 2025.01.25 03:59:18.798580 [ 259 ] {ab7965e2-3b10-42bf-96cb-8357f39ce7b9} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10426 | 2025.01.25 03:59:18.798755 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10427 | 2025.01.25 03:59:18.798813 [ 259 ] {ab7965e2-3b10-42bf-96cb-8357f39ce7b9} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001877 sec., 126798.08204581779 rows/sec., 8.50 MiB/sec. | ||
| 10428 | 2025.01.25 03:59:18.798820 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10429 | 2025.01.25 03:59:18.798899 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10430 | 2025.01.25 03:59:18.798952 [ 259 ] {ab7965e2-3b10-42bf-96cb-8357f39ce7b9} <Debug> TCPHandler: Processed in 0.002354647 sec. | ||
| 10431 | 2025.01.25 03:59:18.799189 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 10432 | 2025.01.25 03:59:18.799195 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10433 | 2025.01.25 03:59:18.799484 [ 260 ] {49844488-d43f-401e-9971-4f5facbe5c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10434 | 2025.01.25 03:59:18.799491 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10435 | 2025.01.25 03:59:18.799581 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22589 rows starting from the beginning of the part | ||
| 10436 | 2025.01.25 03:59:18.799592 [ 260 ] {49844488-d43f-401e-9971-4f5facbe5c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10437 | 2025.01.25 03:59:18.799982 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 952 rows starting from the beginning of the part | ||
| 10438 | 2025.01.25 03:59:18.800370 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 54 rows starting from the beginning of the part | ||
| 10439 | 2025.01.25 03:59:18.800723 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 10440 | 2025.01.25 03:59:18.800931 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 10441 | 2025.01.25 03:59:18.801327 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 238 rows starting from the beginning of the part | ||
| 10442 | 2025.01.25 03:59:18.802160 [ 260 ] {49844488-d43f-401e-9971-4f5facbe5c6b} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10443 | 2025.01.25 03:59:18.802229 [ 260 ] {49844488-d43f-401e-9971-4f5facbe5c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10444 | 2025.01.25 03:59:18.802875 [ 260 ] {49844488-d43f-401e-9971-4f5facbe5c6b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10445 | 2025.01.25 03:59:18.803294 [ 260 ] {49844488-d43f-401e-9971-4f5facbe5c6b} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10446 | 2025.01.25 03:59:18.803602 [ 260 ] {49844488-d43f-401e-9971-4f5facbe5c6b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004215 sec., 237.2479240806643 rows/sec., 15.99 KiB/sec. | ||
| 10447 | 2025.01.25 03:59:18.804176 [ 260 ] {49844488-d43f-401e-9971-4f5facbe5c6b} <Debug> TCPHandler: Processed in 0.005094824 sec. | ||
| 10448 | 2025.01.25 03:59:18.804485 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10449 | 2025.01.25 03:59:18.804762 [ 259 ] {b16ff149-9e35-430e-ba00-dda0f58c1c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10450 | 2025.01.25 03:59:18.805025 [ 259 ] {b16ff149-9e35-430e-ba00-dda0f58c1c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10451 | 2025.01.25 03:59:18.807048 [ 259 ] {b16ff149-9e35-430e-ba00-dda0f58c1c72} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10452 | 2025.01.25 03:59:18.807091 [ 259 ] {b16ff149-9e35-430e-ba00-dda0f58c1c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10453 | 2025.01.25 03:59:18.808110 [ 259 ] {b16ff149-9e35-430e-ba00-dda0f58c1c72} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10454 | 2025.01.25 03:59:18.808404 [ 259 ] {b16ff149-9e35-430e-ba00-dda0f58c1c72} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10455 | 2025.01.25 03:59:18.808873 [ 259 ] {b16ff149-9e35-430e-ba00-dda0f58c1c72} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004224 sec., 6392.045454545454 rows/sec., 11.45 MiB/sec. | ||
| 10456 | 2025.01.25 03:59:18.809014 [ 259 ] {b16ff149-9e35-430e-ba00-dda0f58c1c72} <Debug> TCPHandler: Processed in 0.004670244 sec. | ||
| 10457 | 2025.01.25 03:59:18.809181 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10458 | 2025.01.25 03:59:18.809324 [ 260 ] {8883b95d-eda6-486f-a2aa-d1782436557c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10459 | 2025.01.25 03:59:18.809406 [ 260 ] {8883b95d-eda6-486f-a2aa-d1782436557c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10460 | 2025.01.25 03:59:18.810282 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24230 rows, containing 5 columns (5 merged, 0 gathered) in 0.011270713 sec., 2149819.6254309732 rows/sec., 145.18 MiB/sec. | ||
| 10461 | 2025.01.25 03:59:18.810420 [ 260 ] {8883b95d-eda6-486f-a2aa-d1782436557c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10462 | 2025.01.25 03:59:18.810461 [ 260 ] {8883b95d-eda6-486f-a2aa-d1782436557c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10463 | 2025.01.25 03:59:18.810776 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10464 | 2025.01.25 03:59:18.811074 [ 260 ] {8883b95d-eda6-486f-a2aa-d1782436557c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10465 | 2025.01.25 03:59:18.811357 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10466 | 2025.01.25 03:59:18.811525 [ 260 ] {8883b95d-eda6-486f-a2aa-d1782436557c} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10467 | 2025.01.25 03:59:18.811535 [ 200 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10468 | 2025.01.25 03:59:18.811723 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 10469 | 2025.01.25 03:59:18.811804 [ 106 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10470 | 2025.01.25 03:59:18.811883 [ 106 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10471 | 2025.01.25 03:59:18.811926 [ 260 ] {8883b95d-eda6-486f-a2aa-d1782436557c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002632 sec., 31155.01519756839 rows/sec., 1.98 MiB/sec. | ||
| 10472 | 2025.01.25 03:59:18.811927 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10473 | 2025.01.25 03:59:18.812032 [ 260 ] {8883b95d-eda6-486f-a2aa-d1782436557c} <Debug> TCPHandler: Processed in 0.002926631 sec. | ||
| 10474 | 2025.01.25 03:59:18.812234 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 10475 | 2025.01.25 03:59:18.812585 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10476 | 2025.01.25 03:59:18.812682 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4576 rows starting from the beginning of the part | ||
| 10477 | 2025.01.25 03:59:18.813153 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 40 rows starting from the beginning of the part | ||
| 10478 | 2025.01.25 03:59:18.813273 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 20 rows starting from the beginning of the part | ||
| 10479 | 2025.01.25 03:59:18.813454 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 10480 | 2025.01.25 03:59:18.813625 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 10481 | 2025.01.25 03:59:18.813724 [ 194 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
| 10482 | 2025.01.25 03:59:18.815846 [ 186 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4860 rows, containing 4 columns (4 merged, 0 gathered) in 0.003812132 sec., 1274877.1553555857 rows/sec., 83.21 MiB/sec. | ||
| 10483 | 2025.01.25 03:59:18.816228 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10484 | 2025.01.25 03:59:18.816587 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10485 | 2025.01.25 03:59:18.816669 [ 196 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_81_16} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10486 | 2025.01.25 03:59:18.816753 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 10487 | 2025.01.25 03:59:19.989380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 10488 | 2025.01.25 03:59:19.990013 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10489 | 2025.01.25 03:59:19.990051 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10490 | 2025.01.25 03:59:19.990569 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10491 | 2025.01.25 03:59:19.990823 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10492 | 2025.01.25 03:59:19.991068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 10493 | 2025.01.25 03:59:21.567047 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10494 | 2025.01.25 03:59:21.589524 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10495 | 2025.01.25 03:59:21.589584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 10496 | 2025.01.25 03:59:21.596931 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10497 | 2025.01.25 03:59:21.597705 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10498 | 2025.01.25 03:59:21.602667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10499 | 2025.01.25 03:59:22.603741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1482 | ||
| 10500 | 2025.01.25 03:59:22.607137 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10501 | 2025.01.25 03:59:22.607193 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10502 | 2025.01.25 03:59:22.608720 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10503 | 2025.01.25 03:59:22.609046 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10504 | 2025.01.25 03:59:22.609242 [ 102 ] {} <Debug> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10505 | 2025.01.25 03:59:22.609316 [ 102 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10506 | 2025.01.25 03:59:22.609361 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10507 | 2025.01.25 03:59:22.609811 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::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 | ||
| 10508 | 2025.01.25 03:59:22.611415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1482 | ||
| 10509 | 2025.01.25 03:59:22.611762 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10510 | 2025.01.25 03:59:22.611934 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1302 rows starting from the beginning of the part | ||
| 10511 | 2025.01.25 03:59:22.612568 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
| 10512 | 2025.01.25 03:59:22.613175 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 10513 | 2025.01.25 03:59:22.613762 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part | ||
| 10514 | 2025.01.25 03:59:22.614332 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part | ||
| 10515 | 2025.01.25 03:59:22.614928 [ 192 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 10516 | 2025.01.25 03:59:22.623329 [ 186 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1482 rows, containing 72 columns (72 merged, 0 gathered) in 0.013843046 sec., 107057.36295321131 rows/sec., 83.02 MiB/sec. | ||
| 10517 | 2025.01.25 03:59:22.625145 [ 186 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10518 | 2025.01.25 03:59:22.625922 [ 186 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10519 | 2025.01.25 03:59:22.626007 [ 186 ] {6e402fab-7894-43b3-aeef-c9f20f55be2c::all_1_36_7} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10520 | 2025.01.25 03:59:22.626331 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10521 | 2025.01.25 03:59:23.758286 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10522 | 2025.01.25 03:59:23.758506 [ 259 ] {52986f01-20c3-4532-a384-70d0790b09ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10523 | 2025.01.25 03:59:23.758590 [ 259 ] {52986f01-20c3-4532-a384-70d0790b09ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10524 | 2025.01.25 03:59:23.759398 [ 259 ] {52986f01-20c3-4532-a384-70d0790b09ba} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10525 | 2025.01.25 03:59:23.759451 [ 259 ] {52986f01-20c3-4532-a384-70d0790b09ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10526 | 2025.01.25 03:59:23.759959 [ 259 ] {52986f01-20c3-4532-a384-70d0790b09ba} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10527 | 2025.01.25 03:59:23.760218 [ 259 ] {52986f01-20c3-4532-a384-70d0790b09ba} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10528 | 2025.01.25 03:59:23.760469 [ 259 ] {52986f01-20c3-4532-a384-70d0790b09ba} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002024 sec., 40513.83399209486 rows/sec., 3.35 MiB/sec. | ||
| 10529 | 2025.01.25 03:59:23.760537 [ 259 ] {52986f01-20c3-4532-a384-70d0790b09ba} <Debug> TCPHandler: Processed in 0.002395828 sec. | ||
| 10530 | 2025.01.25 03:59:23.760789 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10531 | 2025.01.25 03:59:23.760984 [ 260 ] {601eea70-dd93-434d-b1bf-414e6ebf79f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10532 | 2025.01.25 03:59:23.761059 [ 260 ] {601eea70-dd93-434d-b1bf-414e6ebf79f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10533 | 2025.01.25 03:59:23.761819 [ 260 ] {601eea70-dd93-434d-b1bf-414e6ebf79f0} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10534 | 2025.01.25 03:59:23.761865 [ 260 ] {601eea70-dd93-434d-b1bf-414e6ebf79f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10535 | 2025.01.25 03:59:23.762296 [ 260 ] {601eea70-dd93-434d-b1bf-414e6ebf79f0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10536 | 2025.01.25 03:59:23.762553 [ 260 ] {601eea70-dd93-434d-b1bf-414e6ebf79f0} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10537 | 2025.01.25 03:59:23.762841 [ 260 ] {601eea70-dd93-434d-b1bf-414e6ebf79f0} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001901 sec., 6838.506049447659 rows/sec., 514.22 KiB/sec. | ||
| 10538 | 2025.01.25 03:59:23.762957 [ 260 ] {601eea70-dd93-434d-b1bf-414e6ebf79f0} <Debug> TCPHandler: Processed in 0.002303445 sec. | ||
| 10539 | 2025.01.25 03:59:23.763242 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10540 | 2025.01.25 03:59:23.763400 [ 259 ] {23a71be5-fbc5-4c8f-80b2-0cc10f227197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10541 | 2025.01.25 03:59:23.763463 [ 259 ] {23a71be5-fbc5-4c8f-80b2-0cc10f227197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10542 | 2025.01.25 03:59:23.764136 [ 259 ] {23a71be5-fbc5-4c8f-80b2-0cc10f227197} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10543 | 2025.01.25 03:59:23.764177 [ 259 ] {23a71be5-fbc5-4c8f-80b2-0cc10f227197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10544 | 2025.01.25 03:59:23.764554 [ 259 ] {23a71be5-fbc5-4c8f-80b2-0cc10f227197} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10545 | 2025.01.25 03:59:23.764800 [ 259 ] {23a71be5-fbc5-4c8f-80b2-0cc10f227197} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10546 | 2025.01.25 03:59:23.765014 [ 259 ] {23a71be5-fbc5-4c8f-80b2-0cc10f227197} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00165 sec., 46666.666666666664 rows/sec., 3.64 MiB/sec. | ||
| 10547 | 2025.01.25 03:59:23.765068 [ 259 ] {23a71be5-fbc5-4c8f-80b2-0cc10f227197} <Debug> TCPHandler: Processed in 0.002013229 sec. | ||
| 10548 | 2025.01.25 03:59:23.765237 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10549 | 2025.01.25 03:59:23.765385 [ 260 ] {129693e8-10aa-4a60-a317-20a978f640fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10550 | 2025.01.25 03:59:23.765453 [ 260 ] {129693e8-10aa-4a60-a317-20a978f640fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10551 | 2025.01.25 03:59:23.766089 [ 260 ] {129693e8-10aa-4a60-a317-20a978f640fc} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10552 | 2025.01.25 03:59:23.766130 [ 260 ] {129693e8-10aa-4a60-a317-20a978f640fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10553 | 2025.01.25 03:59:23.766529 [ 260 ] {129693e8-10aa-4a60-a317-20a978f640fc} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10554 | 2025.01.25 03:59:23.766768 [ 260 ] {129693e8-10aa-4a60-a317-20a978f640fc} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10555 | 2025.01.25 03:59:23.766977 [ 260 ] {129693e8-10aa-4a60-a317-20a978f640fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
| 10556 | 2025.01.25 03:59:23.767033 [ 260 ] {129693e8-10aa-4a60-a317-20a978f640fc} <Debug> TCPHandler: Processed in 0.001869156 sec. | ||
| 10557 | 2025.01.25 03:59:23.767175 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10558 | 2025.01.25 03:59:23.767316 [ 259 ] {8e8ef3e6-b5a5-4e29-8d35-9a12d23aa843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10559 | 2025.01.25 03:59:23.767412 [ 259 ] {8e8ef3e6-b5a5-4e29-8d35-9a12d23aa843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10560 | 2025.01.25 03:59:23.768588 [ 259 ] {8e8ef3e6-b5a5-4e29-8d35-9a12d23aa843} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10561 | 2025.01.25 03:59:23.768628 [ 259 ] {8e8ef3e6-b5a5-4e29-8d35-9a12d23aa843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10562 | 2025.01.25 03:59:23.769269 [ 259 ] {8e8ef3e6-b5a5-4e29-8d35-9a12d23aa843} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10563 | 2025.01.25 03:59:23.769532 [ 259 ] {8e8ef3e6-b5a5-4e29-8d35-9a12d23aa843} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10564 | 2025.01.25 03:59:23.769799 [ 259 ] {8e8ef3e6-b5a5-4e29-8d35-9a12d23aa843} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002514 sec., 5171.042163882259 rows/sec., 9.27 MiB/sec. | ||
| 10565 | 2025.01.25 03:59:23.769911 [ 259 ] {8e8ef3e6-b5a5-4e29-8d35-9a12d23aa843} <Debug> TCPHandler: Processed in 0.002803708 sec. | ||
| 10566 | 2025.01.25 03:59:23.770152 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10567 | 2025.01.25 03:59:23.770376 [ 260 ] {e3712abc-4a7d-483a-be06-3adb7042802a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10568 | 2025.01.25 03:59:23.770472 [ 260 ] {e3712abc-4a7d-483a-be06-3adb7042802a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10569 | 2025.01.25 03:59:23.771112 [ 260 ] {e3712abc-4a7d-483a-be06-3adb7042802a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10570 | 2025.01.25 03:59:23.771151 [ 260 ] {e3712abc-4a7d-483a-be06-3adb7042802a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10571 | 2025.01.25 03:59:23.771527 [ 260 ] {e3712abc-4a7d-483a-be06-3adb7042802a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10572 | 2025.01.25 03:59:23.771766 [ 260 ] {e3712abc-4a7d-483a-be06-3adb7042802a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10573 | 2025.01.25 03:59:23.771995 [ 260 ] {e3712abc-4a7d-483a-be06-3adb7042802a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001669 sec., 35949.67046135411 rows/sec., 2.42 MiB/sec. | ||
| 10574 | 2025.01.25 03:59:23.772090 [ 260 ] {e3712abc-4a7d-483a-be06-3adb7042802a} <Debug> TCPHandler: Processed in 0.002039619 sec. | ||
| 10575 | 2025.01.25 03:59:27.314093 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10576 | 2025.01.25 03:59:27.314170 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10577 | 2025.01.25 03:59:27.492150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 10578 | 2025.01.25 03:59:27.492846 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10579 | 2025.01.25 03:59:27.492899 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10580 | 2025.01.25 03:59:27.493471 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10581 | 2025.01.25 03:59:27.493738 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10582 | 2025.01.25 03:59:27.493967 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10583 | 2025.01.25 03:59:28.763152 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10584 | 2025.01.25 03:59:28.763468 [ 259 ] {7e7195ce-bdf2-48a4-b12e-7244d175bb3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10585 | 2025.01.25 03:59:28.763589 [ 259 ] {7e7195ce-bdf2-48a4-b12e-7244d175bb3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10586 | 2025.01.25 03:59:28.764498 [ 259 ] {7e7195ce-bdf2-48a4-b12e-7244d175bb3b} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10587 | 2025.01.25 03:59:28.764553 [ 259 ] {7e7195ce-bdf2-48a4-b12e-7244d175bb3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10588 | 2025.01.25 03:59:28.764998 [ 259 ] {7e7195ce-bdf2-48a4-b12e-7244d175bb3b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10589 | 2025.01.25 03:59:28.765260 [ 259 ] {7e7195ce-bdf2-48a4-b12e-7244d175bb3b} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10590 | 2025.01.25 03:59:28.765499 [ 259 ] {7e7195ce-bdf2-48a4-b12e-7244d175bb3b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002117 sec., 6613.131790269249 rows/sec., 476.06 KiB/sec. | ||
| 10591 | 2025.01.25 03:59:28.765583 [ 259 ] {7e7195ce-bdf2-48a4-b12e-7244d175bb3b} <Debug> TCPHandler: Processed in 0.002625904 sec. | ||
| 10592 | 2025.01.25 03:59:28.765879 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10593 | 2025.01.25 03:59:28.766182 [ 260 ] {fe42026a-831d-4de3-82bd-bcb82e794855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10594 | 2025.01.25 03:59:28.766303 [ 260 ] {fe42026a-831d-4de3-82bd-bcb82e794855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10595 | 2025.01.25 03:59:28.767413 [ 260 ] {fe42026a-831d-4de3-82bd-bcb82e794855} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2025.01.25 03:59:28.767468 [ 260 ] {fe42026a-831d-4de3-82bd-bcb82e794855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10597 | 2025.01.25 03:59:28.767937 [ 260 ] {fe42026a-831d-4de3-82bd-bcb82e794855} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10598 | 2025.01.25 03:59:28.768192 [ 260 ] {fe42026a-831d-4de3-82bd-bcb82e794855} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2025.01.25 03:59:28.768462 [ 260 ] {fe42026a-831d-4de3-82bd-bcb82e794855} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002363 sec., 108760.05078290308 rows/sec., 9.51 MiB/sec. | ||
| 10600 | 2025.01.25 03:59:28.768575 [ 260 ] {fe42026a-831d-4de3-82bd-bcb82e794855} <Debug> TCPHandler: Processed in 0.00286462 sec. | ||
| 10601 | 2025.01.25 03:59:28.768828 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10602 | 2025.01.25 03:59:28.768987 [ 259 ] {20b0fbb3-f495-4cb2-bdcf-34d4cd0606bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10603 | 2025.01.25 03:59:28.769050 [ 259 ] {20b0fbb3-f495-4cb2-bdcf-34d4cd0606bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10604 | 2025.01.25 03:59:28.769766 [ 259 ] {20b0fbb3-f495-4cb2-bdcf-34d4cd0606bf} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10605 | 2025.01.25 03:59:28.769816 [ 259 ] {20b0fbb3-f495-4cb2-bdcf-34d4cd0606bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10606 | 2025.01.25 03:59:28.770202 [ 259 ] {20b0fbb3-f495-4cb2-bdcf-34d4cd0606bf} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10607 | 2025.01.25 03:59:28.770445 [ 259 ] {20b0fbb3-f495-4cb2-bdcf-34d4cd0606bf} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10608 | 2025.01.25 03:59:28.770661 [ 259 ] {20b0fbb3-f495-4cb2-bdcf-34d4cd0606bf} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.001709 sec., 19894.67524868344 rows/sec., 1.42 MiB/sec. | ||
| 10609 | 2025.01.25 03:59:28.770718 [ 259 ] {20b0fbb3-f495-4cb2-bdcf-34d4cd0606bf} <Debug> TCPHandler: Processed in 0.001995389 sec. | ||
| 10610 | 2025.01.25 03:59:28.770857 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10611 | 2025.01.25 03:59:28.770999 [ 260 ] {c95cff2b-694a-4dde-9c41-f1e0fe1c40b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10612 | 2025.01.25 03:59:28.771062 [ 260 ] {c95cff2b-694a-4dde-9c41-f1e0fe1c40b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10613 | 2025.01.25 03:59:28.771764 [ 260 ] {c95cff2b-694a-4dde-9c41-f1e0fe1c40b6} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10614 | 2025.01.25 03:59:28.771812 [ 260 ] {c95cff2b-694a-4dde-9c41-f1e0fe1c40b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10615 | 2025.01.25 03:59:28.772178 [ 260 ] {c95cff2b-694a-4dde-9c41-f1e0fe1c40b6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10616 | 2025.01.25 03:59:28.772413 [ 260 ] {c95cff2b-694a-4dde-9c41-f1e0fe1c40b6} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10617 | 2025.01.25 03:59:28.772670 [ 260 ] {c95cff2b-694a-4dde-9c41-f1e0fe1c40b6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001691 sec., 8279.124778237729 rows/sec., 579.82 KiB/sec. | ||
| 10618 | 2025.01.25 03:59:28.772768 [ 260 ] {c95cff2b-694a-4dde-9c41-f1e0fe1c40b6} <Debug> TCPHandler: Processed in 0.001967478 sec. | ||
| 10619 | 2025.01.25 03:59:28.772966 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10620 | 2025.01.25 03:59:28.773107 [ 259 ] {c5c0236c-ae07-4d14-906c-5521ddb139fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10621 | 2025.01.25 03:59:28.773163 [ 259 ] {c5c0236c-ae07-4d14-906c-5521ddb139fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10622 | 2025.01.25 03:59:28.773846 [ 259 ] {c5c0236c-ae07-4d14-906c-5521ddb139fb} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10623 | 2025.01.25 03:59:28.773892 [ 259 ] {c5c0236c-ae07-4d14-906c-5521ddb139fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10624 | 2025.01.25 03:59:28.774247 [ 259 ] {c5c0236c-ae07-4d14-906c-5521ddb139fb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10625 | 2025.01.25 03:59:28.774491 [ 259 ] {c5c0236c-ae07-4d14-906c-5521ddb139fb} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10626 | 2025.01.25 03:59:28.774720 [ 259 ] {c5c0236c-ae07-4d14-906c-5521ddb139fb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001642 sec., 7917.174177831912 rows/sec., 493.63 KiB/sec. | ||
| 10627 | 2025.01.25 03:59:28.774938 [ 259 ] {c5c0236c-ae07-4d14-906c-5521ddb139fb} <Debug> TCPHandler: Processed in 0.00206751 sec. | ||
| 10628 | 2025.01.25 03:59:28.775167 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10629 | 2025.01.25 03:59:28.775302 [ 260 ] {29681268-93bb-41cf-ac0d-a2162ab13d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10630 | 2025.01.25 03:59:28.775360 [ 260 ] {29681268-93bb-41cf-ac0d-a2162ab13d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10631 | 2025.01.25 03:59:28.776156 [ 260 ] {29681268-93bb-41cf-ac0d-a2162ab13d26} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10632 | 2025.01.25 03:59:28.776196 [ 260 ] {29681268-93bb-41cf-ac0d-a2162ab13d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10633 | 2025.01.25 03:59:28.776572 [ 260 ] {29681268-93bb-41cf-ac0d-a2162ab13d26} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10634 | 2025.01.25 03:59:28.776813 [ 260 ] {29681268-93bb-41cf-ac0d-a2162ab13d26} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10635 | 2025.01.25 03:59:28.777029 [ 260 ] {29681268-93bb-41cf-ac0d-a2162ab13d26} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001757 sec., 232783.15310187818 rows/sec., 16.59 MiB/sec. | ||
| 10636 | 2025.01.25 03:59:28.777082 [ 260 ] {29681268-93bb-41cf-ac0d-a2162ab13d26} <Debug> TCPHandler: Processed in 0.002037959 sec. | ||
| 10637 | 2025.01.25 03:59:28.777229 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10638 | 2025.01.25 03:59:28.777352 [ 259 ] {2402717a-41f7-4449-94c7-b7cbdce43a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10639 | 2025.01.25 03:59:28.777404 [ 259 ] {2402717a-41f7-4449-94c7-b7cbdce43a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10640 | 2025.01.25 03:59:28.777908 [ 259 ] {2402717a-41f7-4449-94c7-b7cbdce43a17} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10641 | 2025.01.25 03:59:28.777947 [ 259 ] {2402717a-41f7-4449-94c7-b7cbdce43a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10642 | 2025.01.25 03:59:28.778313 [ 259 ] {2402717a-41f7-4449-94c7-b7cbdce43a17} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10643 | 2025.01.25 03:59:28.778552 [ 259 ] {2402717a-41f7-4449-94c7-b7cbdce43a17} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10644 | 2025.01.25 03:59:28.778777 [ 259 ] {2402717a-41f7-4449-94c7-b7cbdce43a17} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec. | ||
| 10645 | 2025.01.25 03:59:28.778883 [ 259 ] {2402717a-41f7-4449-94c7-b7cbdce43a17} <Debug> TCPHandler: Processed in 0.001710772 sec. | ||
| 10646 | 2025.01.25 03:59:28.779082 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10647 | 2025.01.25 03:59:28.779219 [ 260 ] {216b2722-b2f7-4b04-b183-83c030419c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10648 | 2025.01.25 03:59:28.779282 [ 260 ] {216b2722-b2f7-4b04-b183-83c030419c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10649 | 2025.01.25 03:59:28.779978 [ 260 ] {216b2722-b2f7-4b04-b183-83c030419c8d} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10650 | 2025.01.25 03:59:28.780016 [ 260 ] {216b2722-b2f7-4b04-b183-83c030419c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10651 | 2025.01.25 03:59:28.780417 [ 260 ] {216b2722-b2f7-4b04-b183-83c030419c8d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10652 | 2025.01.25 03:59:28.780657 [ 260 ] {216b2722-b2f7-4b04-b183-83c030419c8d} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10653 | 2025.01.25 03:59:28.780863 [ 260 ] {216b2722-b2f7-4b04-b183-83c030419c8d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001675 sec., 141492.53731343284 rows/sec., 9.48 MiB/sec. | ||
| 10654 | 2025.01.25 03:59:28.780919 [ 260 ] {216b2722-b2f7-4b04-b183-83c030419c8d} <Debug> TCPHandler: Processed in 0.001925917 sec. | ||
| 10655 | 2025.01.25 03:59:28.781075 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10656 | 2025.01.25 03:59:28.781216 [ 259 ] {6c8b7b42-dd0c-4277-ae7b-fc5bde63f311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10657 | 2025.01.25 03:59:28.781278 [ 259 ] {6c8b7b42-dd0c-4277-ae7b-fc5bde63f311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10658 | 2025.01.25 03:59:28.781835 [ 259 ] {6c8b7b42-dd0c-4277-ae7b-fc5bde63f311} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10659 | 2025.01.25 03:59:28.781881 [ 259 ] {6c8b7b42-dd0c-4277-ae7b-fc5bde63f311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10660 | 2025.01.25 03:59:28.782240 [ 259 ] {6c8b7b42-dd0c-4277-ae7b-fc5bde63f311} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10661 | 2025.01.25 03:59:28.782470 [ 259 ] {6c8b7b42-dd0c-4277-ae7b-fc5bde63f311} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10662 | 2025.01.25 03:59:28.782724 [ 259 ] {6c8b7b42-dd0c-4277-ae7b-fc5bde63f311} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001539 sec., 649.772579597141 rows/sec., 43.78 KiB/sec. | ||
| 10663 | 2025.01.25 03:59:28.782927 [ 259 ] {6c8b7b42-dd0c-4277-ae7b-fc5bde63f311} <Debug> TCPHandler: Processed in 0.001914687 sec. | ||
| 10664 | 2025.01.25 03:59:28.783157 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10665 | 2025.01.25 03:59:28.783291 [ 260 ] {b764cd62-a3d2-4ba4-b64c-53e6df97109f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10666 | 2025.01.25 03:59:28.783384 [ 260 ] {b764cd62-a3d2-4ba4-b64c-53e6df97109f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10667 | 2025.01.25 03:59:28.784583 [ 260 ] {b764cd62-a3d2-4ba4-b64c-53e6df97109f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10668 | 2025.01.25 03:59:28.784622 [ 260 ] {b764cd62-a3d2-4ba4-b64c-53e6df97109f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10669 | 2025.01.25 03:59:28.785246 [ 260 ] {b764cd62-a3d2-4ba4-b64c-53e6df97109f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10670 | 2025.01.25 03:59:28.785501 [ 260 ] {b764cd62-a3d2-4ba4-b64c-53e6df97109f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10671 | 2025.01.25 03:59:28.785698 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10672 | 2025.01.25 03:59:28.785763 [ 260 ] {b764cd62-a3d2-4ba4-b64c-53e6df97109f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002497 sec., 10812.975570684821 rows/sec., 19.38 MiB/sec. | ||
| 10673 | 2025.01.25 03:59:28.785780 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10674 | 2025.01.25 03:59:28.785862 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10675 | 2025.01.25 03:59:28.786139 [ 260 ] {b764cd62-a3d2-4ba4-b64c-53e6df97109f} <Debug> TCPHandler: Processed in 0.003103446 sec. | ||
| 10676 | 2025.01.25 03:59:28.786387 [ 187 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 10677 | 2025.01.25 03:59:28.786492 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10678 | 2025.01.25 03:59:28.786911 [ 259 ] {fc32aebb-8189-44dc-9e35-d42f9971daa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10679 | 2025.01.25 03:59:28.787111 [ 259 ] {fc32aebb-8189-44dc-9e35-d42f9971daa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10680 | 2025.01.25 03:59:28.787527 [ 187 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10681 | 2025.01.25 03:59:28.787785 [ 187 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1155 rows starting from the beginning of the part | ||
| 10682 | 2025.01.25 03:59:28.788367 [ 187 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part | ||
| 10683 | 2025.01.25 03:59:28.789220 [ 187 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 10684 | 2025.01.25 03:59:28.789294 [ 259 ] {fc32aebb-8189-44dc-9e35-d42f9971daa7} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10685 | 2025.01.25 03:59:28.789379 [ 259 ] {fc32aebb-8189-44dc-9e35-d42f9971daa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10686 | 2025.01.25 03:59:28.789890 [ 187 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 27 rows starting from the beginning of the part | ||
| 10687 | 2025.01.25 03:59:28.790560 [ 187 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 10688 | 2025.01.25 03:59:28.790885 [ 259 ] {fc32aebb-8189-44dc-9e35-d42f9971daa7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10689 | 2025.01.25 03:59:28.791134 [ 187 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part | ||
| 10690 | 2025.01.25 03:59:28.791915 [ 259 ] {fc32aebb-8189-44dc-9e35-d42f9971daa7} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10691 | 2025.01.25 03:59:28.792398 [ 259 ] {fc32aebb-8189-44dc-9e35-d42f9971daa7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005624 sec., 14580.369843527738 rows/sec., 948.26 KiB/sec. | ||
| 10692 | 2025.01.25 03:59:28.792565 [ 259 ] {fc32aebb-8189-44dc-9e35-d42f9971daa7} <Debug> TCPHandler: Processed in 0.006245181 sec. | ||
| 10693 | 2025.01.25 03:59:28.798791 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 19 columns (19 merged, 0 gathered) in 0.012696437 sec., 99397.96495662523 rows/sec., 178.12 MiB/sec. | ||
| 10694 | 2025.01.25 03:59:28.800028 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10695 | 2025.01.25 03:59:28.800443 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10696 | 2025.01.25 03:59:28.800521 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10697 | 2025.01.25 03:59:28.800672 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.37 MiB. | ||
| 10698 | 2025.01.25 03:59:29.000231 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.66 MiB, peak 243.99 MiB, free memory in arenas 0.00 B, will set to 234.91 MiB (RSS), difference: 2.25 MiB | ||
| 10699 | 2025.01.25 03:59:29.103686 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10700 | 2025.01.25 03:59:29.124754 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10701 | 2025.01.25 03:59:29.124800 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10702 | 2025.01.25 03:59:29.132956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10703 | 2025.01.25 03:59:29.133724 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10704 | 2025.01.25 03:59:29.136815 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10705 | 2025.01.25 03:59:32.114403 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10706 | 2025.01.25 03:59:32.114734 [ 259 ] {41c7e439-766c-4668-801d-112c0e5cef4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10707 | 2025.01.25 03:59:32.114853 [ 259 ] {41c7e439-766c-4668-801d-112c0e5cef4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10708 | 2025.01.25 03:59:32.115691 [ 259 ] {41c7e439-766c-4668-801d-112c0e5cef4a} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10709 | 2025.01.25 03:59:32.115738 [ 259 ] {41c7e439-766c-4668-801d-112c0e5cef4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10710 | 2025.01.25 03:59:32.116176 [ 259 ] {41c7e439-766c-4668-801d-112c0e5cef4a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10711 | 2025.01.25 03:59:32.116436 [ 259 ] {41c7e439-766c-4668-801d-112c0e5cef4a} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10712 | 2025.01.25 03:59:32.116685 [ 259 ] {41c7e439-766c-4668-801d-112c0e5cef4a} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002038 sec., 5888.1256133464185 rows/sec., 480.14 KiB/sec. | ||
| 10713 | 2025.01.25 03:59:32.116752 [ 259 ] {41c7e439-766c-4668-801d-112c0e5cef4a} <Debug> TCPHandler: Processed in 0.002539732 sec. | ||
| 10714 | 2025.01.25 03:59:32.117015 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10715 | 2025.01.25 03:59:32.117265 [ 260 ] {d3bab388-e5e9-4e0c-97d5-6be6e3e12aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10716 | 2025.01.25 03:59:32.117363 [ 260 ] {d3bab388-e5e9-4e0c-97d5-6be6e3e12aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10717 | 2025.01.25 03:59:32.118745 [ 260 ] {d3bab388-e5e9-4e0c-97d5-6be6e3e12aa5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10718 | 2025.01.25 03:59:32.118796 [ 260 ] {d3bab388-e5e9-4e0c-97d5-6be6e3e12aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10719 | 2025.01.25 03:59:32.119310 [ 260 ] {d3bab388-e5e9-4e0c-97d5-6be6e3e12aa5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10720 | 2025.01.25 03:59:32.119562 [ 260 ] {d3bab388-e5e9-4e0c-97d5-6be6e3e12aa5} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10721 | 2025.01.25 03:59:32.119791 [ 260 ] {d3bab388-e5e9-4e0c-97d5-6be6e3e12aa5} <Debug> executeQuery: Read 1228 rows, 103.49 KiB in 0.002596 sec., 473035.4391371341 rows/sec., 38.93 MiB/sec. | ||
| 10722 | 2025.01.25 03:59:32.119848 [ 260 ] {d3bab388-e5e9-4e0c-97d5-6be6e3e12aa5} <Debug> TCPHandler: Processed in 0.002988912 sec. | ||
| 10723 | 2025.01.25 03:59:32.120026 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10724 | 2025.01.25 03:59:32.120261 [ 259 ] {61d22f9f-deeb-4753-9d46-e78c449d5659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10725 | 2025.01.25 03:59:32.120358 [ 259 ] {61d22f9f-deeb-4753-9d46-e78c449d5659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10726 | 2025.01.25 03:59:32.121270 [ 259 ] {61d22f9f-deeb-4753-9d46-e78c449d5659} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10727 | 2025.01.25 03:59:32.121310 [ 259 ] {61d22f9f-deeb-4753-9d46-e78c449d5659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10728 | 2025.01.25 03:59:32.121673 [ 259 ] {61d22f9f-deeb-4753-9d46-e78c449d5659} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10729 | 2025.01.25 03:59:32.121914 [ 259 ] {61d22f9f-deeb-4753-9d46-e78c449d5659} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10730 | 2025.01.25 03:59:32.122127 [ 259 ] {61d22f9f-deeb-4753-9d46-e78c449d5659} <Debug> executeQuery: Read 25 rows, 1.82 KiB in 0.001926 sec., 12980.269989615785 rows/sec., 942.59 KiB/sec. | ||
| 10731 | 2025.01.25 03:59:32.122179 [ 259 ] {61d22f9f-deeb-4753-9d46-e78c449d5659} <Debug> TCPHandler: Processed in 0.002239865 sec. | ||
| 10732 | 2025.01.25 03:59:32.122335 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10733 | 2025.01.25 03:59:32.122472 [ 260 ] {788acd26-3b2e-42d2-91cd-93e484a73d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10734 | 2025.01.25 03:59:32.122532 [ 260 ] {788acd26-3b2e-42d2-91cd-93e484a73d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10735 | 2025.01.25 03:59:32.123247 [ 260 ] {788acd26-3b2e-42d2-91cd-93e484a73d43} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10736 | 2025.01.25 03:59:32.123287 [ 260 ] {788acd26-3b2e-42d2-91cd-93e484a73d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10737 | 2025.01.25 03:59:32.123653 [ 260 ] {788acd26-3b2e-42d2-91cd-93e484a73d43} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10738 | 2025.01.25 03:59:32.123902 [ 260 ] {788acd26-3b2e-42d2-91cd-93e484a73d43} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2025.01.25 03:59:32.124083 [ 91 ] {} <Debug> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10740 | 2025.01.25 03:59:32.124145 [ 260 ] {788acd26-3b2e-42d2-91cd-93e484a73d43} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001699 sec., 134196.58622719246 rows/sec., 9.09 MiB/sec. | ||
| 10741 | 2025.01.25 03:59:32.124172 [ 91 ] {} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10742 | 2025.01.25 03:59:32.124252 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10743 | 2025.01.25 03:59:32.124263 [ 260 ] {788acd26-3b2e-42d2-91cd-93e484a73d43} <Debug> TCPHandler: Processed in 0.001996538 sec. | ||
| 10744 | 2025.01.25 03:59:32.124625 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 10745 | 2025.01.25 03:59:32.124713 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10746 | 2025.01.25 03:59:32.125175 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10747 | 2025.01.25 03:59:32.125314 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 242 rows starting from the beginning of the part | ||
| 10748 | 2025.01.25 03:59:32.125457 [ 259 ] {145a9968-3c99-4ac9-90cb-3134f9a41217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10749 | 2025.01.25 03:59:32.125694 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 228 rows starting from the beginning of the part | ||
| 10750 | 2025.01.25 03:59:32.125744 [ 259 ] {145a9968-3c99-4ac9-90cb-3134f9a41217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10751 | 2025.01.25 03:59:32.126049 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 10752 | 2025.01.25 03:59:32.126403 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::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 | ||
| 10753 | 2025.01.25 03:59:32.126738 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 10754 | 2025.01.25 03:59:32.127087 [ 198 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 228 rows starting from the beginning of the part | ||
| 10755 | 2025.01.25 03:59:32.130310 [ 259 ] {145a9968-3c99-4ac9-90cb-3134f9a41217} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10756 | 2025.01.25 03:59:32.130385 [ 259 ] {145a9968-3c99-4ac9-90cb-3134f9a41217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10757 | 2025.01.25 03:59:32.130921 [ 201 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.006556029 sec., 112873.2041911346 rows/sec., 8.08 MiB/sec. | ||
| 10758 | 2025.01.25 03:59:32.131119 [ 201 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10759 | 2025.01.25 03:59:32.131162 [ 259 ] {145a9968-3c99-4ac9-90cb-3134f9a41217} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10760 | 2025.01.25 03:59:32.131464 [ 259 ] {145a9968-3c99-4ac9-90cb-3134f9a41217} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10761 | 2025.01.25 03:59:32.131541 [ 201 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_46_9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10762 | 2025.01.25 03:59:32.131759 [ 201 ] {8e9e452c-159a-492d-a7c0-4fa7b82292b7::all_1_46_9} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10763 | 2025.01.25 03:59:32.131767 [ 259 ] {145a9968-3c99-4ac9-90cb-3134f9a41217} <Debug> executeQuery: Read 545 rows, 41.42 KiB in 0.006551 sec., 83193.40558693328 rows/sec., 6.18 MiB/sec. | ||
| 10764 | 2025.01.25 03:59:32.131874 [ 259 ] {145a9968-3c99-4ac9-90cb-3134f9a41217} <Debug> TCPHandler: Processed in 0.007508462 sec. | ||
| 10765 | 2025.01.25 03:59:32.131911 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 10766 | 2025.01.25 03:59:32.132030 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10767 | 2025.01.25 03:59:32.132149 [ 260 ] {adec0278-9c82-4b9f-b3bb-7ee66641cf76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10768 | 2025.01.25 03:59:32.132203 [ 260 ] {adec0278-9c82-4b9f-b3bb-7ee66641cf76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10769 | 2025.01.25 03:59:32.132979 [ 260 ] {adec0278-9c82-4b9f-b3bb-7ee66641cf76} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10770 | 2025.01.25 03:59:32.133019 [ 260 ] {adec0278-9c82-4b9f-b3bb-7ee66641cf76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10771 | 2025.01.25 03:59:32.133474 [ 260 ] {adec0278-9c82-4b9f-b3bb-7ee66641cf76} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10772 | 2025.01.25 03:59:32.133715 [ 260 ] {adec0278-9c82-4b9f-b3bb-7ee66641cf76} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10773 | 2025.01.25 03:59:32.133936 [ 260 ] {adec0278-9c82-4b9f-b3bb-7ee66641cf76} <Debug> executeQuery: Read 958 rows, 65.81 KiB in 0.001809 sec., 529574.3504698728 rows/sec., 35.53 MiB/sec. | ||
| 10774 | 2025.01.25 03:59:32.134037 [ 260 ] {adec0278-9c82-4b9f-b3bb-7ee66641cf76} <Debug> TCPHandler: Processed in 0.00206073 sec. | ||
| 10775 | 2025.01.25 03:59:32.134274 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10776 | 2025.01.25 03:59:32.134527 [ 259 ] {a62b266f-56e3-4138-b899-506edcd62e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10777 | 2025.01.25 03:59:32.134673 [ 259 ] {a62b266f-56e3-4138-b899-506edcd62e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10778 | 2025.01.25 03:59:32.135957 [ 259 ] {a62b266f-56e3-4138-b899-506edcd62e9b} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10779 | 2025.01.25 03:59:32.135996 [ 259 ] {a62b266f-56e3-4138-b899-506edcd62e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10780 | 2025.01.25 03:59:32.136630 [ 259 ] {a62b266f-56e3-4138-b899-506edcd62e9b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10781 | 2025.01.25 03:59:32.136895 [ 259 ] {a62b266f-56e3-4138-b899-506edcd62e9b} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10782 | 2025.01.25 03:59:32.137131 [ 259 ] {a62b266f-56e3-4138-b899-506edcd62e9b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002658 sec., 4890.895410082769 rows/sec., 8.76 MiB/sec. | ||
| 10783 | 2025.01.25 03:59:32.137234 [ 259 ] {a62b266f-56e3-4138-b899-506edcd62e9b} <Debug> TCPHandler: Processed in 0.003098085 sec. | ||
| 10784 | 2025.01.25 03:59:32.137433 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10785 | 2025.01.25 03:59:32.137662 [ 260 ] {f90d474a-65ed-4563-aea1-1f81212e5506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10786 | 2025.01.25 03:59:32.137760 [ 260 ] {f90d474a-65ed-4563-aea1-1f81212e5506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10787 | 2025.01.25 03:59:32.138377 [ 260 ] {f90d474a-65ed-4563-aea1-1f81212e5506} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10788 | 2025.01.25 03:59:32.138415 [ 260 ] {f90d474a-65ed-4563-aea1-1f81212e5506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10789 | 2025.01.25 03:59:32.138792 [ 260 ] {f90d474a-65ed-4563-aea1-1f81212e5506} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10790 | 2025.01.25 03:59:32.139030 [ 260 ] {f90d474a-65ed-4563-aea1-1f81212e5506} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10791 | 2025.01.25 03:59:32.139238 [ 260 ] {f90d474a-65ed-4563-aea1-1f81212e5506} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001638 sec., 24420.02442002442 rows/sec., 1.65 MiB/sec. | ||
| 10792 | 2025.01.25 03:59:32.139287 [ 260 ] {f90d474a-65ed-4563-aea1-1f81212e5506} <Debug> TCPHandler: Processed in 0.001964098 sec. | ||
| 10793 | 2025.01.25 03:59:32.612561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1532 | ||
| 10794 | 2025.01.25 03:59:32.616066 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10795 | 2025.01.25 03:59:32.616127 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10796 | 2025.01.25 03:59:32.617619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10797 | 2025.01.25 03:59:32.617926 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10798 | 2025.01.25 03:59:32.618536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1532 | ||
| 10799 | 2025.01.25 03:59:33.753137 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10800 | 2025.01.25 03:59:33.753462 [ 259 ] {99be1e18-60ca-4710-ba96-79280d2818cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10801 | 2025.01.25 03:59:33.753579 [ 259 ] {99be1e18-60ca-4710-ba96-79280d2818cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10802 | 2025.01.25 03:59:33.754562 [ 259 ] {99be1e18-60ca-4710-ba96-79280d2818cc} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10803 | 2025.01.25 03:59:33.754612 [ 259 ] {99be1e18-60ca-4710-ba96-79280d2818cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10804 | 2025.01.25 03:59:33.755050 [ 259 ] {99be1e18-60ca-4710-ba96-79280d2818cc} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10805 | 2025.01.25 03:59:33.755306 [ 259 ] {99be1e18-60ca-4710-ba96-79280d2818cc} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10806 | 2025.01.25 03:59:33.755520 [ 259 ] {99be1e18-60ca-4710-ba96-79280d2818cc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002147 sec., 26082.906380996737 rows/sec., 1.99 MiB/sec. | ||
| 10807 | 2025.01.25 03:59:33.755588 [ 259 ] {99be1e18-60ca-4710-ba96-79280d2818cc} <Debug> TCPHandler: Processed in 0.002638424 sec. | ||
| 10808 | 2025.01.25 03:59:33.755834 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10809 | 2025.01.25 03:59:33.756048 [ 260 ] {bc90bf14-fbe9-4167-bfde-cc0aeaffca9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10810 | 2025.01.25 03:59:33.756121 [ 260 ] {bc90bf14-fbe9-4167-bfde-cc0aeaffca9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10811 | 2025.01.25 03:59:33.756882 [ 260 ] {bc90bf14-fbe9-4167-bfde-cc0aeaffca9e} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10812 | 2025.01.25 03:59:33.756924 [ 260 ] {bc90bf14-fbe9-4167-bfde-cc0aeaffca9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10813 | 2025.01.25 03:59:33.757372 [ 260 ] {bc90bf14-fbe9-4167-bfde-cc0aeaffca9e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10814 | 2025.01.25 03:59:33.757642 [ 260 ] {bc90bf14-fbe9-4167-bfde-cc0aeaffca9e} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10815 | 2025.01.25 03:59:33.757896 [ 260 ] {bc90bf14-fbe9-4167-bfde-cc0aeaffca9e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001907 sec., 33560.5663345569 rows/sec., 2.62 MiB/sec. | ||
| 10816 | 2025.01.25 03:59:33.757953 [ 260 ] {bc90bf14-fbe9-4167-bfde-cc0aeaffca9e} <Debug> TCPHandler: Processed in 0.002264595 sec. | ||
| 10817 | 2025.01.25 03:59:33.758142 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10818 | 2025.01.25 03:59:33.758291 [ 259 ] {9532464b-5ddb-45ca-9dcd-78916f56628a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10819 | 2025.01.25 03:59:33.758359 [ 259 ] {9532464b-5ddb-45ca-9dcd-78916f56628a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10820 | 2025.01.25 03:59:33.759015 [ 259 ] {9532464b-5ddb-45ca-9dcd-78916f56628a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10821 | 2025.01.25 03:59:33.759057 [ 259 ] {9532464b-5ddb-45ca-9dcd-78916f56628a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10822 | 2025.01.25 03:59:33.759448 [ 259 ] {9532464b-5ddb-45ca-9dcd-78916f56628a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10823 | 2025.01.25 03:59:33.759703 [ 259 ] {9532464b-5ddb-45ca-9dcd-78916f56628a} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10824 | 2025.01.25 03:59:33.759915 [ 259 ] {9532464b-5ddb-45ca-9dcd-78916f56628a} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001659 sec., 32549.728752260395 rows/sec., 2.27 MiB/sec. | ||
| 10825 | 2025.01.25 03:59:33.760044 [ 259 ] {9532464b-5ddb-45ca-9dcd-78916f56628a} <Debug> TCPHandler: Processed in 0.001987738 sec. | ||
| 10826 | 2025.01.25 03:59:33.760245 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10827 | 2025.01.25 03:59:33.760436 [ 260 ] {e0b78ba7-e0be-451b-9259-cad3cd5d12ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10828 | 2025.01.25 03:59:33.760490 [ 260 ] {e0b78ba7-e0be-451b-9259-cad3cd5d12ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10829 | 2025.01.25 03:59:33.760979 [ 260 ] {e0b78ba7-e0be-451b-9259-cad3cd5d12ab} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10830 | 2025.01.25 03:59:33.761018 [ 260 ] {e0b78ba7-e0be-451b-9259-cad3cd5d12ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10831 | 2025.01.25 03:59:33.761389 [ 260 ] {e0b78ba7-e0be-451b-9259-cad3cd5d12ab} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10832 | 2025.01.25 03:59:33.761620 [ 260 ] {e0b78ba7-e0be-451b-9259-cad3cd5d12ab} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10833 | 2025.01.25 03:59:33.761932 [ 260 ] {e0b78ba7-e0be-451b-9259-cad3cd5d12ab} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001512 sec., 13227.513227513227 rows/sec., 909.39 KiB/sec. | ||
| 10834 | 2025.01.25 03:59:33.762145 [ 260 ] {e0b78ba7-e0be-451b-9259-cad3cd5d12ab} <Debug> TCPHandler: Processed in 0.002007568 sec. | ||
| 10835 | 2025.01.25 03:59:34.995060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 10836 | 2025.01.25 03:59:34.995700 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10837 | 2025.01.25 03:59:34.995744 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10838 | 2025.01.25 03:59:34.996256 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10839 | 2025.01.25 03:59:34.996502 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10840 | 2025.01.25 03:59:34.996725 [ 89 ] {} <Debug> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10841 | 2025.01.25 03:59:34.996747 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 10842 | 2025.01.25 03:59:34.996818 [ 89 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10843 | 2025.01.25 03:59:34.996851 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10844 | 2025.01.25 03:59:34.997046 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 10845 | 2025.01.25 03:59:34.997287 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10846 | 2025.01.25 03:59:34.997358 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::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 | ||
| 10847 | 2025.01.25 03:59:34.997522 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 10848 | 2025.01.25 03:59:34.997723 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 10849 | 2025.01.25 03:59:34.998083 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 10850 | 2025.01.25 03:59:34.998217 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 10851 | 2025.01.25 03:59:34.998406 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 10852 | 2025.01.25 03:59:35.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.18 MiB, peak 243.99 MiB, free memory in arenas 0.00 B, will set to 234.91 MiB (RSS), difference: -6.27 MiB | ||
| 10853 | 2025.01.25 03:59:35.001114 [ 201 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.004175651 sec., 5595055.717060645 rows/sec., 80.04 MiB/sec. | ||
| 10854 | 2025.01.25 03:59:35.001393 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10855 | 2025.01.25 03:59:35.001689 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10856 | 2025.01.25 03:59:35.001777 [ 199 ] {197a4c5c-dde8-47c0-a8be-da88151b448e::all_1_51_10} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10857 | 2025.01.25 03:59:35.001874 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10858 | 2025.01.25 03:59:36.000197 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.67 MiB, peak 243.99 MiB, free memory in arenas 0.00 B, will set to 234.92 MiB (RSS), difference: 6.25 MiB | ||
| 10859 | 2025.01.25 03:59:36.637831 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10860 | 2025.01.25 03:59:36.660200 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10861 | 2025.01.25 03:59:36.660257 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10862 | 2025.01.25 03:59:36.667619 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10863 | 2025.01.25 03:59:36.668390 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10864 | 2025.01.25 03:59:36.668823 [ 86 ] {} <Debug> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10865 | 2025.01.25 03:59:36.668989 [ 86 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10866 | 2025.01.25 03:59:36.669100 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10867 | 2025.01.25 03:59:36.669736 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 10868 | 2025.01.25 03:59:36.679998 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10869 | 2025.01.25 03:59:36.681051 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10870 | 2025.01.25 03:59:36.681951 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 10871 | 2025.01.25 03:59:36.686669 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 10872 | 2025.01.25 03:59:36.691527 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 10873 | 2025.01.25 03:59:36.696662 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 10874 | 2025.01.25 03:59:36.702165 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 10875 | 2025.01.25 03:59:36.706775 [ 199 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::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 | ||
| 10876 | 2025.01.25 03:59:36.765363 [ 197 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.096055171 sec., 4008.113212353763 rows/sec., 20.73 MiB/sec. | ||
| 10877 | 2025.01.25 03:59:36.768609 [ 197 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10878 | 2025.01.25 03:59:36.771922 [ 197 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_51_10} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10879 | 2025.01.25 03:59:36.772066 [ 197 ] {27ce5f2e-4c3c-464a-9004-95b40e2ebb22::all_1_51_10} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10880 | 2025.01.25 03:59:36.774674 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.94 MiB. | ||
| 10881 | 2025.01.25 03:59:38.763089 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10882 | 2025.01.25 03:59:38.763363 [ 259 ] {2ed12839-f901-4c6f-87ee-787e708c9787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10883 | 2025.01.25 03:59:38.763447 [ 259 ] {2ed12839-f901-4c6f-87ee-787e708c9787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10884 | 2025.01.25 03:59:38.764291 [ 259 ] {2ed12839-f901-4c6f-87ee-787e708c9787} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10885 | 2025.01.25 03:59:38.764345 [ 259 ] {2ed12839-f901-4c6f-87ee-787e708c9787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10886 | 2025.01.25 03:59:38.764800 [ 259 ] {2ed12839-f901-4c6f-87ee-787e708c9787} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10887 | 2025.01.25 03:59:38.765053 [ 259 ] {2ed12839-f901-4c6f-87ee-787e708c9787} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10888 | 2025.01.25 03:59:38.765291 [ 259 ] {2ed12839-f901-4c6f-87ee-787e708c9787} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001988 sec., 7042.25352112676 rows/sec., 506.95 KiB/sec. | ||
| 10889 | 2025.01.25 03:59:38.765353 [ 259 ] {2ed12839-f901-4c6f-87ee-787e708c9787} <Debug> TCPHandler: Processed in 0.00245799 sec. | ||
| 10890 | 2025.01.25 03:59:38.765610 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10891 | 2025.01.25 03:59:38.765812 [ 260 ] {d03af368-1eaf-4969-8353-2928e61db227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10892 | 2025.01.25 03:59:38.765891 [ 260 ] {d03af368-1eaf-4969-8353-2928e61db227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10893 | 2025.01.25 03:59:38.766759 [ 260 ] {d03af368-1eaf-4969-8353-2928e61db227} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10894 | 2025.01.25 03:59:38.766812 [ 260 ] {d03af368-1eaf-4969-8353-2928e61db227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10895 | 2025.01.25 03:59:38.767275 [ 260 ] {d03af368-1eaf-4969-8353-2928e61db227} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10896 | 2025.01.25 03:59:38.767548 [ 260 ] {d03af368-1eaf-4969-8353-2928e61db227} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10897 | 2025.01.25 03:59:38.767766 [ 84 ] {} <Debug> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10898 | 2025.01.25 03:59:38.767833 [ 260 ] {d03af368-1eaf-4969-8353-2928e61db227} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.002071 sec., 124094.64027040078 rows/sec., 10.85 MiB/sec. | ||
| 10899 | 2025.01.25 03:59:38.767844 [ 84 ] {} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10900 | 2025.01.25 03:59:38.767916 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10901 | 2025.01.25 03:59:38.767974 [ 260 ] {d03af368-1eaf-4969-8353-2928e61db227} <Debug> TCPHandler: Processed in 0.00250854 sec. | ||
| 10902 | 2025.01.25 03:59:38.768231 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10903 | 2025.01.25 03:59:38.768363 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 10904 | 2025.01.25 03:59:38.768575 [ 259 ] {c4b8a79c-4809-4daf-a6dd-dbb6792e8523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10905 | 2025.01.25 03:59:38.768758 [ 259 ] {c4b8a79c-4809-4daf-a6dd-dbb6792e8523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10906 | 2025.01.25 03:59:38.769012 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10907 | 2025.01.25 03:59:38.769176 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 10908 | 2025.01.25 03:59:38.769683 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::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 | ||
| 10909 | 2025.01.25 03:59:38.770412 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 257 rows starting from the beginning of the part | ||
| 10910 | 2025.01.25 03:59:38.770889 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1228 rows starting from the beginning of the part | ||
| 10911 | 2025.01.25 03:59:38.771150 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 10912 | 2025.01.25 03:59:38.771614 [ 193 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 257 rows starting from the beginning of the part | ||
| 10913 | 2025.01.25 03:59:38.772331 [ 259 ] {c4b8a79c-4809-4daf-a6dd-dbb6792e8523} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10914 | 2025.01.25 03:59:38.772377 [ 259 ] {c4b8a79c-4809-4daf-a6dd-dbb6792e8523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10915 | 2025.01.25 03:59:38.772889 [ 259 ] {c4b8a79c-4809-4daf-a6dd-dbb6792e8523} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10916 | 2025.01.25 03:59:38.773227 [ 259 ] {c4b8a79c-4809-4daf-a6dd-dbb6792e8523} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10917 | 2025.01.25 03:59:38.773424 [ 83 ] {} <Debug> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10918 | 2025.01.25 03:59:38.773455 [ 259 ] {c4b8a79c-4809-4daf-a6dd-dbb6792e8523} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.005003 sec., 6795.922446532081 rows/sec., 496.97 KiB/sec. | ||
| 10919 | 2025.01.25 03:59:38.773513 [ 83 ] {} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10920 | 2025.01.25 03:59:38.773603 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10921 | 2025.01.25 03:59:38.773607 [ 259 ] {c4b8a79c-4809-4daf-a6dd-dbb6792e8523} <Debug> TCPHandler: Processed in 0.005523804 sec. | ||
| 10922 | 2025.01.25 03:59:38.774006 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10923 | 2025.01.25 03:59:38.774298 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 10924 | 2025.01.25 03:59:38.774649 [ 260 ] {e4ec3ed8-c8a7-48ef-bc7d-bff14edbf809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10925 | 2025.01.25 03:59:38.774917 [ 260 ] {e4ec3ed8-c8a7-48ef-bc7d-bff14edbf809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10926 | 2025.01.25 03:59:38.775235 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10927 | 2025.01.25 03:59:38.775431 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 65 rows starting from the beginning of the part | ||
| 10928 | 2025.01.25 03:59:38.775829 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 5 columns (5 merged, 0 gathered) in 0.007790369 sec., 425140.3239050679 rows/sec., 37.12 MiB/sec. | ||
| 10929 | 2025.01.25 03:59:38.776039 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 10930 | 2025.01.25 03:59:38.776410 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part | ||
| 10931 | 2025.01.25 03:59:38.776614 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10932 | 2025.01.25 03:59:38.777008 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 10933 | 2025.01.25 03:59:38.777564 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 25 rows starting from the beginning of the part | ||
| 10934 | 2025.01.25 03:59:38.778167 [ 190 ] {6ff6dacb-5538-4085-9789-b1604e81143c::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 | ||
| 10935 | 2025.01.25 03:59:38.778231 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_86_17} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10936 | 2025.01.25 03:59:38.778803 [ 195 ] {705113b9-d709-40b4-a20c-0415595551c0::all_1_86_17} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10937 | 2025.01.25 03:59:38.779247 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10938 | 2025.01.25 03:59:38.780110 [ 260 ] {e4ec3ed8-c8a7-48ef-bc7d-bff14edbf809} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10939 | 2025.01.25 03:59:38.780170 [ 260 ] {e4ec3ed8-c8a7-48ef-bc7d-bff14edbf809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10940 | 2025.01.25 03:59:38.780748 [ 260 ] {e4ec3ed8-c8a7-48ef-bc7d-bff14edbf809} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10941 | 2025.01.25 03:59:38.781081 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.007361189 sec., 28120.457170709786 rows/sec., 2.11 MiB/sec. | ||
| 10942 | 2025.01.25 03:59:38.781135 [ 260 ] {e4ec3ed8-c8a7-48ef-bc7d-bff14edbf809} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10943 | 2025.01.25 03:59:38.781400 [ 200 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10944 | 2025.01.25 03:59:38.781576 [ 260 ] {e4ec3ed8-c8a7-48ef-bc7d-bff14edbf809} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007227 sec., 1937.1800193718002 rows/sec., 135.67 KiB/sec. | ||
| 10945 | 2025.01.25 03:59:38.781716 [ 260 ] {e4ec3ed8-c8a7-48ef-bc7d-bff14edbf809} <Debug> TCPHandler: Processed in 0.007966093 sec. | ||
| 10946 | 2025.01.25 03:59:38.781942 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10947 | 2025.01.25 03:59:38.782054 [ 195 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_71_14} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10948 | 2025.01.25 03:59:38.782158 [ 259 ] {bceffa62-05e2-4999-8385-bfe4300f9b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10949 | 2025.01.25 03:59:38.782257 [ 259 ] {bceffa62-05e2-4999-8385-bfe4300f9b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10950 | 2025.01.25 03:59:38.782293 [ 195 ] {6ff6dacb-5538-4085-9789-b1604e81143c::all_1_71_14} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10951 | 2025.01.25 03:59:38.782498 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10952 | 2025.01.25 03:59:38.783011 [ 259 ] {bceffa62-05e2-4999-8385-bfe4300f9b33} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10953 | 2025.01.25 03:59:38.783056 [ 259 ] {bceffa62-05e2-4999-8385-bfe4300f9b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10954 | 2025.01.25 03:59:38.783424 [ 259 ] {bceffa62-05e2-4999-8385-bfe4300f9b33} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10955 | 2025.01.25 03:59:38.783665 [ 259 ] {bceffa62-05e2-4999-8385-bfe4300f9b33} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10956 | 2025.01.25 03:59:38.783969 [ 259 ] {bceffa62-05e2-4999-8385-bfe4300f9b33} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001877 sec., 6925.945657964838 rows/sec., 431.83 KiB/sec. | ||
| 10957 | 2025.01.25 03:59:38.784168 [ 259 ] {bceffa62-05e2-4999-8385-bfe4300f9b33} <Debug> TCPHandler: Processed in 0.002326276 sec. | ||
| 10958 | 2025.01.25 03:59:38.784378 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10959 | 2025.01.25 03:59:38.784525 [ 260 ] {7f9d93dc-d261-496c-9eed-aadfcca27694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10960 | 2025.01.25 03:59:38.784586 [ 260 ] {7f9d93dc-d261-496c-9eed-aadfcca27694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10961 | 2025.01.25 03:59:38.785386 [ 260 ] {7f9d93dc-d261-496c-9eed-aadfcca27694} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10962 | 2025.01.25 03:59:38.785425 [ 260 ] {7f9d93dc-d261-496c-9eed-aadfcca27694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10963 | 2025.01.25 03:59:38.785810 [ 260 ] {7f9d93dc-d261-496c-9eed-aadfcca27694} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10964 | 2025.01.25 03:59:38.786066 [ 260 ] {7f9d93dc-d261-496c-9eed-aadfcca27694} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10965 | 2025.01.25 03:59:38.786237 [ 83 ] {} <Debug> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10966 | 2025.01.25 03:59:38.786297 [ 83 ] {} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10967 | 2025.01.25 03:59:38.786313 [ 260 ] {7f9d93dc-d261-496c-9eed-aadfcca27694} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001811 sec., 225842.07620099394 rows/sec., 16.09 MiB/sec. | ||
| 10968 | 2025.01.25 03:59:38.786336 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10969 | 2025.01.25 03:59:38.786528 [ 260 ] {7f9d93dc-d261-496c-9eed-aadfcca27694} <Debug> TCPHandler: Processed in 0.002236134 sec. | ||
| 10970 | 2025.01.25 03:59:38.786732 [ 200 ] {34266281-db64-4344-866e-4bccf37e8137::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 | ||
| 10971 | 2025.01.25 03:59:38.786924 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10972 | 2025.01.25 03:59:38.787240 [ 200 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10973 | 2025.01.25 03:59:38.787319 [ 200 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part | ||
| 10974 | 2025.01.25 03:59:38.787708 [ 200 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 77 rows starting from the beginning of the part | ||
| 10975 | 2025.01.25 03:59:38.787834 [ 259 ] {f6c17a5a-7751-4640-9bd9-9f05d1ef9209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10976 | 2025.01.25 03:59:38.788107 [ 200 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 409 rows starting from the beginning of the part | ||
| 10977 | 2025.01.25 03:59:38.788436 [ 259 ] {f6c17a5a-7751-4640-9bd9-9f05d1ef9209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10978 | 2025.01.25 03:59:38.788512 [ 200 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 545 rows starting from the beginning of the part | ||
| 10979 | 2025.01.25 03:59:38.788966 [ 200 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 10980 | 2025.01.25 03:59:38.789389 [ 200 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 409 rows starting from the beginning of the part | ||
| 10981 | 2025.01.25 03:59:38.790811 [ 259 ] {f6c17a5a-7751-4640-9bd9-9f05d1ef9209} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10982 | 2025.01.25 03:59:38.790880 [ 259 ] {f6c17a5a-7751-4640-9bd9-9f05d1ef9209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10983 | 2025.01.25 03:59:38.791899 [ 259 ] {f6c17a5a-7751-4640-9bd9-9f05d1ef9209} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10984 | 2025.01.25 03:59:38.792250 [ 259 ] {f6c17a5a-7751-4640-9bd9-9f05d1ef9209} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10985 | 2025.01.25 03:59:38.792687 [ 259 ] {f6c17a5a-7751-4640-9bd9-9f05d1ef9209} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005137 sec., 1167.996885341639 rows/sec., 61.02 KiB/sec. | ||
| 10986 | 2025.01.25 03:59:38.792999 [ 259 ] {f6c17a5a-7751-4640-9bd9-9f05d1ef9209} <Debug> TCPHandler: Processed in 0.006324754 sec. | ||
| 10987 | 2025.01.25 03:59:38.793059 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.00658976 sec., 366932.93837711844 rows/sec., 28.14 MiB/sec. | ||
| 10988 | 2025.01.25 03:59:38.793221 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10989 | 2025.01.25 03:59:38.793316 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10990 | 2025.01.25 03:59:38.793438 [ 260 ] {6a07f8fe-99e1-4388-9da7-5cd8628a4380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10991 | 2025.01.25 03:59:38.793530 [ 260 ] {6a07f8fe-99e1-4388-9da7-5cd8628a4380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10992 | 2025.01.25 03:59:38.794018 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10993 | 2025.01.25 03:59:38.794170 [ 188 ] {34266281-db64-4344-866e-4bccf37e8137::all_1_86_17} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10994 | 2025.01.25 03:59:38.794323 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 10995 | 2025.01.25 03:59:38.794586 [ 260 ] {6a07f8fe-99e1-4388-9da7-5cd8628a4380} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10996 | 2025.01.25 03:59:38.794631 [ 260 ] {6a07f8fe-99e1-4388-9da7-5cd8628a4380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10997 | 2025.01.25 03:59:38.795038 [ 260 ] {6a07f8fe-99e1-4388-9da7-5cd8628a4380} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10998 | 2025.01.25 03:59:38.795283 [ 260 ] {6a07f8fe-99e1-4388-9da7-5cd8628a4380} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10999 | 2025.01.25 03:59:38.795476 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11000 | 2025.01.25 03:59:38.795542 [ 260 ] {6a07f8fe-99e1-4388-9da7-5cd8628a4380} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002191 sec., 108169.78548607943 rows/sec., 7.25 MiB/sec. | ||
| 11001 | 2025.01.25 03:59:38.795549 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11002 | 2025.01.25 03:59:38.795638 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11003 | 2025.01.25 03:59:38.795695 [ 260 ] {6a07f8fe-99e1-4388-9da7-5cd8628a4380} <Debug> TCPHandler: Processed in 0.002583013 sec. | ||
| 11004 | 2025.01.25 03:59:38.795928 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 11005 | 2025.01.25 03:59:38.795964 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11006 | 2025.01.25 03:59:38.796165 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11007 | 2025.01.25 03:59:38.796206 [ 259 ] {f9b4ef55-8e55-4e9d-9051-dc67d406add1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11008 | 2025.01.25 03:59:38.796233 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24230 rows starting from the beginning of the part | ||
| 11009 | 2025.01.25 03:59:38.796316 [ 259 ] {f9b4ef55-8e55-4e9d-9051-dc67d406add1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11010 | 2025.01.25 03:59:38.796566 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 11011 | 2025.01.25 03:59:38.796941 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::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 | ||
| 11012 | 2025.01.25 03:59:38.797322 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 958 rows starting from the beginning of the part | ||
| 11013 | 2025.01.25 03:59:38.797707 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 54 rows starting from the beginning of the part | ||
| 11014 | 2025.01.25 03:59:38.798035 [ 196 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part | ||
| 11015 | 2025.01.25 03:59:38.799023 [ 259 ] {f9b4ef55-8e55-4e9d-9051-dc67d406add1} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11016 | 2025.01.25 03:59:38.799095 [ 259 ] {f9b4ef55-8e55-4e9d-9051-dc67d406add1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11017 | 2025.01.25 03:59:38.799659 [ 259 ] {f9b4ef55-8e55-4e9d-9051-dc67d406add1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11018 | 2025.01.25 03:59:38.800123 [ 259 ] {f9b4ef55-8e55-4e9d-9051-dc67d406add1} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11019 | 2025.01.25 03:59:38.800352 [ 83 ] {} <Debug> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 11020 | 2025.01.25 03:59:38.800455 [ 83 ] {} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11021 | 2025.01.25 03:59:38.800544 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11022 | 2025.01.25 03:59:38.800635 [ 259 ] {f9b4ef55-8e55-4e9d-9051-dc67d406add1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004438 sec., 225.32672374943667 rows/sec., 15.18 KiB/sec. | ||
| 11023 | 2025.01.25 03:59:38.801038 [ 188 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 11024 | 2025.01.25 03:59:38.801039 [ 259 ] {f9b4ef55-8e55-4e9d-9051-dc67d406add1} <Debug> TCPHandler: Processed in 0.005209016 sec. | ||
| 11025 | 2025.01.25 03:59:38.801459 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11026 | 2025.01.25 03:59:38.801554 [ 188 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11027 | 2025.01.25 03:59:38.801615 [ 188 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
| 11028 | 2025.01.25 03:59:38.801985 [ 188 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 11029 | 2025.01.25 03:59:38.802201 [ 260 ] {f5a112b7-7d6b-484b-81fc-9e41f9b9740f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11030 | 2025.01.25 03:59:38.802413 [ 188 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 11031 | 2025.01.25 03:59:38.802908 [ 188 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 11032 | 2025.01.25 03:59:38.802946 [ 260 ] {f5a112b7-7d6b-484b-81fc-9e41f9b9740f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11033 | 2025.01.25 03:59:38.803288 [ 188 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 11034 | 2025.01.25 03:59:38.803597 [ 188 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 11035 | 2025.01.25 03:59:38.808873 [ 188 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.008183188 sec., 4277.061702602947 rows/sec., 288.20 KiB/sec. | ||
| 11036 | 2025.01.25 03:59:38.809271 [ 192 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 11037 | 2025.01.25 03:59:38.809760 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25876 rows, containing 5 columns (5 merged, 0 gathered) in 0.01400534 sec., 1847580.9941065337 rows/sec., 124.76 MiB/sec. | ||
| 11038 | 2025.01.25 03:59:38.810157 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11039 | 2025.01.25 03:59:38.810333 [ 192 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11040 | 2025.01.25 03:59:38.810793 [ 192 ] {537e2981-757f-4cab-a8e9-33c41ee5e37b::all_1_35_7} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 11041 | 2025.01.25 03:59:38.811021 [ 260 ] {f5a112b7-7d6b-484b-81fc-9e41f9b9740f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11042 | 2025.01.25 03:59:38.811089 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11043 | 2025.01.25 03:59:38.811137 [ 260 ] {f5a112b7-7d6b-484b-81fc-9e41f9b9740f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11044 | 2025.01.25 03:59:38.811201 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11045 | 2025.01.25 03:59:38.811437 [ 188 ] {aaf695ef-2f3e-488e-8191-d38ae66f6ea6::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11046 | 2025.01.25 03:59:38.811636 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 11047 | 2025.01.25 03:59:38.812180 [ 260 ] {f5a112b7-7d6b-484b-81fc-9e41f9b9740f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11048 | 2025.01.25 03:59:38.812455 [ 260 ] {f5a112b7-7d6b-484b-81fc-9e41f9b9740f} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11049 | 2025.01.25 03:59:38.812715 [ 260 ] {f5a112b7-7d6b-484b-81fc-9e41f9b9740f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.010842 sec., 2490.315439955728 rows/sec., 4.46 MiB/sec. | ||
| 11050 | 2025.01.25 03:59:38.812832 [ 260 ] {f5a112b7-7d6b-484b-81fc-9e41f9b9740f} <Debug> TCPHandler: Processed in 0.011612932 sec. | ||
| 11051 | 2025.01.25 03:59:38.812997 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11052 | 2025.01.25 03:59:38.813139 [ 259 ] {d1d35ade-043f-4861-b3f1-00abc9d18364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11053 | 2025.01.25 03:59:38.813200 [ 259 ] {d1d35ade-043f-4861-b3f1-00abc9d18364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11054 | 2025.01.25 03:59:38.813792 [ 259 ] {d1d35ade-043f-4861-b3f1-00abc9d18364} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11055 | 2025.01.25 03:59:38.813840 [ 259 ] {d1d35ade-043f-4861-b3f1-00abc9d18364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11056 | 2025.01.25 03:59:38.814278 [ 259 ] {d1d35ade-043f-4861-b3f1-00abc9d18364} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11057 | 2025.01.25 03:59:38.814520 [ 259 ] {d1d35ade-043f-4861-b3f1-00abc9d18364} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11058 | 2025.01.25 03:59:38.814697 [ 83 ] {} <Debug> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11059 | 2025.01.25 03:59:38.814763 [ 83 ] {} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11060 | 2025.01.25 03:59:38.814769 [ 259 ] {d1d35ade-043f-4861-b3f1-00abc9d18364} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001654 sec., 49576.78355501813 rows/sec., 3.15 MiB/sec. | ||
| 11061 | 2025.01.25 03:59:38.814793 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11062 | 2025.01.25 03:59:38.814840 [ 259 ] {d1d35ade-043f-4861-b3f1-00abc9d18364} <Debug> TCPHandler: Processed in 0.001911586 sec. | ||
| 11063 | 2025.01.25 03:59:38.815046 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 11064 | 2025.01.25 03:59:38.815169 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11065 | 2025.01.25 03:59:38.815204 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4860 rows starting from the beginning of the part | ||
| 11066 | 2025.01.25 03:59:38.815323 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 11067 | 2025.01.25 03:59:38.815443 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
| 11068 | 2025.01.25 03:59:38.815664 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 40 rows starting from the beginning of the part | ||
| 11069 | 2025.01.25 03:59:38.815837 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 20 rows starting from the beginning of the part | ||
| 11070 | 2025.01.25 03:59:38.815986 [ 192 ] {633f34cd-759e-4876-a965-f553f64e9242::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 | ||
| 11071 | 2025.01.25 03:59:38.817882 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002943591 sec., 1747525.386509199 rows/sec., 114.05 MiB/sec. | ||
| 11072 | 2025.01.25 03:59:38.818318 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11073 | 2025.01.25 03:59:38.818682 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11074 | 2025.01.25 03:59:38.818781 [ 191 ] {633f34cd-759e-4876-a965-f553f64e9242::all_1_86_17} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11075 | 2025.01.25 03:59:38.818886 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 11076 | 2025.01.25 03:59:42.314217 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11077 | 2025.01.25 03:59:42.314292 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11078 | 2025.01.25 03:59:42.497854 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 11079 | 2025.01.25 03:59:42.498497 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11080 | 2025.01.25 03:59:42.498533 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11081 | 2025.01.25 03:59:42.499067 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11082 | 2025.01.25 03:59:42.499319 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11083 | 2025.01.25 03:59:42.499520 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 11084 | 2025.01.25 03:59:42.619743 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1562 | ||
| 11085 | 2025.01.25 03:59:42.622859 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11086 | 2025.01.25 03:59:42.622910 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11087 | 2025.01.25 03:59:42.624407 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11088 | 2025.01.25 03:59:42.624715 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11089 | 2025.01.25 03:59:42.625255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1562 | ||
| 11090 | 2025.01.25 03:59:43.758542 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11091 | 2025.01.25 03:59:43.758751 [ 259 ] {9bcec24b-4545-49e5-b49f-4334c107858f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11092 | 2025.01.25 03:59:43.758832 [ 259 ] {9bcec24b-4545-49e5-b49f-4334c107858f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11093 | 2025.01.25 03:59:43.759649 [ 259 ] {9bcec24b-4545-49e5-b49f-4334c107858f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11094 | 2025.01.25 03:59:43.759695 [ 259 ] {9bcec24b-4545-49e5-b49f-4334c107858f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11095 | 2025.01.25 03:59:43.760134 [ 259 ] {9bcec24b-4545-49e5-b49f-4334c107858f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11096 | 2025.01.25 03:59:43.760406 [ 259 ] {9bcec24b-4545-49e5-b49f-4334c107858f} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11097 | 2025.01.25 03:59:43.760655 [ 259 ] {9bcec24b-4545-49e5-b49f-4334c107858f} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001963 sec., 41772.796739684156 rows/sec., 3.45 MiB/sec. | ||
| 11098 | 2025.01.25 03:59:43.760724 [ 259 ] {9bcec24b-4545-49e5-b49f-4334c107858f} <Debug> TCPHandler: Processed in 0.002316896 sec. | ||
| 11099 | 2025.01.25 03:59:43.760972 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11100 | 2025.01.25 03:59:43.761189 [ 260 ] {f8a37365-7470-492a-a6c5-dea970a93223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11101 | 2025.01.25 03:59:43.761270 [ 260 ] {f8a37365-7470-492a-a6c5-dea970a93223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11102 | 2025.01.25 03:59:43.762017 [ 260 ] {f8a37365-7470-492a-a6c5-dea970a93223} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11103 | 2025.01.25 03:59:43.762058 [ 260 ] {f8a37365-7470-492a-a6c5-dea970a93223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11104 | 2025.01.25 03:59:43.762494 [ 260 ] {f8a37365-7470-492a-a6c5-dea970a93223} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11105 | 2025.01.25 03:59:43.762750 [ 260 ] {f8a37365-7470-492a-a6c5-dea970a93223} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11106 | 2025.01.25 03:59:43.762943 [ 260 ] {f8a37365-7470-492a-a6c5-dea970a93223} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001817 sec., 7154.6505228398455 rows/sec., 538.00 KiB/sec. | ||
| 11107 | 2025.01.25 03:59:43.762999 [ 260 ] {f8a37365-7470-492a-a6c5-dea970a93223} <Debug> TCPHandler: Processed in 0.002172332 sec. | ||
| 11108 | 2025.01.25 03:59:43.763150 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11109 | 2025.01.25 03:59:43.763296 [ 259 ] {f2f66b92-2956-4e1d-8578-561ac0139732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11110 | 2025.01.25 03:59:43.763357 [ 259 ] {f2f66b92-2956-4e1d-8578-561ac0139732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11111 | 2025.01.25 03:59:43.764077 [ 259 ] {f2f66b92-2956-4e1d-8578-561ac0139732} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11112 | 2025.01.25 03:59:43.764126 [ 259 ] {f2f66b92-2956-4e1d-8578-561ac0139732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11113 | 2025.01.25 03:59:43.764535 [ 259 ] {f2f66b92-2956-4e1d-8578-561ac0139732} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11114 | 2025.01.25 03:59:43.764789 [ 259 ] {f2f66b92-2956-4e1d-8578-561ac0139732} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11115 | 2025.01.25 03:59:43.765001 [ 259 ] {f2f66b92-2956-4e1d-8578-561ac0139732} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00174 sec., 44252.87356321839 rows/sec., 3.46 MiB/sec. | ||
| 11116 | 2025.01.25 03:59:43.765058 [ 259 ] {f2f66b92-2956-4e1d-8578-561ac0139732} <Debug> TCPHandler: Processed in 0.001976408 sec. | ||
| 11117 | 2025.01.25 03:59:43.765208 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11118 | 2025.01.25 03:59:43.765331 [ 260 ] {9336a754-c55f-47a4-8904-bd8045dbd777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11119 | 2025.01.25 03:59:43.765394 [ 260 ] {9336a754-c55f-47a4-8904-bd8045dbd777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11120 | 2025.01.25 03:59:43.766074 [ 260 ] {9336a754-c55f-47a4-8904-bd8045dbd777} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11121 | 2025.01.25 03:59:43.766118 [ 260 ] {9336a754-c55f-47a4-8904-bd8045dbd777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11122 | 2025.01.25 03:59:43.766557 [ 260 ] {9336a754-c55f-47a4-8904-bd8045dbd777} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11123 | 2025.01.25 03:59:43.766798 [ 260 ] {9336a754-c55f-47a4-8904-bd8045dbd777} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11124 | 2025.01.25 03:59:43.767005 [ 260 ] {9336a754-c55f-47a4-8904-bd8045dbd777} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec. | ||
| 11125 | 2025.01.25 03:59:43.767110 [ 260 ] {9336a754-c55f-47a4-8904-bd8045dbd777} <Debug> TCPHandler: Processed in 0.001958407 sec. | ||
| 11126 | 2025.01.25 03:59:43.767303 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11127 | 2025.01.25 03:59:43.767492 [ 259 ] {1fb59149-d10e-48ec-a65e-20e970ab962a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11128 | 2025.01.25 03:59:43.767590 [ 259 ] {1fb59149-d10e-48ec-a65e-20e970ab962a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11129 | 2025.01.25 03:59:43.768822 [ 259 ] {1fb59149-d10e-48ec-a65e-20e970ab962a} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11130 | 2025.01.25 03:59:43.768862 [ 259 ] {1fb59149-d10e-48ec-a65e-20e970ab962a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11131 | 2025.01.25 03:59:43.769507 [ 259 ] {1fb59149-d10e-48ec-a65e-20e970ab962a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11132 | 2025.01.25 03:59:43.769770 [ 259 ] {1fb59149-d10e-48ec-a65e-20e970ab962a} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11133 | 2025.01.25 03:59:43.770039 [ 259 ] {1fb59149-d10e-48ec-a65e-20e970ab962a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002577 sec., 5044.625533566163 rows/sec., 9.04 MiB/sec. | ||
| 11134 | 2025.01.25 03:59:43.770334 [ 259 ] {1fb59149-d10e-48ec-a65e-20e970ab962a} <Debug> TCPHandler: Processed in 0.003131225 sec. | ||
| 11135 | 2025.01.25 03:59:43.770563 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11136 | 2025.01.25 03:59:43.770706 [ 260 ] {e6ed714d-8f35-4921-b7cf-fde1be157e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11137 | 2025.01.25 03:59:43.770765 [ 260 ] {e6ed714d-8f35-4921-b7cf-fde1be157e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11138 | 2025.01.25 03:59:43.771364 [ 260 ] {e6ed714d-8f35-4921-b7cf-fde1be157e8f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11139 | 2025.01.25 03:59:43.771402 [ 260 ] {e6ed714d-8f35-4921-b7cf-fde1be157e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11140 | 2025.01.25 03:59:43.771794 [ 260 ] {e6ed714d-8f35-4921-b7cf-fde1be157e8f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11141 | 2025.01.25 03:59:43.772027 [ 260 ] {e6ed714d-8f35-4921-b7cf-fde1be157e8f} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11142 | 2025.01.25 03:59:43.772246 [ 260 ] {e6ed714d-8f35-4921-b7cf-fde1be157e8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
| 11143 | 2025.01.25 03:59:43.772296 [ 260 ] {e6ed714d-8f35-4921-b7cf-fde1be157e8f} <Debug> TCPHandler: Processed in 0.001817774 sec. | ||
| 11144 | 2025.01.25 03:59:44.181030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 11145 | 2025.01.25 03:59:44.200604 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11146 | 2025.01.25 03:59:44.200671 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11147 | 2025.01.25 03:59:44.207878 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11148 | 2025.01.25 03:59:44.208643 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11149 | 2025.01.25 03:59:44.211495 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 11150 | 2025.01.25 03:59:48.762863 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11151 | 2025.01.25 03:59:48.763068 [ 259 ] {a0502780-3f66-4629-80b2-73e705196685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11152 | 2025.01.25 03:59:48.763141 [ 259 ] {a0502780-3f66-4629-80b2-73e705196685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11153 | 2025.01.25 03:59:48.763882 [ 259 ] {a0502780-3f66-4629-80b2-73e705196685} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11154 | 2025.01.25 03:59:48.763932 [ 259 ] {a0502780-3f66-4629-80b2-73e705196685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11155 | 2025.01.25 03:59:48.764391 [ 259 ] {a0502780-3f66-4629-80b2-73e705196685} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11156 | 2025.01.25 03:59:48.764660 [ 259 ] {a0502780-3f66-4629-80b2-73e705196685} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11157 | 2025.01.25 03:59:48.764948 [ 259 ] {a0502780-3f66-4629-80b2-73e705196685} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 11158 | 2025.01.25 03:59:48.765140 [ 259 ] {a0502780-3f66-4629-80b2-73e705196685} <Debug> TCPHandler: Processed in 0.002408118 sec. | ||
| 11159 | 2025.01.25 03:59:48.765463 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11160 | 2025.01.25 03:59:48.765668 [ 260 ] {c0064d08-33c0-4ed9-ba44-44ed96bb2c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11161 | 2025.01.25 03:59:48.765749 [ 260 ] {c0064d08-33c0-4ed9-ba44-44ed96bb2c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11162 | 2025.01.25 03:59:48.766530 [ 260 ] {c0064d08-33c0-4ed9-ba44-44ed96bb2c0e} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11163 | 2025.01.25 03:59:48.766585 [ 260 ] {c0064d08-33c0-4ed9-ba44-44ed96bb2c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11164 | 2025.01.25 03:59:48.767018 [ 260 ] {c0064d08-33c0-4ed9-ba44-44ed96bb2c0e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11165 | 2025.01.25 03:59:48.767269 [ 260 ] {c0064d08-33c0-4ed9-ba44-44ed96bb2c0e} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11166 | 2025.01.25 03:59:48.767585 [ 260 ] {c0064d08-33c0-4ed9-ba44-44ed96bb2c0e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001953 sec., 2048.1310803891447 rows/sec., 167.01 KiB/sec. | ||
| 11167 | 2025.01.25 03:59:48.767760 [ 260 ] {c0064d08-33c0-4ed9-ba44-44ed96bb2c0e} <Debug> TCPHandler: Processed in 0.002487741 sec. | ||
| 11168 | 2025.01.25 03:59:48.767912 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11169 | 2025.01.25 03:59:48.768053 [ 259 ] {fb467fc5-ab65-42a6-9d55-51dbb1f00a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11170 | 2025.01.25 03:59:48.768113 [ 259 ] {fb467fc5-ab65-42a6-9d55-51dbb1f00a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11171 | 2025.01.25 03:59:48.768845 [ 259 ] {fb467fc5-ab65-42a6-9d55-51dbb1f00a34} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11172 | 2025.01.25 03:59:48.768886 [ 259 ] {fb467fc5-ab65-42a6-9d55-51dbb1f00a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11173 | 2025.01.25 03:59:48.769268 [ 259 ] {fb467fc5-ab65-42a6-9d55-51dbb1f00a34} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11174 | 2025.01.25 03:59:48.769512 [ 259 ] {fb467fc5-ab65-42a6-9d55-51dbb1f00a34} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11175 | 2025.01.25 03:59:48.769726 [ 259 ] {fb467fc5-ab65-42a6-9d55-51dbb1f00a34} <Debug> executeQuery: Read 259 rows, 23.16 KiB in 0.001704 sec., 151995.30516431926 rows/sec., 13.27 MiB/sec. | ||
| 11176 | 2025.01.25 03:59:48.769780 [ 259 ] {fb467fc5-ab65-42a6-9d55-51dbb1f00a34} <Debug> TCPHandler: Processed in 0.001933247 sec. | ||
| 11177 | 2025.01.25 03:59:48.769941 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11178 | 2025.01.25 03:59:48.770090 [ 260 ] {1823b4e2-f69c-4bab-97ee-a977d8705e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11179 | 2025.01.25 03:59:48.770152 [ 260 ] {1823b4e2-f69c-4bab-97ee-a977d8705e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11180 | 2025.01.25 03:59:48.770816 [ 260 ] {1823b4e2-f69c-4bab-97ee-a977d8705e28} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11181 | 2025.01.25 03:59:48.770858 [ 260 ] {1823b4e2-f69c-4bab-97ee-a977d8705e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11182 | 2025.01.25 03:59:48.771222 [ 260 ] {1823b4e2-f69c-4bab-97ee-a977d8705e28} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11183 | 2025.01.25 03:59:48.771458 [ 260 ] {1823b4e2-f69c-4bab-97ee-a977d8705e28} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11184 | 2025.01.25 03:59:48.771678 [ 260 ] {1823b4e2-f69c-4bab-97ee-a977d8705e28} <Debug> executeQuery: Read 38 rows, 2.77 KiB in 0.001624 sec., 23399.014778325123 rows/sec., 1.66 MiB/sec. | ||
| 11185 | 2025.01.25 03:59:48.771734 [ 260 ] {1823b4e2-f69c-4bab-97ee-a977d8705e28} <Debug> TCPHandler: Processed in 0.001863085 sec. | ||
| 11186 | 2025.01.25 03:59:48.771872 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11187 | 2025.01.25 03:59:48.771989 [ 259 ] {47d54381-c827-4f09-91ab-9e0317a08795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11188 | 2025.01.25 03:59:48.772038 [ 259 ] {47d54381-c827-4f09-91ab-9e0317a08795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11189 | 2025.01.25 03:59:48.772613 [ 259 ] {47d54381-c827-4f09-91ab-9e0317a08795} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11190 | 2025.01.25 03:59:48.772653 [ 259 ] {47d54381-c827-4f09-91ab-9e0317a08795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11191 | 2025.01.25 03:59:48.773003 [ 259 ] {47d54381-c827-4f09-91ab-9e0317a08795} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11192 | 2025.01.25 03:59:48.773242 [ 259 ] {47d54381-c827-4f09-91ab-9e0317a08795} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11193 | 2025.01.25 03:59:48.773451 [ 259 ] {47d54381-c827-4f09-91ab-9e0317a08795} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001485 sec., 9427.609427609428 rows/sec., 660.25 KiB/sec. | ||
| 11194 | 2025.01.25 03:59:48.773505 [ 259 ] {47d54381-c827-4f09-91ab-9e0317a08795} <Debug> TCPHandler: Processed in 0.001688801 sec. | ||
| 11195 | 2025.01.25 03:59:48.773664 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11196 | 2025.01.25 03:59:48.773804 [ 260 ] {64652b18-b1bb-4713-a8c2-1c5d71042954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11197 | 2025.01.25 03:59:48.773864 [ 260 ] {64652b18-b1bb-4713-a8c2-1c5d71042954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11198 | 2025.01.25 03:59:48.774540 [ 260 ] {64652b18-b1bb-4713-a8c2-1c5d71042954} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11199 | 2025.01.25 03:59:48.774581 [ 260 ] {64652b18-b1bb-4713-a8c2-1c5d71042954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11200 | 2025.01.25 03:59:48.774936 [ 260 ] {64652b18-b1bb-4713-a8c2-1c5d71042954} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11201 | 2025.01.25 03:59:48.775179 [ 260 ] {64652b18-b1bb-4713-a8c2-1c5d71042954} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11202 | 2025.01.25 03:59:48.775390 [ 260 ] {64652b18-b1bb-4713-a8c2-1c5d71042954} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec. | ||
| 11203 | 2025.01.25 03:59:48.775442 [ 260 ] {64652b18-b1bb-4713-a8c2-1c5d71042954} <Debug> TCPHandler: Processed in 0.001848115 sec. | ||
| 11204 | 2025.01.25 03:59:48.775598 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11205 | 2025.01.25 03:59:48.775719 [ 259 ] {39afca4f-4662-4926-b217-af74065b84a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11206 | 2025.01.25 03:59:48.775768 [ 259 ] {39afca4f-4662-4926-b217-af74065b84a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11207 | 2025.01.25 03:59:48.776565 [ 259 ] {39afca4f-4662-4926-b217-af74065b84a2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11208 | 2025.01.25 03:59:48.776608 [ 259 ] {39afca4f-4662-4926-b217-af74065b84a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11209 | 2025.01.25 03:59:48.777007 [ 259 ] {39afca4f-4662-4926-b217-af74065b84a2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11210 | 2025.01.25 03:59:48.777248 [ 259 ] {39afca4f-4662-4926-b217-af74065b84a2} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11211 | 2025.01.25 03:59:48.777461 [ 259 ] {39afca4f-4662-4926-b217-af74065b84a2} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.001765 sec., 233994.3342776204 rows/sec., 16.69 MiB/sec. | ||
| 11212 | 2025.01.25 03:59:48.777516 [ 259 ] {39afca4f-4662-4926-b217-af74065b84a2} <Debug> TCPHandler: Processed in 0.001975368 sec. | ||
| 11213 | 2025.01.25 03:59:48.777677 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11214 | 2025.01.25 03:59:48.777796 [ 260 ] {1c222374-4fd3-4335-9973-1d6df1286faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11215 | 2025.01.25 03:59:48.777847 [ 260 ] {1c222374-4fd3-4335-9973-1d6df1286faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11216 | 2025.01.25 03:59:48.778337 [ 260 ] {1c222374-4fd3-4335-9973-1d6df1286faa} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11217 | 2025.01.25 03:59:48.778376 [ 260 ] {1c222374-4fd3-4335-9973-1d6df1286faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11218 | 2025.01.25 03:59:48.778744 [ 260 ] {1c222374-4fd3-4335-9973-1d6df1286faa} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11219 | 2025.01.25 03:59:48.778980 [ 260 ] {1c222374-4fd3-4335-9973-1d6df1286faa} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11220 | 2025.01.25 03:59:48.779152 [ 71 ] {} <Debug> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11221 | 2025.01.25 03:59:48.779220 [ 260 ] {1c222374-4fd3-4335-9973-1d6df1286faa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec. | ||
| 11222 | 2025.01.25 03:59:48.779232 [ 71 ] {} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11223 | 2025.01.25 03:59:48.779307 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11224 | 2025.01.25 03:59:48.779336 [ 260 ] {1c222374-4fd3-4335-9973-1d6df1286faa} <Debug> TCPHandler: Processed in 0.001713532 sec. | ||
| 11225 | 2025.01.25 03:59:48.779569 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11226 | 2025.01.25 03:59:48.779571 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 11227 | 2025.01.25 03:59:48.779814 [ 259 ] {e7a8d8c1-5846-4c32-b5cd-c4fb849ffdd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11228 | 2025.01.25 03:59:48.779861 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11229 | 2025.01.25 03:59:48.779931 [ 259 ] {e7a8d8c1-5846-4c32-b5cd-c4fb849ffdd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11230 | 2025.01.25 03:59:48.779950 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 11231 | 2025.01.25 03:59:48.780265 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 11232 | 2025.01.25 03:59:48.780643 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 11233 | 2025.01.25 03:59:48.780934 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 11234 | 2025.01.25 03:59:48.781199 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 11235 | 2025.01.25 03:59:48.781491 [ 187 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::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 | ||
| 11236 | 2025.01.25 03:59:48.782995 [ 259 ] {e7a8d8c1-5846-4c32-b5cd-c4fb849ffdd3} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11237 | 2025.01.25 03:59:48.783072 [ 259 ] {e7a8d8c1-5846-4c32-b5cd-c4fb849ffdd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11238 | 2025.01.25 03:59:48.784223 [ 259 ] {e7a8d8c1-5846-4c32-b5cd-c4fb849ffdd3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11239 | 2025.01.25 03:59:48.784223 [ 191 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004818807 sec., 44824.37250547698 rows/sec., 2.29 MiB/sec. | ||
| 11240 | 2025.01.25 03:59:48.784519 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11241 | 2025.01.25 03:59:48.784650 [ 259 ] {e7a8d8c1-5846-4c32-b5cd-c4fb849ffdd3} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11242 | 2025.01.25 03:59:48.785129 [ 259 ] {e7a8d8c1-5846-4c32-b5cd-c4fb849ffdd3} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005367 sec., 44531.39556549282 rows/sec., 2.99 MiB/sec. | ||
| 11243 | 2025.01.25 03:59:48.785445 [ 259 ] {e7a8d8c1-5846-4c32-b5cd-c4fb849ffdd3} <Debug> TCPHandler: Processed in 0.005995556 sec. | ||
| 11244 | 2025.01.25 03:59:48.785484 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_36_7} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11245 | 2025.01.25 03:59:48.785855 [ 188 ] {4c888d4e-da40-48c6-8db8-2cae83e57d61::all_1_36_7} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11246 | 2025.01.25 03:59:48.786068 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11247 | 2025.01.25 03:59:48.786151 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11248 | 2025.01.25 03:59:48.786445 [ 260 ] {77b9f32e-5756-44f7-bfe8-bc32805ccb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11249 | 2025.01.25 03:59:48.786518 [ 260 ] {77b9f32e-5756-44f7-bfe8-bc32805ccb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11250 | 2025.01.25 03:59:48.786997 [ 260 ] {77b9f32e-5756-44f7-bfe8-bc32805ccb19} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2025.01.25 03:59:48.787035 [ 260 ] {77b9f32e-5756-44f7-bfe8-bc32805ccb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11252 | 2025.01.25 03:59:48.787394 [ 260 ] {77b9f32e-5756-44f7-bfe8-bc32805ccb19} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11253 | 2025.01.25 03:59:48.787625 [ 260 ] {77b9f32e-5756-44f7-bfe8-bc32805ccb19} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11254 | 2025.01.25 03:59:48.787841 [ 260 ] {77b9f32e-5756-44f7-bfe8-bc32805ccb19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec. | ||
| 11255 | 2025.01.25 03:59:48.788003 [ 260 ] {77b9f32e-5756-44f7-bfe8-bc32805ccb19} <Debug> TCPHandler: Processed in 0.002374348 sec. | ||
| 11256 | 2025.01.25 03:59:48.788250 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11257 | 2025.01.25 03:59:48.788389 [ 259 ] {43b018ea-c424-41d7-a1fd-c871b57ece70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11258 | 2025.01.25 03:59:48.788483 [ 259 ] {43b018ea-c424-41d7-a1fd-c871b57ece70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11259 | 2025.01.25 03:59:48.789626 [ 259 ] {43b018ea-c424-41d7-a1fd-c871b57ece70} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11260 | 2025.01.25 03:59:48.789666 [ 259 ] {43b018ea-c424-41d7-a1fd-c871b57ece70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11261 | 2025.01.25 03:59:48.790335 [ 259 ] {43b018ea-c424-41d7-a1fd-c871b57ece70} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11262 | 2025.01.25 03:59:48.790595 [ 259 ] {43b018ea-c424-41d7-a1fd-c871b57ece70} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11263 | 2025.01.25 03:59:48.790875 [ 259 ] {43b018ea-c424-41d7-a1fd-c871b57ece70} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002505 sec., 10778.443113772455 rows/sec., 19.31 MiB/sec. | ||
| 11264 | 2025.01.25 03:59:48.791211 [ 259 ] {43b018ea-c424-41d7-a1fd-c871b57ece70} <Debug> TCPHandler: Processed in 0.003102976 sec. | ||
| 11265 | 2025.01.25 03:59:48.791503 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11266 | 2025.01.25 03:59:48.791689 [ 260 ] {d46a4c29-73f2-45ed-a068-87ac00cee80a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11267 | 2025.01.25 03:59:48.791749 [ 260 ] {d46a4c29-73f2-45ed-a068-87ac00cee80a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11268 | 2025.01.25 03:59:48.792343 [ 260 ] {d46a4c29-73f2-45ed-a068-87ac00cee80a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11269 | 2025.01.25 03:59:48.792390 [ 260 ] {d46a4c29-73f2-45ed-a068-87ac00cee80a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11270 | 2025.01.25 03:59:48.792786 [ 260 ] {d46a4c29-73f2-45ed-a068-87ac00cee80a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11271 | 2025.01.25 03:59:48.793022 [ 260 ] {d46a4c29-73f2-45ed-a068-87ac00cee80a} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11272 | 2025.01.25 03:59:48.793200 [ 260 ] {d46a4c29-73f2-45ed-a068-87ac00cee80a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001544 sec., 53108.80829015544 rows/sec., 3.37 MiB/sec. | ||
| 11273 | 2025.01.25 03:59:48.793252 [ 260 ] {d46a4c29-73f2-45ed-a068-87ac00cee80a} <Debug> TCPHandler: Processed in 0.001924397 sec. | ||
| 11274 | 2025.01.25 03:59:50.000597 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 11275 | 2025.01.25 03:59:50.001349 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11276 | 2025.01.25 03:59:50.001401 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11277 | 2025.01.25 03:59:50.001933 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11278 | 2025.01.25 03:59:50.002180 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11279 | 2025.01.25 03:59:50.002443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 11280 | 2025.01.25 03:59:51.712516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 11281 | 2025.01.25 03:59:51.733510 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11282 | 2025.01.25 03:59:51.733569 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 11283 | 2025.01.25 03:59:51.740933 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11284 | 2025.01.25 03:59:51.741708 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11285 | 2025.01.25 03:59:51.745355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 11286 | 2025.01.25 03:59:52.626381 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1598 | ||
| 11287 | 2025.01.25 03:59:52.629695 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11288 | 2025.01.25 03:59:52.629760 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11289 | 2025.01.25 03:59:52.631284 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11290 | 2025.01.25 03:59:52.631620 [ 242 ] {} <Trace> system.query_log (6e402fab-7894-43b3-aeef-c9f20f55be2c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11291 | 2025.01.25 03:59:52.632317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1598 | ||
| 11292 | 2025.01.25 03:59:53.758746 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11293 | 2025.01.25 03:59:53.759054 [ 259 ] {98bb56d6-ca6d-4d97-b53e-e9965310e407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11294 | 2025.01.25 03:59:53.759173 [ 259 ] {98bb56d6-ca6d-4d97-b53e-e9965310e407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11295 | 2025.01.25 03:59:53.760147 [ 259 ] {98bb56d6-ca6d-4d97-b53e-e9965310e407} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11296 | 2025.01.25 03:59:53.760203 [ 259 ] {98bb56d6-ca6d-4d97-b53e-e9965310e407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11297 | 2025.01.25 03:59:53.760658 [ 259 ] {98bb56d6-ca6d-4d97-b53e-e9965310e407} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11298 | 2025.01.25 03:59:53.760916 [ 259 ] {98bb56d6-ca6d-4d97-b53e-e9965310e407} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11299 | 2025.01.25 03:59:53.761138 [ 259 ] {98bb56d6-ca6d-4d97-b53e-e9965310e407} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.00217 sec., 37788.01843317972 rows/sec., 3.12 MiB/sec. | ||
| 11300 | 2025.01.25 03:59:53.761206 [ 259 ] {98bb56d6-ca6d-4d97-b53e-e9965310e407} <Debug> TCPHandler: Processed in 0.002653984 sec. | ||
| 11301 | 2025.01.25 03:59:53.761456 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11302 | 2025.01.25 03:59:53.761677 [ 260 ] {fed87627-8dbc-4f90-8e85-7a57794d4a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11303 | 2025.01.25 03:59:53.761763 [ 260 ] {fed87627-8dbc-4f90-8e85-7a57794d4a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11304 | 2025.01.25 03:59:53.762623 [ 260 ] {fed87627-8dbc-4f90-8e85-7a57794d4a04} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11305 | 2025.01.25 03:59:53.762669 [ 260 ] {fed87627-8dbc-4f90-8e85-7a57794d4a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11306 | 2025.01.25 03:59:53.763101 [ 260 ] {fed87627-8dbc-4f90-8e85-7a57794d4a04} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11307 | 2025.01.25 03:59:53.763361 [ 260 ] {fed87627-8dbc-4f90-8e85-7a57794d4a04} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11308 | 2025.01.25 03:59:53.763583 [ 260 ] {fed87627-8dbc-4f90-8e85-7a57794d4a04} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001966 sec., 6612.410986775179 rows/sec., 497.22 KiB/sec. | ||
| 11309 | 2025.01.25 03:59:53.763696 [ 260 ] {fed87627-8dbc-4f90-8e85-7a57794d4a04} <Debug> TCPHandler: Processed in 0.002384278 sec. | ||
| 11310 | 2025.01.25 03:59:53.763926 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11311 | 2025.01.25 03:59:53.764211 [ 259 ] {5192b6e4-311f-49a4-b22b-710ecdc45e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11312 | 2025.01.25 03:59:53.764285 [ 259 ] {5192b6e4-311f-49a4-b22b-710ecdc45e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11313 | 2025.01.25 03:59:53.764918 [ 259 ] {5192b6e4-311f-49a4-b22b-710ecdc45e46} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11314 | 2025.01.25 03:59:53.764962 [ 259 ] {5192b6e4-311f-49a4-b22b-710ecdc45e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11315 | 2025.01.25 03:59:53.765342 [ 259 ] {5192b6e4-311f-49a4-b22b-710ecdc45e46} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11316 | 2025.01.25 03:59:53.765583 [ 259 ] {5192b6e4-311f-49a4-b22b-710ecdc45e46} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11317 | 2025.01.25 03:59:53.765802 [ 259 ] {5192b6e4-311f-49a4-b22b-710ecdc45e46} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00169 sec., 45562.13017751479 rows/sec., 3.56 MiB/sec. | ||
| 11318 | 2025.01.25 03:59:53.765860 [ 259 ] {5192b6e4-311f-49a4-b22b-710ecdc45e46} <Debug> TCPHandler: Processed in 0.00208426 sec. | ||
| 11319 | 2025.01.25 03:59:53.766011 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11320 | 2025.01.25 03:59:53.766140 [ 260 ] {98f4297e-a750-4e25-84bb-41a35e11b54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11321 | 2025.01.25 03:59:53.766197 [ 260 ] {98f4297e-a750-4e25-84bb-41a35e11b54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11322 | 2025.01.25 03:59:53.766814 [ 260 ] {98f4297e-a750-4e25-84bb-41a35e11b54d} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11323 | 2025.01.25 03:59:53.766852 [ 260 ] {98f4297e-a750-4e25-84bb-41a35e11b54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11324 | 2025.01.25 03:59:53.767251 [ 260 ] {98f4297e-a750-4e25-84bb-41a35e11b54d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11325 | 2025.01.25 03:59:53.767488 [ 260 ] {98f4297e-a750-4e25-84bb-41a35e11b54d} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11326 | 2025.01.25 03:59:53.767665 [ 260 ] {98f4297e-a750-4e25-84bb-41a35e11b54d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
| 11327 | 2025.01.25 03:59:53.767724 [ 260 ] {98f4297e-a750-4e25-84bb-41a35e11b54d} <Debug> TCPHandler: Processed in 0.001772283 sec. | ||
| 11328 | 2025.01.25 03:59:53.767884 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11329 | 2025.01.25 03:59:53.768004 [ 259 ] {69def915-3752-4cd9-8d71-b3a5e6158460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11330 | 2025.01.25 03:59:53.768090 [ 259 ] {69def915-3752-4cd9-8d71-b3a5e6158460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11331 | 2025.01.25 03:59:53.769227 [ 259 ] {69def915-3752-4cd9-8d71-b3a5e6158460} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11332 | 2025.01.25 03:59:53.769267 [ 259 ] {69def915-3752-4cd9-8d71-b3a5e6158460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11333 | 2025.01.25 03:59:53.769911 [ 259 ] {69def915-3752-4cd9-8d71-b3a5e6158460} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11334 | 2025.01.25 03:59:53.770171 [ 259 ] {69def915-3752-4cd9-8d71-b3a5e6158460} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11335 | 2025.01.25 03:59:53.770360 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11336 | 2025.01.25 03:59:53.770437 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11337 | 2025.01.25 03:59:53.770447 [ 259 ] {69def915-3752-4cd9-8d71-b3a5e6158460} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002463 sec., 5278.116118554608 rows/sec., 9.46 MiB/sec. | ||
| 11338 | 2025.01.25 03:59:53.770481 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11339 | 2025.01.25 03:59:53.771108 [ 259 ] {69def915-3752-4cd9-8d71-b3a5e6158460} <Debug> TCPHandler: Processed in 0.00327474 sec. | ||
| 11340 | 2025.01.25 03:59:53.771161 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::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 | ||
| 11341 | 2025.01.25 03:59:53.771530 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11342 | 2025.01.25 03:59:53.771953 [ 260 ] {0f202357-452a-4697-b97f-c0d9afe3093d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11343 | 2025.01.25 03:59:53.772154 [ 260 ] {0f202357-452a-4697-b97f-c0d9afe3093d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11344 | 2025.01.25 03:59:53.773444 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11345 | 2025.01.25 03:59:53.773589 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1262 rows starting from the beginning of the part | ||
| 11346 | 2025.01.25 03:59:53.774399 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part | ||
| 11347 | 2025.01.25 03:59:53.774764 [ 260 ] {0f202357-452a-4697-b97f-c0d9afe3093d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11348 | 2025.01.25 03:59:53.774909 [ 260 ] {0f202357-452a-4697-b97f-c0d9afe3093d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11349 | 2025.01.25 03:59:53.775122 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part | ||
| 11350 | 2025.01.25 03:59:53.775766 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part | ||
| 11351 | 2025.01.25 03:59:53.776374 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 27 rows starting from the beginning of the part | ||
| 11352 | 2025.01.25 03:59:53.776425 [ 260 ] {0f202357-452a-4697-b97f-c0d9afe3093d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11353 | 2025.01.25 03:59:53.776934 [ 191 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 13 rows starting from the beginning of the part | ||
| 11354 | 2025.01.25 03:59:53.777202 [ 260 ] {0f202357-452a-4697-b97f-c0d9afe3093d} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11355 | 2025.01.25 03:59:53.777978 [ 260 ] {0f202357-452a-4697-b97f-c0d9afe3093d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00613 sec., 9787.928221859705 rows/sec., 675.47 KiB/sec. | ||
| 11356 | 2025.01.25 03:59:53.778237 [ 260 ] {0f202357-452a-4697-b97f-c0d9afe3093d} <Debug> TCPHandler: Processed in 0.006963149 sec. | ||
| 11357 | 2025.01.25 03:59:53.785937 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1355 rows, containing 19 columns (19 merged, 0 gathered) in 0.015320471 sec., 88443.7560699015 rows/sec., 158.49 MiB/sec. | ||
| 11358 | 2025.01.25 03:59:53.787326 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11359 | 2025.01.25 03:59:53.787769 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11360 | 2025.01.25 03:59:53.787857 [ 186 ] {77dd1e08-5dae-49fe-a07e-42a82c838854::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11361 | 2025.01.25 03:59:53.788025 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. | ||
| 11362 | 2025.01.25 03:59:54.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.11 MiB, peak 249.67 MiB, free memory in arenas 0.00 B, will set to 241.17 MiB (RSS), difference: 3.06 MiB | ||
| 11363 | 2025.01.25 03:59:57.314333 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11364 | 2025.01.25 03:59:57.314423 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11365 | 2025.01.25 03:59:57.503573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 11366 | 2025.01.25 03:59:57.504223 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11367 | 2025.01.25 03:59:57.504272 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11368 | 2025.01.25 03:59:57.504791 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11369 | 2025.01.25 03:59:57.505055 [ 244 ] {} <Trace> system.asynchronous_metric_log (197a4c5c-dde8-47c0-a8be-da88151b448e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11370 | 2025.01.25 03:59:57.505336 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11371 | 2025.01.25 03:59:58.762973 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11372 | 2025.01.25 03:59:58.763275 [ 259 ] {4b22c5c6-058b-4b65-9ffd-439dc6c371c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11373 | 2025.01.25 03:59:58.763390 [ 259 ] {4b22c5c6-058b-4b65-9ffd-439dc6c371c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11374 | 2025.01.25 03:59:58.764278 [ 259 ] {4b22c5c6-058b-4b65-9ffd-439dc6c371c6} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11375 | 2025.01.25 03:59:58.764319 [ 259 ] {4b22c5c6-058b-4b65-9ffd-439dc6c371c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11376 | 2025.01.25 03:59:58.764744 [ 259 ] {4b22c5c6-058b-4b65-9ffd-439dc6c371c6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11377 | 2025.01.25 03:59:58.764991 [ 259 ] {4b22c5c6-058b-4b65-9ffd-439dc6c371c6} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11378 | 2025.01.25 03:59:58.765153 [ 56 ] {} <Debug> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11379 | 2025.01.25 03:59:58.765205 [ 56 ] {} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11380 | 2025.01.25 03:59:58.765206 [ 259 ] {4b22c5c6-058b-4b65-9ffd-439dc6c371c6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002015 sec., 6947.890818858561 rows/sec., 500.16 KiB/sec. | ||
| 11381 | 2025.01.25 03:59:58.765234 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11382 | 2025.01.25 03:59:58.765305 [ 259 ] {4b22c5c6-058b-4b65-9ffd-439dc6c371c6} <Debug> TCPHandler: Processed in 0.002517881 sec. | ||
| 11383 | 2025.01.25 03:59:58.765458 [ 198 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 11384 | 2025.01.25 03:59:58.765587 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11385 | 2025.01.25 03:59:58.765626 [ 198 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11386 | 2025.01.25 03:59:58.765666 [ 198 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 11387 | 2025.01.25 03:59:58.765789 [ 198 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 11388 | 2025.01.25 03:59:58.765818 [ 260 ] {9ce81adc-08b3-430e-8514-38dfa7af83a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11389 | 2025.01.25 03:59:58.765955 [ 198 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 11390 | 2025.01.25 03:59:58.765998 [ 260 ] {9ce81adc-08b3-430e-8514-38dfa7af83a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11391 | 2025.01.25 03:59:58.766426 [ 198 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 11392 | 2025.01.25 03:59:58.766661 [ 198 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::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 | ||
| 11393 | 2025.01.25 03:59:58.768032 [ 260 ] {9ce81adc-08b3-430e-8514-38dfa7af83a1} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11394 | 2025.01.25 03:59:58.768082 [ 260 ] {9ce81adc-08b3-430e-8514-38dfa7af83a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11395 | 2025.01.25 03:59:58.768389 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003047383 sec., 22970.52913926474 rows/sec., 1.70 MiB/sec. | ||
| 11396 | 2025.01.25 03:59:58.768589 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11397 | 2025.01.25 03:59:58.768768 [ 260 ] {9ce81adc-08b3-430e-8514-38dfa7af83a1} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11398 | 2025.01.25 03:59:58.769133 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_37_9} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11399 | 2025.01.25 03:59:58.769314 [ 201 ] {72eaab03-661a-4d08-9891-ebe3b9b3c1d3::all_1_37_9} <Trace> oximeter.fields_i16 (72eaab03-661a-4d08-9891-ebe3b9b3c1d3) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11400 | 2025.01.25 03:59:58.769325 [ 260 ] {9ce81adc-08b3-430e-8514-38dfa7af83a1} <Trace> oximeter.fields_string (705113b9-d709-40b4-a20c-0415595551c0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11401 | 2025.01.25 03:59:58.769463 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11402 | 2025.01.25 03:59:58.769671 [ 260 ] {9ce81adc-08b3-430e-8514-38dfa7af83a1} <Debug> executeQuery: Read 257 rows, 23.01 KiB in 0.003938 sec., 65261.55408836974 rows/sec., 5.71 MiB/sec. | ||
| 11403 | 2025.01.25 03:59:58.769741 [ 260 ] {9ce81adc-08b3-430e-8514-38dfa7af83a1} <Debug> TCPHandler: Processed in 0.004316704 sec. | ||
| 11404 | 2025.01.25 03:59:58.769893 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11405 | 2025.01.25 03:59:58.770010 [ 259 ] {f97aaeaa-586d-43d6-8cbd-53aba88f399f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11406 | 2025.01.25 03:59:58.770059 [ 259 ] {f97aaeaa-586d-43d6-8cbd-53aba88f399f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11407 | 2025.01.25 03:59:58.770669 [ 259 ] {f97aaeaa-586d-43d6-8cbd-53aba88f399f} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11408 | 2025.01.25 03:59:58.770707 [ 259 ] {f97aaeaa-586d-43d6-8cbd-53aba88f399f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11409 | 2025.01.25 03:59:58.771064 [ 259 ] {f97aaeaa-586d-43d6-8cbd-53aba88f399f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11410 | 2025.01.25 03:59:58.771301 [ 259 ] {f97aaeaa-586d-43d6-8cbd-53aba88f399f} <Trace> oximeter.fields_u16 (6ff6dacb-5538-4085-9789-b1604e81143c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11411 | 2025.01.25 03:59:58.771476 [ 259 ] {f97aaeaa-586d-43d6-8cbd-53aba88f399f} <Debug> executeQuery: Read 34 rows, 2.49 KiB in 0.00149 sec., 22818.791946308724 rows/sec., 1.63 MiB/sec. | ||
| 11412 | 2025.01.25 03:59:58.771528 [ 259 ] {f97aaeaa-586d-43d6-8cbd-53aba88f399f} <Debug> TCPHandler: Processed in 0.001688811 sec. | ||
| 11413 | 2025.01.25 03:59:58.771675 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11414 | 2025.01.25 03:59:58.771791 [ 260 ] {b53f89e5-aad2-46dc-a7ee-5c18308e571d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11415 | 2025.01.25 03:59:58.771840 [ 260 ] {b53f89e5-aad2-46dc-a7ee-5c18308e571d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11416 | 2025.01.25 03:59:58.772418 [ 260 ] {b53f89e5-aad2-46dc-a7ee-5c18308e571d} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11417 | 2025.01.25 03:59:58.772457 [ 260 ] {b53f89e5-aad2-46dc-a7ee-5c18308e571d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11418 | 2025.01.25 03:59:58.772811 [ 260 ] {b53f89e5-aad2-46dc-a7ee-5c18308e571d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11419 | 2025.01.25 03:59:58.773049 [ 260 ] {b53f89e5-aad2-46dc-a7ee-5c18308e571d} <Trace> oximeter.fields_u32 (8e9e452c-159a-492d-a7c0-4fa7b82292b7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11420 | 2025.01.25 03:59:58.773251 [ 260 ] {b53f89e5-aad2-46dc-a7ee-5c18308e571d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001482 sec., 9446.693657219972 rows/sec., 661.58 KiB/sec. | ||
| 11421 | 2025.01.25 03:59:58.773302 [ 260 ] {b53f89e5-aad2-46dc-a7ee-5c18308e571d} <Debug> TCPHandler: Processed in 0.001683621 sec. | ||
| 11422 | 2025.01.25 03:59:58.773436 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11423 | 2025.01.25 03:59:58.773550 [ 259 ] {4a0b0c50-bd45-462b-94a3-57906dd4c764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11424 | 2025.01.25 03:59:58.773598 [ 259 ] {4a0b0c50-bd45-462b-94a3-57906dd4c764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11425 | 2025.01.25 03:59:58.774179 [ 259 ] {4a0b0c50-bd45-462b-94a3-57906dd4c764} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11426 | 2025.01.25 03:59:58.774217 [ 259 ] {4a0b0c50-bd45-462b-94a3-57906dd4c764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11427 | 2025.01.25 03:59:58.774578 [ 259 ] {4a0b0c50-bd45-462b-94a3-57906dd4c764} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11428 | 2025.01.25 03:59:58.774811 [ 259 ] {4a0b0c50-bd45-462b-94a3-57906dd4c764} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11429 | 2025.01.25 03:59:58.774937 [ 56 ] {} <Debug> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11430 | 2025.01.25 03:59:58.774976 [ 56 ] {} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11431 | 2025.01.25 03:59:58.775001 [ 259 ] {4a0b0c50-bd45-462b-94a3-57906dd4c764} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001471 sec., 8837.525492861998 rows/sec., 551.02 KiB/sec. | ||
| 11432 | 2025.01.25 03:59:58.775006 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11433 | 2025.01.25 03:59:58.775094 [ 259 ] {4a0b0c50-bd45-462b-94a3-57906dd4c764} <Debug> TCPHandler: Processed in 0.001713291 sec. | ||
| 11434 | 2025.01.25 03:59:58.775143 [ 197 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 11435 | 2025.01.25 03:59:58.775265 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11436 | 2025.01.25 03:59:58.775278 [ 197 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11437 | 2025.01.25 03:59:58.775335 [ 197 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 11438 | 2025.01.25 03:59:58.775508 [ 260 ] {a5f67c39-d128-4030-af18-e30504c424d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11439 | 2025.01.25 03:59:58.775660 [ 260 ] {a5f67c39-d128-4030-af18-e30504c424d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11440 | 2025.01.25 03:59:58.775658 [ 197 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 11441 | 2025.01.25 03:59:58.776005 [ 197 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 11442 | 2025.01.25 03:59:58.776400 [ 197 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 11443 | 2025.01.25 03:59:58.776734 [ 197 ] {07510116-bf04-4fac-90d8-26dbc45817d2::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 | ||
| 11444 | 2025.01.25 03:59:58.778520 [ 260 ] {a5f67c39-d128-4030-af18-e30504c424d1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11445 | 2025.01.25 03:59:58.778592 [ 260 ] {a5f67c39-d128-4030-af18-e30504c424d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11446 | 2025.01.25 03:59:58.779221 [ 198 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004131001 sec., 15734.685128374456 rows/sec., 1.02 MiB/sec. | ||
| 11447 | 2025.01.25 03:59:58.779499 [ 260 ] {a5f67c39-d128-4030-af18-e30504c424d1} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11448 | 2025.01.25 03:59:58.779500 [ 199 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11449 | 2025.01.25 03:59:58.779945 [ 260 ] {a5f67c39-d128-4030-af18-e30504c424d1} <Trace> oximeter.fields_uuid (34266281-db64-4344-866e-4bccf37e8137): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11450 | 2025.01.25 03:59:58.780080 [ 199 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_37_9} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11451 | 2025.01.25 03:59:58.780394 [ 199 ] {07510116-bf04-4fac-90d8-26dbc45817d2::all_1_37_9} <Trace> oximeter.fields_u8 (07510116-bf04-4fac-90d8-26dbc45817d2) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11452 | 2025.01.25 03:59:58.780421 [ 260 ] {a5f67c39-d128-4030-af18-e30504c424d1} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.005014 sec., 81571.59952134025 rows/sec., 5.81 MiB/sec. | ||
| 11453 | 2025.01.25 03:59:58.780692 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11454 | 2025.01.25 03:59:58.780815 [ 260 ] {a5f67c39-d128-4030-af18-e30504c424d1} <Debug> TCPHandler: Processed in 0.005619776 sec. | ||
| 11455 | 2025.01.25 03:59:58.781093 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11456 | 2025.01.25 03:59:58.781267 [ 259 ] {c8180aac-a409-4630-b117-1111004a2dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11457 | 2025.01.25 03:59:58.781326 [ 259 ] {c8180aac-a409-4630-b117-1111004a2dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11458 | 2025.01.25 03:59:58.781874 [ 259 ] {c8180aac-a409-4630-b117-1111004a2dea} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11459 | 2025.01.25 03:59:58.781913 [ 259 ] {c8180aac-a409-4630-b117-1111004a2dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11460 | 2025.01.25 03:59:58.782272 [ 259 ] {c8180aac-a409-4630-b117-1111004a2dea} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11461 | 2025.01.25 03:59:58.782507 [ 259 ] {c8180aac-a409-4630-b117-1111004a2dea} <Trace> oximeter.measurements_bool (4c888d4e-da40-48c6-8db8-2cae83e57d61): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11462 | 2025.01.25 03:59:58.782716 [ 259 ] {c8180aac-a409-4630-b117-1111004a2dea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 11463 | 2025.01.25 03:59:58.782767 [ 259 ] {c8180aac-a409-4630-b117-1111004a2dea} <Debug> TCPHandler: Processed in 0.001824885 sec. | ||
| 11464 | 2025.01.25 03:59:58.782916 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11465 | 2025.01.25 03:59:58.783032 [ 260 ] {89560342-8ee2-4247-88aa-c7236ee70d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11466 | 2025.01.25 03:59:58.783086 [ 260 ] {89560342-8ee2-4247-88aa-c7236ee70d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11467 | 2025.01.25 03:59:58.783679 [ 260 ] {89560342-8ee2-4247-88aa-c7236ee70d10} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11468 | 2025.01.25 03:59:58.783717 [ 260 ] {89560342-8ee2-4247-88aa-c7236ee70d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11469 | 2025.01.25 03:59:58.784111 [ 260 ] {89560342-8ee2-4247-88aa-c7236ee70d10} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11470 | 2025.01.25 03:59:58.784343 [ 260 ] {89560342-8ee2-4247-88aa-c7236ee70d10} <Trace> oximeter.measurements_cumulativeu64 (aaf695ef-2f3e-488e-8191-d38ae66f6ea6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11471 | 2025.01.25 03:59:58.784564 [ 260 ] {89560342-8ee2-4247-88aa-c7236ee70d10} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001555 sec., 152411.57556270098 rows/sec., 10.22 MiB/sec. | ||
| 11472 | 2025.01.25 03:59:58.784636 [ 260 ] {89560342-8ee2-4247-88aa-c7236ee70d10} <Debug> TCPHandler: Processed in 0.001776313 sec. | ||
| 11473 | 2025.01.25 03:59:58.784860 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11474 | 2025.01.25 03:59:58.785052 [ 259 ] {0ddb470e-d931-4a16-b6c6-eb9f5d88bebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11475 | 2025.01.25 03:59:58.785112 [ 259 ] {0ddb470e-d931-4a16-b6c6-eb9f5d88bebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11476 | 2025.01.25 03:59:58.785682 [ 259 ] {0ddb470e-d931-4a16-b6c6-eb9f5d88bebb} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11477 | 2025.01.25 03:59:58.785729 [ 259 ] {0ddb470e-d931-4a16-b6c6-eb9f5d88bebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11478 | 2025.01.25 03:59:58.786082 [ 259 ] {0ddb470e-d931-4a16-b6c6-eb9f5d88bebb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11479 | 2025.01.25 03:59:58.786320 [ 259 ] {0ddb470e-d931-4a16-b6c6-eb9f5d88bebb} <Trace> oximeter.measurements_f64 (537e2981-757f-4cab-a8e9-33c41ee5e37b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11480 | 2025.01.25 03:59:58.786525 [ 259 ] {0ddb470e-d931-4a16-b6c6-eb9f5d88bebb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001505 sec., 664.4518272425249 rows/sec., 44.77 KiB/sec. | ||
| 11481 | 2025.01.25 03:59:58.786574 [ 259 ] {0ddb470e-d931-4a16-b6c6-eb9f5d88bebb} <Debug> TCPHandler: Processed in 0.001843735 sec. | ||
| 11482 | 2025.01.25 03:59:58.786724 [ 260 ] {} <Trace> TCP-Session: 82d7b2c3-5469-4698-8cad-d65516a9175b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11483 | 2025.01.25 03:59:58.786840 [ 260 ] {370a380a-e8e3-4cad-8f13-56d99282c87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45041) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11484 | 2025.01.25 03:59:58.786922 [ 260 ] {370a380a-e8e3-4cad-8f13-56d99282c87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11485 | 2025.01.25 03:59:58.788075 [ 260 ] {370a380a-e8e3-4cad-8f13-56d99282c87a} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11486 | 2025.01.25 03:59:58.788113 [ 260 ] {370a380a-e8e3-4cad-8f13-56d99282c87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11487 | 2025.01.25 03:59:58.788735 [ 260 ] {370a380a-e8e3-4cad-8f13-56d99282c87a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11488 | 2025.01.25 03:59:58.788985 [ 260 ] {370a380a-e8e3-4cad-8f13-56d99282c87a} <Trace> oximeter.measurements_histogramu64 (77dd1e08-5dae-49fe-a07e-42a82c838854): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11489 | 2025.01.25 03:59:58.789267 [ 260 ] {370a380a-e8e3-4cad-8f13-56d99282c87a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002442 sec., 11056.511056511055 rows/sec., 19.81 MiB/sec. | ||
| 11490 | 2025.01.25 03:59:58.789644 [ 260 ] {370a380a-e8e3-4cad-8f13-56d99282c87a} <Debug> TCPHandler: Processed in 0.002967502 sec. | ||
| 11491 | 2025.01.25 03:59:58.789955 [ 259 ] {} <Trace> TCP-Session: 578f7f3d-66f8-4afe-b3e7-c3687a001fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11492 | 2025.01.25 03:59:58.790095 [ 259 ] {099fc88c-a533-4ca3-baa8-4262ad58a1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50899) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11493 | 2025.01.25 03:59:58.790153 [ 259 ] {099fc88c-a533-4ca3-baa8-4262ad58a1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11494 | 2025.01.25 03:59:58.790731 [ 259 ] {099fc88c-a533-4ca3-baa8-4262ad58a1bc} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11495 | 2025.01.25 03:59:58.790776 [ 259 ] {099fc88c-a533-4ca3-baa8-4262ad58a1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11496 | 2025.01.25 03:59:58.791141 [ 259 ] {099fc88c-a533-4ca3-baa8-4262ad58a1bc} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11497 | 2025.01.25 03:59:58.791384 [ 259 ] {099fc88c-a533-4ca3-baa8-4262ad58a1bc} <Trace> oximeter.measurements_u64 (633f34cd-759e-4876-a965-f553f64e9242): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11498 | 2025.01.25 03:59:58.791597 [ 259 ] {099fc88c-a533-4ca3-baa8-4262ad58a1bc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec. | ||
| 11499 | 2025.01.25 03:59:58.791646 [ 259 ] {099fc88c-a533-4ca3-baa8-4262ad58a1bc} <Debug> TCPHandler: Processed in 0.001878665 sec. | ||
| 11500 | 2025.01.25 03:59:59.246359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11501 | 2025.01.25 03:59:59.269760 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11502 | 2025.01.25 03:59:59.269830 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11503 | 2025.01.25 03:59:59.277174 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11504 | 2025.01.25 03:59:59.277931 [ 243 ] {} <Trace> system.metric_log (27ce5f2e-4c3c-464a-9004-95b40e2ebb22): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11505 | 2025.01.25 03:59:59.281897 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11506 | 2025.01.25 04:00:00.542855 [ 54 ] {} <Debug> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11507 | 2025.01.25 04:00:00.542926 [ 54 ] {} <Trace> oximeter.fields_ipaddr (d2ef8632-0935-425a-a726-0870239d4f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11508 | 2025.01.25 04:00:00.542954 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 11509 | 2025.01.25 04:00:00.543152 [ 189 ] {d2ef8632-0935-425a-a726-0870239d4f58::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 | ||
| 11510 | 2025.01.25 04:00:00.543336 [ 189 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11511 | 2025.01.25 04:00:00.543396 [ 189 ] {d2ef8632-0935-425a-a726-0870239d4f58::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 | ||
| 11512 | 2025.01.25 04:00:00.543525 [ 189 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 11513 | 2025.01.25 04:00:00.543797 [ 189 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 11514 | 2025.01.25 04:00:00.544007 [ 189 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 11515 | 2025.01.25 04:00:00.544129 [ 189 ] {d2ef8632-0935-425a-a726-0870239d4f58::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||