| 1 | [ Jan 10 21:56:23 Enabled. ] | ||
| 2 | [ Jan 10 21:56:23 Rereading configuration. ] | ||
| 3 | [ Jan 10 21:56:24 Rereading configuration. ] | ||
| 4 | [ Jan 10 21:56:29 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 10 21:56:29 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.10 21:56:30.419404 [ 1 ] {} <Information> Application: Will watch for the process with pid 23027 | ||
| 29 | 2025.01.10 21:56:30.419778 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.10 21:56:30.681210 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23027 | ||
| 31 | 2025.01.10 21:56:30.681988 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.10 21:56:30.682710 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.10 21:56:30.770623 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.10 21:56:30.848686 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.10 21:56:30.848751 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.10 21:56:30.848767 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.10 21:56:30.848843 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.10 21:56:30.849264 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.10 21:56:30.850890 [ 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.10 21:56:30.851651 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.10 21:56:30.851998 [ 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.10 21:56:30.852018 [ 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.10 21:56:30.852033 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.10 21:56:30.852213 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.10 21:56:30.853134 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.10 21:56:30.858086 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.10 21:56:30.858864 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.10 21:56:30.860332 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.10 21:56:30.860399 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.10 21:56:30.862028 [ 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.10 21:56:30.862508 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.10 21:56:30.866942 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.10 21:56:30.867299 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.10 21:56:30.868892 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.10 21:56:30.869241 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.10 21:56:30.869640 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.10 21:56:30.869980 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.10 21:56:30.871333 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.10 21:56:30.871360 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.10 21:56:30.871452 [ 171 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.10 21:56:30.871623 [ 171 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.10 21:56:30.935572 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.10 21:56:30.935604 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000176535 sec | ||
| 68 | 2025.01.10 21:56:30.935655 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.10 21:56:30.935673 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.10 21:56:30.937082 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.10 21:56:30.938236 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.10 21:56:30.952415 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.10 21:56:30.952461 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.10 21:56:30.952489 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.10 21:56:30.952501 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.10 21:56:30.952532 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.10 21:56:30.952553 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.10 21:56:30.955311 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.10 21:56:30.955357 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.10 21:56:30.955387 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.10 21:56:30.955573 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.10 21:56:30.955592 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.10 21:56:30.955627 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.10 21:56:30.955649 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.10 21:56:30.955663 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.10 21:56:30.955692 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.10 21:56:30.955716 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.10 21:56:30.983540 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.10 21:56:30.996988 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.10 21:56:30.997030 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2052e-05 sec | ||
| 91 | 2025.01.10 21:56:30.997044 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.10 21:56:30.997057 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.10 21:56:30.997082 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.10 21:56:30.997290 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.10 21:56:30.997338 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.10 21:56:30.997353 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.10 21:56:30.997365 [ 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.10 21:56:30.997377 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.10 21:56:31.004174 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.10 21:56:31.004465 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.01.10 21:56:31.005601 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.4841e-05 sec. | ||
| 102 | 2025.01.10 21:56:31.006840 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.10 21:56:31.006955 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.10 21:56:31.006979 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.10 21:56:31.572226 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37066 | ||
| 106 | 2025.01.10 21:56:31.572541 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.10 21:56:31.572595 [ 3 ] {} <Debug> TCP-Session: 65181ecf-7426-4be5-b5e9-1bcbe931b45a Authenticating user 'default' from [fd00:1122:3344:101::b]:37066 | ||
| 108 | 2025.01.10 21:56:31.572630 [ 3 ] {} <Debug> TCP-Session: 65181ecf-7426-4be5-b5e9-1bcbe931b45a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.10 21:56:31.572707 [ 3 ] {} <Debug> TCP-Session: 65181ecf-7426-4be5-b5e9-1bcbe931b45a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.10 21:56:31.572795 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.10 21:56:31.572825 [ 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.10 21:56:31.572907 [ 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.10 21:56:31.584529 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44502 | ||
| 114 | 2025.01.10 21:56:31.584670 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.01.10 21:56:31.584706 [ 4 ] {} <Debug> TCP-Session: 535655a4-aeec-407c-935a-6eaa7f389cf6 Authenticating user 'default' from [fd00:1122:3344:101::b]:44502 | ||
| 116 | 2025.01.10 21:56:31.584734 [ 4 ] {} <Debug> TCP-Session: 535655a4-aeec-407c-935a-6eaa7f389cf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.01.10 21:56:31.584853 [ 4 ] {} <Debug> TCP-Session: 535655a4-aeec-407c-935a-6eaa7f389cf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.01.10 21:56:31.585455 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39288 | ||
| 119 | 2025.01.10 21:56:31.585455 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65260 | ||
| 120 | 2025.01.10 21:56:31.585539 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38151 | ||
| 121 | 2025.01.10 21:56:31.585643 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.01.10 21:56:31.585698 [ 5 ] {} <Debug> TCP-Session: 5030b5bb-baf8-404c-9254-a6cb1c788b51 Authenticating user 'default' from [fd00:1122:3344:101::b]:39288 | ||
| 123 | 2025.01.10 21:56:31.585832 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34397 | ||
| 124 | 2025.01.10 21:56:31.585855 [ 5 ] {} <Debug> TCP-Session: 5030b5bb-baf8-404c-9254-a6cb1c788b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2025.01.10 21:56:31.585910 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.01.10 21:56:31.585836 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2025.01.10 21:56:31.586058 [ 5 ] {} <Debug> TCP-Session: 5030b5bb-baf8-404c-9254-a6cb1c788b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.01.10 21:56:31.586105 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56983 | ||
| 129 | 2025.01.10 21:56:31.586106 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37329 | ||
| 130 | 2025.01.10 21:56:31.586159 [ 253 ] {} <Debug> TCP-Session: 91e235ed-e641-44cb-aad5-fe392a0f456d Authenticating user 'default' from [fd00:1122:3344:101::b]:65260 | ||
| 131 | 2025.01.10 21:56:31.586140 [ 254 ] {} <Debug> TCP-Session: d396cc39-c989-4862-a60e-ff074cc12c5a Authenticating user 'default' from [fd00:1122:3344:101::b]:38151 | ||
| 132 | 2025.01.10 21:56:31.586134 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.01.10 21:56:31.586275 [ 253 ] {} <Debug> TCP-Session: 91e235ed-e641-44cb-aad5-fe392a0f456d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.01.10 21:56:31.586475 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.01.10 21:56:31.586485 [ 253 ] {} <Debug> TCP-Session: 91e235ed-e641-44cb-aad5-fe392a0f456d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.01.10 21:56:31.586492 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.01.10 21:56:31.586498 [ 255 ] {} <Debug> TCP-Session: cf19ce98-a18c-4df9-a149-741cd8313049 Authenticating user 'default' from [fd00:1122:3344:101::b]:34397 | ||
| 138 | 2025.01.10 21:56:31.586590 [ 256 ] {} <Debug> TCP-Session: 74c53d7f-105b-4fd2-9a86-32d69b4a9f5a Authenticating user 'default' from [fd00:1122:3344:101::b]:37329 | ||
| 139 | 2025.01.10 21:56:31.586567 [ 257 ] {} <Debug> TCP-Session: bdfeeaee-4dc0-454e-89e0-798a618a6f33 Authenticating user 'default' from [fd00:1122:3344:101::b]:56983 | ||
| 140 | 2025.01.10 21:56:31.586531 [ 254 ] {} <Debug> TCP-Session: d396cc39-c989-4862-a60e-ff074cc12c5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.01.10 21:56:31.586672 [ 256 ] {} <Debug> TCP-Session: 74c53d7f-105b-4fd2-9a86-32d69b4a9f5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.01.10 21:56:31.586653 [ 257 ] {} <Debug> TCP-Session: bdfeeaee-4dc0-454e-89e0-798a618a6f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.01.10 21:56:31.586644 [ 255 ] {} <Debug> TCP-Session: cf19ce98-a18c-4df9-a149-741cd8313049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.01.10 21:56:31.586800 [ 257 ] {} <Debug> TCP-Session: bdfeeaee-4dc0-454e-89e0-798a618a6f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.01.10 21:56:31.586793 [ 256 ] {} <Debug> TCP-Session: 74c53d7f-105b-4fd2-9a86-32d69b4a9f5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.01.10 21:56:31.586784 [ 254 ] {} <Debug> TCP-Session: d396cc39-c989-4862-a60e-ff074cc12c5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.10 21:56:31.586877 [ 255 ] {} <Debug> TCP-Session: cf19ce98-a18c-4df9-a149-741cd8313049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.10 21:56:31.589595 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47334 | ||
| 149 | 2025.01.10 21:56:31.590101 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.01.10 21:56:31.590170 [ 258 ] {} <Debug> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47334 | ||
| 151 | 2025.01.10 21:56:31.590188 [ 258 ] {} <Debug> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.10 21:56:31.590201 [ 258 ] {} <Debug> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.10 21:56:31.590269 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.01.10 21:56:31.590292 [ 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.10 21:56:31.590348 [ 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.10 21:56:31.590786 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42251 | ||
| 157 | 2025.01.10 21:56:31.590869 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48164 | ||
| 158 | 2025.01.10 21:56:31.591122 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2025.01.10 21:56:31.591120 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35952 | ||
| 160 | 2025.01.10 21:56:31.591170 [ 259 ] {} <Debug> TCP-Session: 1c748a9e-a912-4875-ba0d-8f7f6ef6e37b Authenticating user 'default' from [fd00:1122:3344:101::d]:42251 | ||
| 161 | 2025.01.10 21:56:31.591202 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53048 | ||
| 162 | 2025.01.10 21:56:31.591124 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2025.01.10 21:56:31.591397 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2025.01.10 21:56:31.591410 [ 260 ] {} <Debug> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Authenticating user 'default' from [fd00:1122:3344:101::d]:48164 | ||
| 165 | 2025.01.10 21:56:31.591442 [ 259 ] {} <Debug> TCP-Session: 1c748a9e-a912-4875-ba0d-8f7f6ef6e37b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 166 | 2025.01.10 21:56:31.591470 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45280 | ||
| 167 | 2025.01.10 21:56:31.591492 [ 261 ] {} <Debug> TCP-Session: 274cd4ed-852c-42ab-b872-0d3b773a1e8c Authenticating user 'default' from [fd00:1122:3344:101::d]:35952 | ||
| 168 | 2025.01.10 21:56:31.591381 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36449 | ||
| 169 | 2025.01.10 21:56:31.591639 [ 259 ] {} <Debug> TCP-Session: 1c748a9e-a912-4875-ba0d-8f7f6ef6e37b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2025.01.10 21:56:31.591647 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48359 | ||
| 171 | 2025.01.10 21:56:31.591650 [ 260 ] {} <Debug> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2025.01.10 21:56:31.591845 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 173 | 2025.01.10 21:56:31.591893 [ 260 ] {} <Debug> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2025.01.10 21:56:31.591965 [ 261 ] {} <Debug> TCP-Session: 274cd4ed-852c-42ab-b872-0d3b773a1e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2025.01.10 21:56:31.592043 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 176 | 2025.01.10 21:56:31.592019 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 177 | 2025.01.10 21:56:31.592001 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39548 | ||
| 178 | 2025.01.10 21:56:31.592008 [ 264 ] {} <Debug> TCP-Session: 8cba9c50-d28e-4b6b-8167-b4dc4bbd0bb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45280 | ||
| 179 | 2025.01.10 21:56:31.592791 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 180 | 2025.01.10 21:56:31.592801 [ 263 ] {} <Debug> TCP-Session: 4a310a72-be25-4771-9eca-a6f32194e562 Authenticating user 'default' from [fd00:1122:3344:101::d]:36449 | ||
| 181 | 2025.01.10 21:56:31.592835 [ 264 ] {} <Debug> TCP-Session: 8cba9c50-d28e-4b6b-8167-b4dc4bbd0bb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.01.10 21:56:31.592875 [ 265 ] {} <Debug> TCP-Session: 261e1acd-7949-487f-863d-84b4eff764fb Authenticating user 'default' from [fd00:1122:3344:101::d]:48359 | ||
| 183 | 2025.01.10 21:56:31.592886 [ 263 ] {} <Debug> TCP-Session: 4a310a72-be25-4771-9eca-a6f32194e562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.01.10 21:56:31.592857 [ 261 ] {} <Debug> TCP-Session: 274cd4ed-852c-42ab-b872-0d3b773a1e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.01.10 21:56:31.593005 [ 262 ] {} <Debug> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Authenticating user 'default' from [fd00:1122:3344:101::d]:53048 | ||
| 186 | 2025.01.10 21:56:31.593006 [ 264 ] {} <Debug> TCP-Session: 8cba9c50-d28e-4b6b-8167-b4dc4bbd0bb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.01.10 21:56:31.593086 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 188 | 2025.01.10 21:56:31.593140 [ 265 ] {} <Debug> TCP-Session: 261e1acd-7949-487f-863d-84b4eff764fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.01.10 21:56:31.593164 [ 262 ] {} <Debug> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.01.10 21:56:31.593174 [ 263 ] {} <Debug> TCP-Session: 4a310a72-be25-4771-9eca-a6f32194e562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.01.10 21:56:31.593193 [ 266 ] {} <Debug> TCP-Session: 5efe437c-e9b6-4796-a143-02b836890fd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39548 | ||
| 192 | 2025.01.10 21:56:31.593231 [ 265 ] {} <Debug> TCP-Session: 261e1acd-7949-487f-863d-84b4eff764fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.01.10 21:56:31.593248 [ 262 ] {} <Debug> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2025.01.10 21:56:31.593297 [ 266 ] {} <Debug> TCP-Session: 5efe437c-e9b6-4796-a143-02b836890fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.01.10 21:56:31.593368 [ 266 ] {} <Debug> TCP-Session: 5efe437c-e9b6-4796-a143-02b836890fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.01.10 21:56:31.593760 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 197 | 2025.01.10 21:56:31.597162 [ 258 ] {86d65aca-95f2-4e7d-8f99-08dfc080c34d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2025.01.10 21:56:31.668312 [ 258 ] {86d65aca-95f2-4e7d-8f99-08dfc080c34d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47334) (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.10 21:56:31.670420 [ 258 ] {86d65aca-95f2-4e7d-8f99-08dfc080c34d} <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.10 21:56:31.670526 [ 258 ] {86d65aca-95f2-4e7d-8f99-08dfc080c34d} <Debug> TCPHandler: Processed in 0.078476977 sec. | ||
| 247 | 2025.01.10 21:56:31.670870 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2025.01.10 21:56:31.671032 [ 262 ] {329a78f9-e3fd-44b3-8880-bec9a1ba2bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2025.01.10 21:56:31.671322 [ 262 ] {329a78f9-e3fd-44b3-8880-bec9a1ba2bd2} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53048) (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.10 21:56:31.671447 [ 262 ] {329a78f9-e3fd-44b3-8880-bec9a1ba2bd2} <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.10 21:56:31.671543 [ 262 ] {329a78f9-e3fd-44b3-8880-bec9a1ba2bd2} <Debug> TCPHandler: Processed in 0.000796713 sec. | ||
| 298 | 2025.01.10 21:56:31.671780 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2025.01.10 21:56:31.673022 [ 258 ] {7f3d2296-3cea-4216-838d-cc8cd0dcdce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 300 | 2025.01.10 21:56:31.673644 [ 258 ] {7f3d2296-3cea-4216-838d-cc8cd0dcdce3} <Debug> TCPHandler: Processed in 0.001916705 sec. | ||
| 301 | 2025.01.10 21:56:31.673869 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2025.01.10 21:56:31.674001 [ 262 ] {138bca3f-d76d-4d76-b3ea-b9762e985341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 303 | 2025.01.10 21:56:31.674111 [ 262 ] {138bca3f-d76d-4d76-b3ea-b9762e985341} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 304 | 2025.01.10 21:56:31.680590 [ 262 ] {138bca3f-d76d-4d76-b3ea-b9762e985341} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 305 | 2025.01.10 21:56:31.680627 [ 262 ] {138bca3f-d76d-4d76-b3ea-b9762e985341} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.9212e-05 sec | ||
| 306 | 2025.01.10 21:56:31.680642 [ 262 ] {138bca3f-d76d-4d76-b3ea-b9762e985341} <Trace> ReferentialDeps: No tables | ||
| 307 | 2025.01.10 21:56:31.680654 [ 262 ] {138bca3f-d76d-4d76-b3ea-b9762e985341} <Trace> LoadingDeps: No tables | ||
| 308 | 2025.01.10 21:56:31.680687 [ 262 ] {138bca3f-d76d-4d76-b3ea-b9762e985341} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 309 | 2025.01.10 21:56:31.680733 [ 262 ] {138bca3f-d76d-4d76-b3ea-b9762e985341} <Debug> TCPHandler: Processed in 0.006926829 sec. | ||
| 310 | 2025.01.10 21:56:31.680938 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2025.01.10 21:56:31.681129 [ 258 ] {3d3463b7-668c-4a61-94b0-6067c3ea7f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) /* 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.10 21:56:31.681189 [ 258 ] {3d3463b7-668c-4a61-94b0-6067c3ea7f31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 314 | 2025.01.10 21:56:31.689086 [ 258 ] {3d3463b7-668c-4a61-94b0-6067c3ea7f31} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 315 | 2025.01.10 21:56:31.696357 [ 258 ] {3d3463b7-668c-4a61-94b0-6067c3ea7f31} <Debug> oximeter.version (912dc5f5-e6d7-48f1-be91-30302a228e65): Loading data parts | ||
| 316 | 2025.01.10 21:56:31.696880 [ 258 ] {3d3463b7-668c-4a61-94b0-6067c3ea7f31} <Debug> oximeter.version (912dc5f5-e6d7-48f1-be91-30302a228e65): There are no data parts | ||
| 317 | 2025.01.10 21:56:31.705494 [ 258 ] {3d3463b7-668c-4a61-94b0-6067c3ea7f31} <Debug> TCPHandler: Processed in 0.024617518 sec. | ||
| 318 | 2025.01.10 21:56:31.705743 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.01.10 21:56:31.705971 [ 262 ] {09dd8c28-4fc0-4b89-8c65-3e820c6e899c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) /* 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.10 21:56:31.706044 [ 262 ] {09dd8c28-4fc0-4b89-8c65-3e820c6e899c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 331 | 2025.01.10 21:56:31.716463 [ 262 ] {09dd8c28-4fc0-4b89-8c65-3e820c6e899c} <Debug> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Loading data parts | ||
| 332 | 2025.01.10 21:56:31.716741 [ 262 ] {09dd8c28-4fc0-4b89-8c65-3e820c6e899c} <Debug> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): There are no data parts | ||
| 333 | 2025.01.10 21:56:31.726988 [ 262 ] {09dd8c28-4fc0-4b89-8c65-3e820c6e899c} <Debug> TCPHandler: Processed in 0.021308273 sec. | ||
| 334 | 2025.01.10 21:56:31.727230 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.01.10 21:56:31.727480 [ 258 ] {e5a19608-564d-4eaa-9d8b-41a49153132e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.727537 [ 258 ] {e5a19608-564d-4eaa-9d8b-41a49153132e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 337 | 2025.01.10 21:56:31.731837 [ 258 ] {e5a19608-564d-4eaa-9d8b-41a49153132e} <Debug> oximeter.measurements_i8 (f95ccbd1-f146-4647-a21b-7dbfed660e8a): Loading data parts | ||
| 338 | 2025.01.10 21:56:31.732105 [ 258 ] {e5a19608-564d-4eaa-9d8b-41a49153132e} <Debug> oximeter.measurements_i8 (f95ccbd1-f146-4647-a21b-7dbfed660e8a): There are no data parts | ||
| 339 | 2025.01.10 21:56:31.740754 [ 258 ] {e5a19608-564d-4eaa-9d8b-41a49153132e} <Debug> TCPHandler: Processed in 0.013595981 sec. | ||
| 340 | 2025.01.10 21:56:31.741033 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2025.01.10 21:56:31.741288 [ 262 ] {eef7927e-006c-4e64-8129-394e11b8881a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.741367 [ 262 ] {eef7927e-006c-4e64-8129-394e11b8881a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 343 | 2025.01.10 21:56:31.745436 [ 262 ] {eef7927e-006c-4e64-8129-394e11b8881a} <Debug> oximeter.measurements_u8 (a8fb5854-3b26-4688-896e-48857951b482): Loading data parts | ||
| 344 | 2025.01.10 21:56:31.745674 [ 262 ] {eef7927e-006c-4e64-8129-394e11b8881a} <Debug> oximeter.measurements_u8 (a8fb5854-3b26-4688-896e-48857951b482): There are no data parts | ||
| 345 | 2025.01.10 21:56:31.756063 [ 262 ] {eef7927e-006c-4e64-8129-394e11b8881a} <Debug> TCPHandler: Processed in 0.015104995 sec. | ||
| 346 | 2025.01.10 21:56:31.756293 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2025.01.10 21:56:31.756565 [ 258 ] {c71488a0-750e-4098-b240-728092f28080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.756621 [ 258 ] {c71488a0-750e-4098-b240-728092f28080} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 349 | 2025.01.10 21:56:31.759943 [ 258 ] {c71488a0-750e-4098-b240-728092f28080} <Debug> oximeter.measurements_i16 (eccbc999-b3b4-4dfa-b85c-1dca9c44c7e7): Loading data parts | ||
| 350 | 2025.01.10 21:56:31.760123 [ 258 ] {c71488a0-750e-4098-b240-728092f28080} <Debug> oximeter.measurements_i16 (eccbc999-b3b4-4dfa-b85c-1dca9c44c7e7): There are no data parts | ||
| 351 | 2025.01.10 21:56:31.764753 [ 258 ] {c71488a0-750e-4098-b240-728092f28080} <Debug> TCPHandler: Processed in 0.008526556 sec. | ||
| 352 | 2025.01.10 21:56:31.764997 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2025.01.10 21:56:31.765233 [ 262 ] {06cb825b-5001-4b64-818b-d83f405bc4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.765308 [ 262 ] {06cb825b-5001-4b64-818b-d83f405bc4ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 355 | 2025.01.10 21:56:31.772538 [ 262 ] {06cb825b-5001-4b64-818b-d83f405bc4ca} <Debug> oximeter.measurements_u16 (60b6bb50-735c-4d64-993e-ce3777a8eebc): Loading data parts | ||
| 356 | 2025.01.10 21:56:31.772771 [ 262 ] {06cb825b-5001-4b64-818b-d83f405bc4ca} <Debug> oximeter.measurements_u16 (60b6bb50-735c-4d64-993e-ce3777a8eebc): There are no data parts | ||
| 357 | 2025.01.10 21:56:31.777139 [ 262 ] {06cb825b-5001-4b64-818b-d83f405bc4ca} <Debug> TCPHandler: Processed in 0.012204641 sec. | ||
| 358 | 2025.01.10 21:56:31.777343 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2025.01.10 21:56:31.777566 [ 258 ] {02d10537-7a51-4902-af3c-7216b0eeca92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.777613 [ 258 ] {02d10537-7a51-4902-af3c-7216b0eeca92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 361 | 2025.01.10 21:56:31.787197 [ 258 ] {02d10537-7a51-4902-af3c-7216b0eeca92} <Debug> oximeter.measurements_i32 (92f7edab-de6f-4ecb-8b38-a62aade8c13d): Loading data parts | ||
| 362 | 2025.01.10 21:56:31.787376 [ 258 ] {02d10537-7a51-4902-af3c-7216b0eeca92} <Debug> oximeter.measurements_i32 (92f7edab-de6f-4ecb-8b38-a62aade8c13d): There are no data parts | ||
| 363 | 2025.01.10 21:56:31.793060 [ 258 ] {02d10537-7a51-4902-af3c-7216b0eeca92} <Debug> TCPHandler: Processed in 0.015769554 sec. | ||
| 364 | 2025.01.10 21:56:31.793271 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 365 | 2025.01.10 21:56:31.793463 [ 262 ] {9230992a-4372-449e-ae79-57b88dded722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.793530 [ 262 ] {9230992a-4372-449e-ae79-57b88dded722} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 367 | 2025.01.10 21:56:31.801222 [ 262 ] {9230992a-4372-449e-ae79-57b88dded722} <Debug> oximeter.measurements_u32 (c131e253-c06c-4bd2-a027-b04f6ca211db): Loading data parts | ||
| 368 | 2025.01.10 21:56:31.801418 [ 262 ] {9230992a-4372-449e-ae79-57b88dded722} <Debug> oximeter.measurements_u32 (c131e253-c06c-4bd2-a027-b04f6ca211db): There are no data parts | ||
| 369 | 2025.01.10 21:56:31.806543 [ 262 ] {9230992a-4372-449e-ae79-57b88dded722} <Debug> TCPHandler: Processed in 0.013324303 sec. | ||
| 370 | 2025.01.10 21:56:31.806768 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2025.01.10 21:56:31.807090 [ 258 ] {d5874e22-9543-4049-bee8-01f4663c533f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.807160 [ 258 ] {d5874e22-9543-4049-bee8-01f4663c533f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 373 | 2025.01.10 21:56:31.816637 [ 258 ] {d5874e22-9543-4049-bee8-01f4663c533f} <Debug> oximeter.measurements_i64 (84755478-40c8-4dc5-b35e-fd5b01c78467): Loading data parts | ||
| 374 | 2025.01.10 21:56:31.816821 [ 258 ] {d5874e22-9543-4049-bee8-01f4663c533f} <Debug> oximeter.measurements_i64 (84755478-40c8-4dc5-b35e-fd5b01c78467): There are no data parts | ||
| 375 | 2025.01.10 21:56:31.822003 [ 258 ] {d5874e22-9543-4049-bee8-01f4663c533f} <Debug> TCPHandler: Processed in 0.01531446 sec. | ||
| 376 | 2025.01.10 21:56:31.822233 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2025.01.10 21:56:31.822429 [ 262 ] {fa48283b-9b5b-4e98-85b2-7cf3ac30ef19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.822505 [ 262 ] {fa48283b-9b5b-4e98-85b2-7cf3ac30ef19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 379 | 2025.01.10 21:56:31.825226 [ 262 ] {fa48283b-9b5b-4e98-85b2-7cf3ac30ef19} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Loading data parts | ||
| 380 | 2025.01.10 21:56:31.825417 [ 262 ] {fa48283b-9b5b-4e98-85b2-7cf3ac30ef19} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): There are no data parts | ||
| 381 | 2025.01.10 21:56:31.830046 [ 262 ] {fa48283b-9b5b-4e98-85b2-7cf3ac30ef19} <Debug> TCPHandler: Processed in 0.007866517 sec. | ||
| 382 | 2025.01.10 21:56:31.830242 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2025.01.10 21:56:31.830466 [ 258 ] {29e4c7e1-a5de-4f7a-a0de-7d8ec3fa00c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.830513 [ 258 ] {29e4c7e1-a5de-4f7a-a0de-7d8ec3fa00c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 385 | 2025.01.10 21:56:31.834844 [ 258 ] {29e4c7e1-a5de-4f7a-a0de-7d8ec3fa00c7} <Debug> oximeter.measurements_f32 (31dd5370-b218-453e-be23-1b61e82aed13): Loading data parts | ||
| 386 | 2025.01.10 21:56:31.835035 [ 258 ] {29e4c7e1-a5de-4f7a-a0de-7d8ec3fa00c7} <Debug> oximeter.measurements_f32 (31dd5370-b218-453e-be23-1b61e82aed13): There are no data parts | ||
| 387 | 2025.01.10 21:56:31.845281 [ 258 ] {29e4c7e1-a5de-4f7a-a0de-7d8ec3fa00c7} <Debug> TCPHandler: Processed in 0.015095125 sec. | ||
| 388 | 2025.01.10 21:56:31.845512 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2025.01.10 21:56:31.845705 [ 262 ] {6998ef91-0dbc-4f9d-81f9-60a772943998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.845772 [ 262 ] {6998ef91-0dbc-4f9d-81f9-60a772943998} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 391 | 2025.01.10 21:56:31.850992 [ 262 ] {6998ef91-0dbc-4f9d-81f9-60a772943998} <Debug> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Loading data parts | ||
| 392 | 2025.01.10 21:56:31.851314 [ 262 ] {6998ef91-0dbc-4f9d-81f9-60a772943998} <Debug> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): There are no data parts | ||
| 393 | 2025.01.10 21:56:31.859584 [ 262 ] {6998ef91-0dbc-4f9d-81f9-60a772943998} <Debug> TCPHandler: Processed in 0.014125966 sec. | ||
| 394 | 2025.01.10 21:56:31.859780 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.01.10 21:56:31.859983 [ 258 ] {7890af4e-573a-41c0-975c-d3f01419a241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.860039 [ 258 ] {7890af4e-573a-41c0-975c-d3f01419a241} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 397 | 2025.01.10 21:56:31.864972 [ 258 ] {7890af4e-573a-41c0-975c-d3f01419a241} <Debug> oximeter.measurements_string (761af36f-1513-49f5-9d53-ae5bf71ef148): Loading data parts | ||
| 398 | 2025.01.10 21:56:31.865200 [ 258 ] {7890af4e-573a-41c0-975c-d3f01419a241} <Debug> oximeter.measurements_string (761af36f-1513-49f5-9d53-ae5bf71ef148): There are no data parts | ||
| 399 | 2025.01.10 21:56:31.875810 [ 258 ] {7890af4e-573a-41c0-975c-d3f01419a241} <Debug> TCPHandler: Processed in 0.016083393 sec. | ||
| 400 | 2025.01.10 21:56:31.876037 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 401 | 2025.01.10 21:56:31.876236 [ 262 ] {cb3307dc-4600-4297-9b03-c97c3f5727be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.876304 [ 262 ] {cb3307dc-4600-4297-9b03-c97c3f5727be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 410 | 2025.01.10 21:56:31.881796 [ 262 ] {cb3307dc-4600-4297-9b03-c97c3f5727be} <Debug> oximeter.measurements_bytes (a50d71ea-770e-44de-8d04-7c5d4594a7d8): Loading data parts | ||
| 411 | 2025.01.10 21:56:31.881975 [ 262 ] {cb3307dc-4600-4297-9b03-c97c3f5727be} <Debug> oximeter.measurements_bytes (a50d71ea-770e-44de-8d04-7c5d4594a7d8): There are no data parts | ||
| 412 | 2025.01.10 21:56:31.883780 [ 262 ] {cb3307dc-4600-4297-9b03-c97c3f5727be} <Debug> TCPHandler: Processed in 0.007797044 sec. | ||
| 413 | 2025.01.10 21:56:31.883997 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.01.10 21:56:31.884204 [ 258 ] {ceac92bb-f0c8-447f-b833-a6dcfbb5106e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.884271 [ 258 ] {ceac92bb-f0c8-447f-b833-a6dcfbb5106e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 416 | 2025.01.10 21:56:31.889982 [ 258 ] {ceac92bb-f0c8-447f-b833-a6dcfbb5106e} <Debug> oximeter.measurements_cumulativei64 (0a67a3ed-f8d6-4c2b-bcaa-d6c7904bff0a): Loading data parts | ||
| 417 | 2025.01.10 21:56:31.890178 [ 258 ] {ceac92bb-f0c8-447f-b833-a6dcfbb5106e} <Debug> oximeter.measurements_cumulativei64 (0a67a3ed-f8d6-4c2b-bcaa-d6c7904bff0a): There are no data parts | ||
| 418 | 2025.01.10 21:56:31.901847 [ 258 ] {ceac92bb-f0c8-447f-b833-a6dcfbb5106e} <Debug> TCPHandler: Processed in 0.017904034 sec. | ||
| 419 | 2025.01.10 21:56:31.902086 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.01.10 21:56:31.902327 [ 262 ] {7e862ee4-b185-42c8-930a-30cd0f3b6bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.902400 [ 262 ] {7e862ee4-b185-42c8-930a-30cd0f3b6bcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 422 | 2025.01.10 21:56:31.911931 [ 262 ] {7e862ee4-b185-42c8-930a-30cd0f3b6bcd} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Loading data parts | ||
| 423 | 2025.01.10 21:56:31.912132 [ 262 ] {7e862ee4-b185-42c8-930a-30cd0f3b6bcd} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): There are no data parts | ||
| 424 | 2025.01.10 21:56:31.916608 [ 262 ] {7e862ee4-b185-42c8-930a-30cd0f3b6bcd} <Debug> TCPHandler: Processed in 0.01458819 sec. | ||
| 425 | 2025.01.10 21:56:31.916817 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.01.10 21:56:31.917028 [ 258 ] {07eaf2d8-7d5c-463b-84a9-7fb7b450dfc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.917101 [ 258 ] {07eaf2d8-7d5c-463b-84a9-7fb7b450dfc8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 428 | 2025.01.10 21:56:31.922401 [ 258 ] {07eaf2d8-7d5c-463b-84a9-7fb7b450dfc8} <Debug> oximeter.measurements_cumulativef32 (61b5e5f8-9603-4f42-b0f6-5aa930d15ebf): Loading data parts | ||
| 429 | 2025.01.10 21:56:31.922572 [ 258 ] {07eaf2d8-7d5c-463b-84a9-7fb7b450dfc8} <Debug> oximeter.measurements_cumulativef32 (61b5e5f8-9603-4f42-b0f6-5aa930d15ebf): There are no data parts | ||
| 430 | 2025.01.10 21:56:31.930755 [ 258 ] {07eaf2d8-7d5c-463b-84a9-7fb7b450dfc8} <Debug> TCPHandler: Processed in 0.013997152 sec. | ||
| 431 | 2025.01.10 21:56:31.930997 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.01.10 21:56:31.931262 [ 262 ] {7f8c6218-5d3e-4ac1-b55f-23d79bd9325e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.931346 [ 262 ] {7f8c6218-5d3e-4ac1-b55f-23d79bd9325e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 434 | 2025.01.10 21:56:31.936495 [ 262 ] {7f8c6218-5d3e-4ac1-b55f-23d79bd9325e} <Debug> oximeter.measurements_cumulativef64 (fa8fb9b4-23d9-4abb-8cc2-e29b028640a0): Loading data parts | ||
| 435 | 2025.01.10 21:56:31.936694 [ 262 ] {7f8c6218-5d3e-4ac1-b55f-23d79bd9325e} <Debug> oximeter.measurements_cumulativef64 (fa8fb9b4-23d9-4abb-8cc2-e29b028640a0): There are no data parts | ||
| 436 | 2025.01.10 21:56:31.947319 [ 262 ] {7f8c6218-5d3e-4ac1-b55f-23d79bd9325e} <Debug> TCPHandler: Processed in 0.016390231 sec. | ||
| 437 | 2025.01.10 21:56:31.947551 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.01.10 21:56:31.947933 [ 258 ] {bd717116-994b-4a6d-986c-7d50e69e6b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.948028 [ 258 ] {bd717116-994b-4a6d-986c-7d50e69e6b5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 450 | 2025.01.10 21:56:31.952992 [ 258 ] {bd717116-994b-4a6d-986c-7d50e69e6b5f} <Debug> oximeter.measurements_histogrami8 (b2156c6f-4755-4160-bf69-00936c39049c): Loading data parts | ||
| 451 | 2025.01.10 21:56:31.953161 [ 258 ] {bd717116-994b-4a6d-986c-7d50e69e6b5f} <Debug> oximeter.measurements_histogrami8 (b2156c6f-4755-4160-bf69-00936c39049c): There are no data parts | ||
| 452 | 2025.01.10 21:56:31.961314 [ 258 ] {bd717116-994b-4a6d-986c-7d50e69e6b5f} <Debug> TCPHandler: Processed in 0.013833868 sec. | ||
| 453 | 2025.01.10 21:56:31.961560 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2025.01.10 21:56:31.961837 [ 262 ] {14301165-61fb-4b35-b4b0-613840160d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.961948 [ 262 ] {14301165-61fb-4b35-b4b0-613840160d9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 456 | 2025.01.10 21:56:31.964917 [ 262 ] {14301165-61fb-4b35-b4b0-613840160d9c} <Debug> oximeter.measurements_histogramu8 (ab3879b1-83cb-42c8-87d9-0fb58403030e): Loading data parts | ||
| 457 | 2025.01.10 21:56:31.965091 [ 262 ] {14301165-61fb-4b35-b4b0-613840160d9c} <Debug> oximeter.measurements_histogramu8 (ab3879b1-83cb-42c8-87d9-0fb58403030e): There are no data parts | ||
| 458 | 2025.01.10 21:56:31.969737 [ 262 ] {14301165-61fb-4b35-b4b0-613840160d9c} <Debug> TCPHandler: Processed in 0.008238577 sec. | ||
| 459 | 2025.01.10 21:56:31.969965 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2025.01.10 21:56:31.970326 [ 258 ] {7a2dd48f-187c-4e8b-adbc-3748410759ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:31.970426 [ 258 ] {7a2dd48f-187c-4e8b-adbc-3748410759ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 462 | 2025.01.10 21:56:31.983528 [ 258 ] {7a2dd48f-187c-4e8b-adbc-3748410759ba} <Debug> oximeter.measurements_histogrami16 (48ac7796-0e0e-4ba0-8b94-bf914bf91f4f): Loading data parts | ||
| 463 | 2025.01.10 21:56:31.983724 [ 258 ] {7a2dd48f-187c-4e8b-adbc-3748410759ba} <Debug> oximeter.measurements_histogrami16 (48ac7796-0e0e-4ba0-8b94-bf914bf91f4f): There are no data parts | ||
| 464 | 2025.01.10 21:56:31.990018 [ 258 ] {7a2dd48f-187c-4e8b-adbc-3748410759ba} <Debug> TCPHandler: Processed in 0.020119849 sec. | ||
| 465 | 2025.01.10 21:56:31.990275 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2025.01.10 21:56:31.990584 [ 262 ] {8bbfc004-a447-437b-b50c-fff08885b72d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:31.990670 [ 262 ] {8bbfc004-a447-437b-b50c-fff08885b72d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 468 | 2025.01.10 21:56:31.997944 [ 262 ] {8bbfc004-a447-437b-b50c-fff08885b72d} <Debug> oximeter.measurements_histogramu16 (ec1618e7-9236-4255-8a39-a0bde09041e7): Loading data parts | ||
| 469 | 2025.01.10 21:56:31.998245 [ 262 ] {8bbfc004-a447-437b-b50c-fff08885b72d} <Debug> oximeter.measurements_histogramu16 (ec1618e7-9236-4255-8a39-a0bde09041e7): There are no data parts | ||
| 470 | 2025.01.10 21:56:32.000143 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.93 MiB, peak 122.93 MiB, free memory in arenas 0.00 B, will set to 133.87 MiB (RSS), difference: 10.94 MiB | ||
| 471 | 2025.01.10 21:56:32.003288 [ 262 ] {8bbfc004-a447-437b-b50c-fff08885b72d} <Debug> TCPHandler: Processed in 0.013080076 sec. | ||
| 472 | 2025.01.10 21:56:32.003541 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.01.10 21:56:32.003819 [ 258 ] {a76630f3-7fdc-4a85-b071-c7a87502de9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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) | ||
| 474 | 2025.01.10 21:56:32.003915 [ 258 ] {a76630f3-7fdc-4a85-b071-c7a87502de9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2025.01.10 21:56:32.014434 [ 258 ] {a76630f3-7fdc-4a85-b071-c7a87502de9c} <Debug> oximeter.measurements_histogrami32 (aed05887-272f-4178-aa45-339ea6f850b4): Loading data parts | ||
| 476 | 2025.01.10 21:56:32.014625 [ 258 ] {a76630f3-7fdc-4a85-b071-c7a87502de9c} <Debug> oximeter.measurements_histogrami32 (aed05887-272f-4178-aa45-339ea6f850b4): There are no data parts | ||
| 477 | 2025.01.10 21:56:32.019111 [ 258 ] {a76630f3-7fdc-4a85-b071-c7a87502de9c} <Debug> TCPHandler: Processed in 0.015628639 sec. | ||
| 478 | 2025.01.10 21:56:32.019374 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.01.10 21:56:32.020028 [ 262 ] {d8fef577-1aeb-4208-812e-c8a43711ab7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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) | ||
| 480 | 2025.01.10 21:56:32.020114 [ 262 ] {d8fef577-1aeb-4208-812e-c8a43711ab7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2025.01.10 21:56:32.027612 [ 262 ] {d8fef577-1aeb-4208-812e-c8a43711ab7f} <Debug> oximeter.measurements_histogramu32 (62b73a21-a2b6-444e-bd5e-731c856bfdc4): Loading data parts | ||
| 482 | 2025.01.10 21:56:32.027796 [ 262 ] {d8fef577-1aeb-4208-812e-c8a43711ab7f} <Debug> oximeter.measurements_histogramu32 (62b73a21-a2b6-444e-bd5e-731c856bfdc4): There are no data parts | ||
| 483 | 2025.01.10 21:56:32.029768 [ 262 ] {d8fef577-1aeb-4208-812e-c8a43711ab7f} <Debug> TCPHandler: Processed in 0.010477051 sec. | ||
| 484 | 2025.01.10 21:56:32.030020 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2025.01.10 21:56:32.030296 [ 258 ] {e7acf452-8163-4f02-b46e-5c88104b4206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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) | ||
| 486 | 2025.01.10 21:56:32.030421 [ 258 ] {e7acf452-8163-4f02-b46e-5c88104b4206} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2025.01.10 21:56:32.035812 [ 258 ] {e7acf452-8163-4f02-b46e-5c88104b4206} <Debug> oximeter.measurements_histogrami64 (ca26964e-d274-4946-a7e0-9226b864019a): Loading data parts | ||
| 488 | 2025.01.10 21:56:32.036002 [ 258 ] {e7acf452-8163-4f02-b46e-5c88104b4206} <Debug> oximeter.measurements_histogrami64 (ca26964e-d274-4946-a7e0-9226b864019a): There are no data parts | ||
| 489 | 2025.01.10 21:56:32.037876 [ 258 ] {e7acf452-8163-4f02-b46e-5c88104b4206} <Debug> TCPHandler: Processed in 0.007913198 sec. | ||
| 490 | 2025.01.10 21:56:32.038085 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2025.01.10 21:56:32.038352 [ 262 ] {761e38a9-92bd-4910-8f92-8601e6f2cfec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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) | ||
| 492 | 2025.01.10 21:56:32.038448 [ 262 ] {761e38a9-92bd-4910-8f92-8601e6f2cfec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2025.01.10 21:56:32.046176 [ 262 ] {761e38a9-92bd-4910-8f92-8601e6f2cfec} <Debug> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Loading data parts | ||
| 494 | 2025.01.10 21:56:32.046359 [ 262 ] {761e38a9-92bd-4910-8f92-8601e6f2cfec} <Debug> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): There are no data parts | ||
| 495 | 2025.01.10 21:56:32.048544 [ 262 ] {761e38a9-92bd-4910-8f92-8601e6f2cfec} <Debug> TCPHandler: Processed in 0.010517893 sec. | ||
| 496 | 2025.01.10 21:56:32.048781 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2025.01.10 21:56:32.049051 [ 258 ] {afea283d-c9e2-42f9-bfff-e0d30f6bbd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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) | ||
| 498 | 2025.01.10 21:56:32.049143 [ 258 ] {afea283d-c9e2-42f9-bfff-e0d30f6bbd14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2025.01.10 21:56:32.054541 [ 258 ] {afea283d-c9e2-42f9-bfff-e0d30f6bbd14} <Debug> oximeter.measurements_histogramf32 (07059d0b-7d0e-4087-83bb-fc7d7e9dcade): Loading data parts | ||
| 500 | 2025.01.10 21:56:32.054717 [ 258 ] {afea283d-c9e2-42f9-bfff-e0d30f6bbd14} <Debug> oximeter.measurements_histogramf32 (07059d0b-7d0e-4087-83bb-fc7d7e9dcade): There are no data parts | ||
| 501 | 2025.01.10 21:56:32.056539 [ 258 ] {afea283d-c9e2-42f9-bfff-e0d30f6bbd14} <Debug> TCPHandler: Processed in 0.007813955 sec. | ||
| 502 | 2025.01.10 21:56:32.056749 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2025.01.10 21:56:32.057017 [ 262 ] {e5fe8557-2e9c-4852-ab91-baa88256493f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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) | ||
| 504 | 2025.01.10 21:56:32.057094 [ 262 ] {e5fe8557-2e9c-4852-ab91-baa88256493f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2025.01.10 21:56:32.062674 [ 262 ] {e5fe8557-2e9c-4852-ab91-baa88256493f} <Debug> oximeter.measurements_histogramf64 (f7ff7e99-4cd8-4ba2-a3ef-b0ac2eb0f755): Loading data parts | ||
| 506 | 2025.01.10 21:56:32.062843 [ 262 ] {e5fe8557-2e9c-4852-ab91-baa88256493f} <Debug> oximeter.measurements_histogramf64 (f7ff7e99-4cd8-4ba2-a3ef-b0ac2eb0f755): There are no data parts | ||
| 507 | 2025.01.10 21:56:32.069384 [ 262 ] {e5fe8557-2e9c-4852-ab91-baa88256493f} <Debug> TCPHandler: Processed in 0.012689325 sec. | ||
| 508 | 2025.01.10 21:56:32.069609 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2025.01.10 21:56:32.069813 [ 258 ] {74776ca6-77db-4c49-88b8-9b28fb7a6c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) /* The field tables store named dimensions of each timeseries. | ||
| 510 | * | ||
| 511 | * As with the measurement tables, there is one field table for each field data | ||
| 512 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 513 | * this behavior **must not** be relied upon for query correctness. | ||
| 514 | * | ||
| 515 | * The index for the fields differs from the measurements, however. Rows are | ||
| 516 | * sorted by timeseries name, then field name, field value, and finally | ||
| 517 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 518 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 519 | * usually then used to look up measurements. | ||
| 520 | * | ||
| 521 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 522 | * timeseries name and then key, since it would improve lookups where one | ||
| 523 | * already has the key. Realistically though, these tables are quite small and | ||
| 524 | * so performance benefits will be low in absolute terms. | ||
| 525 | * | ||
| 526 | * TTL: We use a materialized column to expire old field table records. This | ||
| 527 | * column is generated automatically by the database whenever a new row is | ||
| 528 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 529 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 530 | * record will remain during a deduplication, which will have the last | ||
| 531 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 532 | * measurement tables. | ||
| 533 | */ | ||
| 534 | 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) | ||
| 535 | 2025.01.10 21:56:32.069890 [ 258 ] {74776ca6-77db-4c49-88b8-9b28fb7a6c4b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 536 | 2025.01.10 21:56:32.075450 [ 258 ] {74776ca6-77db-4c49-88b8-9b28fb7a6c4b} <Debug> oximeter.fields_bool (4a1d53c3-41eb-4c82-8509-e0c3003e5200): Loading data parts | ||
| 537 | 2025.01.10 21:56:32.075629 [ 258 ] {74776ca6-77db-4c49-88b8-9b28fb7a6c4b} <Debug> oximeter.fields_bool (4a1d53c3-41eb-4c82-8509-e0c3003e5200): There are no data parts | ||
| 538 | 2025.01.10 21:56:32.077594 [ 258 ] {74776ca6-77db-4c49-88b8-9b28fb7a6c4b} <Debug> TCPHandler: Processed in 0.008041171 sec. | ||
| 539 | 2025.01.10 21:56:32.077824 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2025.01.10 21:56:32.078021 [ 262 ] {a46045ef-708f-4280-923c-12f2bcd22f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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) | ||
| 541 | 2025.01.10 21:56:32.078091 [ 262 ] {a46045ef-708f-4280-923c-12f2bcd22f35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 542 | 2025.01.10 21:56:32.087018 [ 262 ] {a46045ef-708f-4280-923c-12f2bcd22f35} <Debug> oximeter.fields_i8 (7ec7c080-669f-43d7-ad1b-3152c3b411ef): Loading data parts | ||
| 543 | 2025.01.10 21:56:32.087195 [ 262 ] {a46045ef-708f-4280-923c-12f2bcd22f35} <Debug> oximeter.fields_i8 (7ec7c080-669f-43d7-ad1b-3152c3b411ef): There are no data parts | ||
| 544 | 2025.01.10 21:56:32.091877 [ 262 ] {a46045ef-708f-4280-923c-12f2bcd22f35} <Debug> TCPHandler: Processed in 0.014113336 sec. | ||
| 545 | 2025.01.10 21:56:32.092106 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2025.01.10 21:56:32.092379 [ 258 ] {ff03a905-d079-4a88-ac0e-97f96706925c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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) | ||
| 547 | 2025.01.10 21:56:32.092455 [ 258 ] {ff03a905-d079-4a88-ac0e-97f96706925c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 548 | 2025.01.10 21:56:32.099727 [ 258 ] {ff03a905-d079-4a88-ac0e-97f96706925c} <Debug> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Loading data parts | ||
| 549 | 2025.01.10 21:56:32.099923 [ 258 ] {ff03a905-d079-4a88-ac0e-97f96706925c} <Debug> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): There are no data parts | ||
| 550 | 2025.01.10 21:56:32.104650 [ 258 ] {ff03a905-d079-4a88-ac0e-97f96706925c} <Debug> TCPHandler: Processed in 0.012611532 sec. | ||
| 551 | 2025.01.10 21:56:32.104869 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2025.01.10 21:56:32.105073 [ 262 ] {1a8924e8-15da-4650-84c9-e75ebdc48ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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) | ||
| 553 | 2025.01.10 21:56:32.105160 [ 262 ] {1a8924e8-15da-4650-84c9-e75ebdc48ad0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 554 | 2025.01.10 21:56:32.115073 [ 262 ] {1a8924e8-15da-4650-84c9-e75ebdc48ad0} <Debug> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Loading data parts | ||
| 555 | 2025.01.10 21:56:32.115262 [ 262 ] {1a8924e8-15da-4650-84c9-e75ebdc48ad0} <Debug> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): There are no data parts | ||
| 556 | 2025.01.10 21:56:32.120453 [ 262 ] {1a8924e8-15da-4650-84c9-e75ebdc48ad0} <Debug> TCPHandler: Processed in 0.01564697 sec. | ||
| 557 | 2025.01.10 21:56:32.120694 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2025.01.10 21:56:32.121025 [ 258 ] {33ae5464-fa27-4252-94f5-335e6dd78a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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) | ||
| 559 | 2025.01.10 21:56:32.121103 [ 258 ] {33ae5464-fa27-4252-94f5-335e6dd78a15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 560 | 2025.01.10 21:56:32.123585 [ 258 ] {33ae5464-fa27-4252-94f5-335e6dd78a15} <Debug> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Loading data parts | ||
| 561 | 2025.01.10 21:56:32.123760 [ 258 ] {33ae5464-fa27-4252-94f5-335e6dd78a15} <Debug> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): There are no data parts | ||
| 562 | 2025.01.10 21:56:32.128698 [ 258 ] {33ae5464-fa27-4252-94f5-335e6dd78a15} <Debug> TCPHandler: Processed in 0.008079282 sec. | ||
| 563 | 2025.01.10 21:56:32.128906 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2025.01.10 21:56:32.129099 [ 262 ] {3913ccea-b606-47f5-b1df-f83b89f4b30e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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) | ||
| 565 | 2025.01.10 21:56:32.129190 [ 262 ] {3913ccea-b606-47f5-b1df-f83b89f4b30e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 566 | 2025.01.10 21:56:32.142493 [ 262 ] {3913ccea-b606-47f5-b1df-f83b89f4b30e} <Debug> oximeter.fields_i32 (2fdcfad5-5b6e-416e-ae7e-c7c9669d8c08): Loading data parts | ||
| 567 | 2025.01.10 21:56:32.142808 [ 262 ] {3913ccea-b606-47f5-b1df-f83b89f4b30e} <Debug> oximeter.fields_i32 (2fdcfad5-5b6e-416e-ae7e-c7c9669d8c08): There are no data parts | ||
| 568 | 2025.01.10 21:56:32.148379 [ 262 ] {3913ccea-b606-47f5-b1df-f83b89f4b30e} <Debug> TCPHandler: Processed in 0.019526251 sec. | ||
| 569 | 2025.01.10 21:56:32.148710 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2025.01.10 21:56:32.148956 [ 258 ] {cdae20cc-afd2-47b9-868b-26446ce7f1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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) | ||
| 571 | 2025.01.10 21:56:32.149036 [ 258 ] {cdae20cc-afd2-47b9-868b-26446ce7f1a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 572 | 2025.01.10 21:56:32.157862 [ 258 ] {cdae20cc-afd2-47b9-868b-26446ce7f1a1} <Debug> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Loading data parts | ||
| 573 | 2025.01.10 21:56:32.158036 [ 258 ] {cdae20cc-afd2-47b9-868b-26446ce7f1a1} <Debug> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): There are no data parts | ||
| 574 | 2025.01.10 21:56:32.166433 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50200 | ||
| 575 | 2025.01.10 21:56:32.166579 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 576 | 2025.01.10 21:56:32.166609 [ 269 ] {} <Debug> TCP-Session: 36d5b1f8-66c4-40a1-9fd3-29414fa6377e Authenticating user 'default' from [fd00:1122:3344:101::e]:50200 | ||
| 577 | 2025.01.10 21:56:32.166731 [ 269 ] {} <Debug> TCP-Session: 36d5b1f8-66c4-40a1-9fd3-29414fa6377e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 578 | 2025.01.10 21:56:32.166745 [ 269 ] {} <Debug> TCP-Session: 36d5b1f8-66c4-40a1-9fd3-29414fa6377e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 579 | 2025.01.10 21:56:32.166819 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 580 | 2025.01.10 21:56:32.166871 [ 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 | ||
| 581 | 2025.01.10 21:56:32.166890 [ 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 | ||
| 582 | 2025.01.10 21:56:32.171224 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33759 | ||
| 583 | 2025.01.10 21:56:32.171304 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64614 | ||
| 584 | 2025.01.10 21:56:32.171428 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63579 | ||
| 585 | 2025.01.10 21:56:32.171431 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 586 | 2025.01.10 21:56:32.171631 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 587 | 2025.01.10 21:56:32.171643 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48934 | ||
| 588 | 2025.01.10 21:56:32.171708 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57631 | ||
| 589 | 2025.01.10 21:56:32.171677 [ 270 ] {} <Debug> TCP-Session: d5e11546-119c-4a23-9345-aca0e46881ac Authenticating user 'default' from [fd00:1122:3344:101::e]:33759 | ||
| 590 | 2025.01.10 21:56:32.171896 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 591 | 2025.01.10 21:56:32.171808 [ 271 ] {} <Debug> TCP-Session: 0ebd85b3-2844-4c1f-8c36-328f1c34a20d Authenticating user 'default' from [fd00:1122:3344:101::e]:64614 | ||
| 592 | 2025.01.10 21:56:32.172213 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 593 | 2025.01.10 21:56:32.172207 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 594 | 2025.01.10 21:56:32.172303 [ 270 ] {} <Debug> TCP-Session: d5e11546-119c-4a23-9345-aca0e46881ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 595 | 2025.01.10 21:56:32.172454 [ 271 ] {} <Debug> TCP-Session: 0ebd85b3-2844-4c1f-8c36-328f1c34a20d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 596 | 2025.01.10 21:56:32.172427 [ 274 ] {} <Debug> TCP-Session: 59a77aae-695c-4ce5-aa97-59176cdc8242 Authenticating user 'default' from [fd00:1122:3344:101::e]:57631 | ||
| 597 | 2025.01.10 21:56:32.172411 [ 273 ] {} <Debug> TCP-Session: 619c2635-dac0-41ff-8d13-61093002f14a Authenticating user 'default' from [fd00:1122:3344:101::e]:48934 | ||
| 598 | 2025.01.10 21:56:32.172551 [ 270 ] {} <Debug> TCP-Session: d5e11546-119c-4a23-9345-aca0e46881ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 599 | 2025.01.10 21:56:32.172252 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37674 | ||
| 600 | 2025.01.10 21:56:32.172575 [ 271 ] {} <Debug> TCP-Session: 0ebd85b3-2844-4c1f-8c36-328f1c34a20d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2025.01.10 21:56:32.172206 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52611 | ||
| 602 | 2025.01.10 21:56:32.172625 [ 274 ] {} <Debug> TCP-Session: 59a77aae-695c-4ce5-aa97-59176cdc8242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2025.01.10 21:56:32.172406 [ 272 ] {} <Debug> TCP-Session: eef45d71-55c2-4cd9-a22b-8a965d60acc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63579 | ||
| 604 | 2025.01.10 21:56:32.172939 [ 273 ] {} <Debug> TCP-Session: 619c2635-dac0-41ff-8d13-61093002f14a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.01.10 21:56:32.172966 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 606 | 2025.01.10 21:56:32.172977 [ 272 ] {} <Debug> TCP-Session: eef45d71-55c2-4cd9-a22b-8a965d60acc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2025.01.10 21:56:32.173065 [ 273 ] {} <Debug> TCP-Session: 619c2635-dac0-41ff-8d13-61093002f14a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.01.10 21:56:32.173202 [ 275 ] {} <Debug> TCP-Session: 28055e7a-9f4f-4d42-82ee-03c2f5fede4d Authenticating user 'default' from [fd00:1122:3344:101::e]:37674 | ||
| 609 | 2025.01.10 21:56:32.173312 [ 274 ] {} <Debug> TCP-Session: 59a77aae-695c-4ce5-aa97-59176cdc8242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 610 | 2025.01.10 21:56:32.173111 [ 272 ] {} <Debug> TCP-Session: eef45d71-55c2-4cd9-a22b-8a965d60acc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.01.10 21:56:32.173493 [ 258 ] {cdae20cc-afd2-47b9-868b-26446ce7f1a1} <Debug> TCPHandler: Processed in 0.024867206 sec. | ||
| 612 | 2025.01.10 21:56:32.173449 [ 275 ] {} <Debug> TCP-Session: 28055e7a-9f4f-4d42-82ee-03c2f5fede4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2025.01.10 21:56:32.173379 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 614 | 2025.01.10 21:56:32.173580 [ 275 ] {} <Debug> TCP-Session: 28055e7a-9f4f-4d42-82ee-03c2f5fede4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.01.10 21:56:32.173708 [ 276 ] {} <Debug> TCP-Session: a3416c22-5cd5-4102-b1a2-e3faf3a5a04c Authenticating user 'default' from [fd00:1122:3344:101::e]:52611 | ||
| 616 | 2025.01.10 21:56:32.173786 [ 276 ] {} <Debug> TCP-Session: a3416c22-5cd5-4102-b1a2-e3faf3a5a04c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.01.10 21:56:32.173795 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2025.01.10 21:56:32.173829 [ 276 ] {} <Debug> TCP-Session: a3416c22-5cd5-4102-b1a2-e3faf3a5a04c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.01.10 21:56:32.174122 [ 262 ] {417a8c0b-f07f-4a50-b6a0-9513eae6913a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 620 | 2025.01.10 21:56:32.174212 [ 262 ] {417a8c0b-f07f-4a50-b6a0-9513eae6913a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 621 | 2025.01.10 21:56:32.177728 [ 262 ] {417a8c0b-f07f-4a50-b6a0-9513eae6913a} <Debug> oximeter.fields_i64 (cd7dd895-a90a-412e-a3f1-7cfa67101b01): Loading data parts | ||
| 622 | 2025.01.10 21:56:32.177916 [ 262 ] {417a8c0b-f07f-4a50-b6a0-9513eae6913a} <Debug> oximeter.fields_i64 (cd7dd895-a90a-412e-a3f1-7cfa67101b01): There are no data parts | ||
| 623 | 2025.01.10 21:56:32.186077 [ 262 ] {417a8c0b-f07f-4a50-b6a0-9513eae6913a} <Debug> TCPHandler: Processed in 0.012381176 sec. | ||
| 624 | 2025.01.10 21:56:32.186293 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2025.01.10 21:56:32.186559 [ 258 ] {3f70ea85-33e1-4517-a67e-3c71a2075ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 626 | 2025.01.10 21:56:32.186645 [ 258 ] {3f70ea85-33e1-4517-a67e-3c71a2075ec5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 627 | 2025.01.10 21:56:32.189700 [ 258 ] {3f70ea85-33e1-4517-a67e-3c71a2075ec5} <Debug> oximeter.fields_u64 (3dd87a79-3eab-44d6-8fce-e1d092b41e51): Loading data parts | ||
| 628 | 2025.01.10 21:56:32.189875 [ 258 ] {3f70ea85-33e1-4517-a67e-3c71a2075ec5} <Debug> oximeter.fields_u64 (3dd87a79-3eab-44d6-8fce-e1d092b41e51): There are no data parts | ||
| 629 | 2025.01.10 21:56:32.194389 [ 258 ] {3f70ea85-33e1-4517-a67e-3c71a2075ec5} <Debug> TCPHandler: Processed in 0.008158145 sec. | ||
| 630 | 2025.01.10 21:56:32.194605 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2025.01.10 21:56:32.194847 [ 262 ] {01f86aec-0034-4632-aa6d-93667e3458a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 632 | 2025.01.10 21:56:32.194949 [ 262 ] {01f86aec-0034-4632-aa6d-93667e3458a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 633 | 2025.01.10 21:56:32.204616 [ 262 ] {01f86aec-0034-4632-aa6d-93667e3458a7} <Debug> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Loading data parts | ||
| 634 | 2025.01.10 21:56:32.204810 [ 262 ] {01f86aec-0034-4632-aa6d-93667e3458a7} <Debug> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): There are no data parts | ||
| 635 | 2025.01.10 21:56:32.217671 [ 262 ] {01f86aec-0034-4632-aa6d-93667e3458a7} <Debug> TCPHandler: Processed in 0.023129095 sec. | ||
| 636 | 2025.01.10 21:56:32.217899 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 637 | 2025.01.10 21:56:32.218185 [ 258 ] {3623c0d7-2f24-471f-9ff3-04ac9e6bd9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 638 | 2025.01.10 21:56:32.218279 [ 258 ] {3623c0d7-2f24-471f-9ff3-04ac9e6bd9bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 639 | 2025.01.10 21:56:32.232823 [ 258 ] {3623c0d7-2f24-471f-9ff3-04ac9e6bd9bb} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Loading data parts | ||
| 640 | 2025.01.10 21:56:32.233029 [ 258 ] {3623c0d7-2f24-471f-9ff3-04ac9e6bd9bb} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): There are no data parts | ||
| 641 | 2025.01.10 21:56:32.238575 [ 258 ] {3623c0d7-2f24-471f-9ff3-04ac9e6bd9bb} <Debug> TCPHandler: Processed in 0.020737756 sec. | ||
| 642 | 2025.01.10 21:56:32.238830 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2025.01.10 21:56:32.239068 [ 262 ] {e3a0d516-6872-488a-b72a-3ca64e2fc0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 644 | 2025.01.10 21:56:32.239243 [ 262 ] {e3a0d516-6872-488a-b72a-3ca64e2fc0e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 645 | 2025.01.10 21:56:32.246404 [ 262 ] {e3a0d516-6872-488a-b72a-3ca64e2fc0e9} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Loading data parts | ||
| 646 | 2025.01.10 21:56:32.246591 [ 262 ] {e3a0d516-6872-488a-b72a-3ca64e2fc0e9} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): There are no data parts | ||
| 647 | 2025.01.10 21:56:32.251489 [ 262 ] {e3a0d516-6872-488a-b72a-3ca64e2fc0e9} <Debug> TCPHandler: Processed in 0.012730706 sec. | ||
| 648 | 2025.01.10 21:56:32.251760 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 649 | 2025.01.10 21:56:32.252113 [ 258 ] {4bfcbb9a-c862-4708-9285-e220a671e30e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) /* The timeseries schema table stores the extracted schema for the samples | ||
| 650 | * oximeter collects. | ||
| 651 | */ | ||
| 652 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 653 | 2025.01.10 21:56:32.252226 [ 258 ] {4bfcbb9a-c862-4708-9285-e220a671e30e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 654 | 2025.01.10 21:56:32.262062 [ 258 ] {4bfcbb9a-c862-4708-9285-e220a671e30e} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Loading data parts | ||
| 655 | 2025.01.10 21:56:32.262284 [ 258 ] {4bfcbb9a-c862-4708-9285-e220a671e30e} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): There are no data parts | ||
| 656 | 2025.01.10 21:56:32.267329 [ 258 ] {4bfcbb9a-c862-4708-9285-e220a671e30e} <Debug> TCPHandler: Processed in 0.01563123 sec. | ||
| 657 | 2025.01.10 21:56:32.267573 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 658 | 2025.01.10 21:56:32.267884 [ 262 ] {a7884ff1-5b9d-48a9-90dd-b9a9f2fd00ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 659 | 2025.01.10 21:56:32.269273 [ 262 ] {a7884ff1-5b9d-48a9-90dd-b9a9f2fd00ad} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 660 | 2025.01.10 21:56:32.278934 [ 268 ] {a7884ff1-5b9d-48a9-90dd-b9a9f2fd00ad} <Trace> oximeter.version (912dc5f5-e6d7-48f1-be91-30302a228e65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 661 | 2025.01.10 21:56:32.279001 [ 268 ] {a7884ff1-5b9d-48a9-90dd-b9a9f2fd00ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 662 | 2025.01.10 21:56:32.283775 [ 268 ] {a7884ff1-5b9d-48a9-90dd-b9a9f2fd00ad} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2025.01.10 21:56:32.284180 [ 268 ] {a7884ff1-5b9d-48a9-90dd-b9a9f2fd00ad} <Trace> oximeter.version (912dc5f5-e6d7-48f1-be91-30302a228e65): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 664 | 2025.01.10 21:56:32.284521 [ 262 ] {a7884ff1-5b9d-48a9-90dd-b9a9f2fd00ad} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016718 sec., 59.815767436296206 rows/sec., 957.05 B/sec. | ||
| 665 | 2025.01.10 21:56:32.284830 [ 262 ] {a7884ff1-5b9d-48a9-90dd-b9a9f2fd00ad} <Debug> TCPHandler: Processed in 0.017308048 sec. | ||
| 666 | 2025.01.10 21:56:32.339818 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42066 | ||
| 667 | 2025.01.10 21:56:32.339950 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2025.01.10 21:56:32.339979 [ 277 ] {} <Debug> TCP-Session: 5ccb709f-e52c-434d-ac40-bca118b76d1a Authenticating user 'default' from [fd00:1122:3344:101::c]:42066 | ||
| 669 | 2025.01.10 21:56:32.340004 [ 277 ] {} <Debug> TCP-Session: 5ccb709f-e52c-434d-ac40-bca118b76d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2025.01.10 21:56:32.340067 [ 277 ] {} <Debug> TCP-Session: 5ccb709f-e52c-434d-ac40-bca118b76d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.10 21:56:32.340121 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2025.01.10 21:56:32.340147 [ 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.10 21:56:32.340198 [ 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.10 21:56:32.341177 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33244 | ||
| 675 | 2025.01.10 21:56:32.341330 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 676 | 2025.01.10 21:56:32.341341 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59442 | ||
| 677 | 2025.01.10 21:56:32.341368 [ 278 ] {} <Debug> TCP-Session: 675da33c-262e-43e7-82a3-79d2ba71fbed Authenticating user 'default' from [fd00:1122:3344:101::c]:33244 | ||
| 678 | 2025.01.10 21:56:32.341437 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63310 | ||
| 679 | 2025.01.10 21:56:32.341497 [ 278 ] {} <Debug> TCP-Session: 675da33c-262e-43e7-82a3-79d2ba71fbed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2025.01.10 21:56:32.341537 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46169 | ||
| 681 | 2025.01.10 21:56:32.341779 [ 278 ] {} <Debug> TCP-Session: 675da33c-262e-43e7-82a3-79d2ba71fbed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2025.01.10 21:56:32.341792 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56865 | ||
| 683 | 2025.01.10 21:56:32.341797 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.01.10 21:56:32.341816 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2025.01.10 21:56:32.342092 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2025.01.10 21:56:32.342100 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.01.10 21:56:32.342134 [ 280 ] {} <Debug> TCP-Session: ce65ed52-c72e-4e8c-82c0-f87e020ad1a2 Authenticating user 'default' from [fd00:1122:3344:101::c]:63310 | ||
| 688 | 2025.01.10 21:56:32.342138 [ 279 ] {} <Debug> TCP-Session: c6af69eb-7c39-4dfc-8819-570b0e76bcaa Authenticating user 'default' from [fd00:1122:3344:101::c]:59442 | ||
| 689 | 2025.01.10 21:56:32.342185 [ 281 ] {} <Debug> TCP-Session: cf1ae357-b048-479c-a0ad-e26c52a35dd2 Authenticating user 'default' from [fd00:1122:3344:101::c]:46169 | ||
| 690 | 2025.01.10 21:56:32.342225 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61445 | ||
| 691 | 2025.01.10 21:56:32.342220 [ 282 ] {} <Debug> TCP-Session: ab754f6b-0039-408b-a71d-d2113afbdfcf Authenticating user 'default' from [fd00:1122:3344:101::c]:56865 | ||
| 692 | 2025.01.10 21:56:32.342269 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49058 | ||
| 693 | 2025.01.10 21:56:32.342278 [ 280 ] {} <Debug> TCP-Session: ce65ed52-c72e-4e8c-82c0-f87e020ad1a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.01.10 21:56:32.342312 [ 281 ] {} <Debug> TCP-Session: cf1ae357-b048-479c-a0ad-e26c52a35dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.01.10 21:56:32.342347 [ 279 ] {} <Debug> TCP-Session: c6af69eb-7c39-4dfc-8819-570b0e76bcaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.01.10 21:56:32.342588 [ 281 ] {} <Debug> TCP-Session: cf1ae357-b048-479c-a0ad-e26c52a35dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.01.10 21:56:32.342400 [ 280 ] {} <Debug> TCP-Session: ce65ed52-c72e-4e8c-82c0-f87e020ad1a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.01.10 21:56:32.342595 [ 279 ] {} <Debug> TCP-Session: c6af69eb-7c39-4dfc-8819-570b0e76bcaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.01.10 21:56:32.342638 [ 282 ] {} <Debug> TCP-Session: ab754f6b-0039-408b-a71d-d2113afbdfcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.01.10 21:56:32.342687 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 701 | 2025.01.10 21:56:32.342672 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 702 | 2025.01.10 21:56:32.342819 [ 282 ] {} <Debug> TCP-Session: ab754f6b-0039-408b-a71d-d2113afbdfcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.01.10 21:56:32.342851 [ 284 ] {} <Debug> TCP-Session: 30c502d5-575f-476d-a874-7114b3071bd7 Authenticating user 'default' from [fd00:1122:3344:101::c]:61445 | ||
| 704 | 2025.01.10 21:56:32.342884 [ 283 ] {} <Debug> TCP-Session: fdde6ec7-3216-4bc6-9b63-00c3c0e64a02 Authenticating user 'default' from [fd00:1122:3344:101::c]:49058 | ||
| 705 | 2025.01.10 21:56:32.342958 [ 284 ] {} <Debug> TCP-Session: 30c502d5-575f-476d-a874-7114b3071bd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.01.10 21:56:32.342968 [ 283 ] {} <Debug> TCP-Session: fdde6ec7-3216-4bc6-9b63-00c3c0e64a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.01.10 21:56:32.342990 [ 284 ] {} <Debug> TCP-Session: 30c502d5-575f-476d-a874-7114b3071bd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.01.10 21:56:32.343071 [ 283 ] {} <Debug> TCP-Session: fdde6ec7-3216-4bc6-9b63-00c3c0e64a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.10 21:56:32.873797 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57184 | ||
| 710 | 2025.01.10 21:56:32.873998 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 711 | 2025.01.10 21:56:32.874026 [ 285 ] {} <Debug> TCP-Session: 161dd674-8d8e-4ff1-bd7f-582684bd8f8f Authenticating user 'default' from [fd00:1122:3344:101::a]:57184 | ||
| 712 | 2025.01.10 21:56:32.874049 [ 285 ] {} <Debug> TCP-Session: 161dd674-8d8e-4ff1-bd7f-582684bd8f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2025.01.10 21:56:32.874088 [ 285 ] {} <Debug> TCP-Session: 161dd674-8d8e-4ff1-bd7f-582684bd8f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.10 21:56:32.874159 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 715 | 2025.01.10 21:56:32.874185 [ 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.10 21:56:32.874228 [ 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.10 21:56:32.875180 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47467 | ||
| 718 | 2025.01.10 21:56:32.875456 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60853 | ||
| 719 | 2025.01.10 21:56:32.875466 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 720 | 2025.01.10 21:56:32.875552 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56310 | ||
| 721 | 2025.01.10 21:56:32.875576 [ 286 ] {} <Debug> TCP-Session: 66e86f73-122c-4b6c-8345-de8259adcf77 Authenticating user 'default' from [fd00:1122:3344:101::a]:47467 | ||
| 722 | 2025.01.10 21:56:32.875760 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41051 | ||
| 723 | 2025.01.10 21:56:32.875789 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 724 | 2025.01.10 21:56:32.875760 [ 286 ] {} <Debug> TCP-Session: 66e86f73-122c-4b6c-8345-de8259adcf77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2025.01.10 21:56:32.875931 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65099 | ||
| 726 | 2025.01.10 21:56:32.875946 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 727 | 2025.01.10 21:56:32.875972 [ 287 ] {} <Debug> TCP-Session: eca0ed8e-aa2d-4999-9e82-16150290ad4b Authenticating user 'default' from [fd00:1122:3344:101::a]:60853 | ||
| 728 | 2025.01.10 21:56:32.876036 [ 288 ] {} <Debug> TCP-Session: 4b712d2d-1cf8-4d47-a1a5-583d8e6bc890 Authenticating user 'default' from [fd00:1122:3344:101::a]:56310 | ||
| 729 | 2025.01.10 21:56:32.876005 [ 286 ] {} <Debug> TCP-Session: 66e86f73-122c-4b6c-8345-de8259adcf77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2025.01.10 21:56:32.876210 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43854 | ||
| 731 | 2025.01.10 21:56:32.876414 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 732 | 2025.01.10 21:56:32.876419 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64120 | ||
| 733 | 2025.01.10 21:56:32.876537 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 734 | 2025.01.10 21:56:32.876668 [ 290 ] {} <Debug> TCP-Session: 3fdd72c1-7b7e-4be9-a268-31be7081047f Authenticating user 'default' from [fd00:1122:3344:101::a]:65099 | ||
| 735 | 2025.01.10 21:56:32.876553 [ 287 ] {} <Debug> TCP-Session: eca0ed8e-aa2d-4999-9e82-16150290ad4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.01.10 21:56:32.876684 [ 289 ] {} <Debug> TCP-Session: 1086a4ea-48c7-4971-b455-799f62b04a7c Authenticating user 'default' from [fd00:1122:3344:101::a]:41051 | ||
| 737 | 2025.01.10 21:56:32.876759 [ 288 ] {} <Debug> TCP-Session: 4b712d2d-1cf8-4d47-a1a5-583d8e6bc890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2025.01.10 21:56:32.876926 [ 290 ] {} <Debug> TCP-Session: 3fdd72c1-7b7e-4be9-a268-31be7081047f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2025.01.10 21:56:32.876956 [ 289 ] {} <Debug> TCP-Session: 1086a4ea-48c7-4971-b455-799f62b04a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2025.01.10 21:56:32.876979 [ 288 ] {} <Debug> TCP-Session: 4b712d2d-1cf8-4d47-a1a5-583d8e6bc890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.10 21:56:32.877021 [ 290 ] {} <Debug> TCP-Session: 3fdd72c1-7b7e-4be9-a268-31be7081047f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2025.01.10 21:56:32.877023 [ 289 ] {} <Debug> TCP-Session: 1086a4ea-48c7-4971-b455-799f62b04a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2025.01.10 21:56:32.876983 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 744 | 2025.01.10 21:56:32.877057 [ 287 ] {} <Debug> TCP-Session: eca0ed8e-aa2d-4999-9e82-16150290ad4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2025.01.10 21:56:32.877200 [ 292 ] {} <Debug> TCP-Session: b95831bb-5b0c-4848-9dc2-eec9ac7e1088 Authenticating user 'default' from [fd00:1122:3344:101::a]:64120 | ||
| 746 | 2025.01.10 21:56:32.877275 [ 292 ] {} <Debug> TCP-Session: b95831bb-5b0c-4848-9dc2-eec9ac7e1088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 747 | 2025.01.10 21:56:32.877328 [ 292 ] {} <Debug> TCP-Session: b95831bb-5b0c-4848-9dc2-eec9ac7e1088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.01.10 21:56:32.878138 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 749 | 2025.01.10 21:56:32.878179 [ 291 ] {} <Debug> TCP-Session: be443765-a1f4-479f-a3f7-9faa7aee73b1 Authenticating user 'default' from [fd00:1122:3344:101::a]:43854 | ||
| 750 | 2025.01.10 21:56:32.878198 [ 291 ] {} <Debug> TCP-Session: be443765-a1f4-479f-a3f7-9faa7aee73b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2025.01.10 21:56:32.878240 [ 291 ] {} <Debug> TCP-Session: be443765-a1f4-479f-a3f7-9faa7aee73b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.10 21:56:33.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.63 MiB, peak 135.63 MiB, free memory in arenas 0.00 B, will set to 140.59 MiB (RSS), difference: 4.96 MiB | ||
| 753 | 2025.01.10 21:56:38.456925 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.10 21:56:38.456962 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 755 | 2025.01.10 21:56:38.457036 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.10 21:56:38.457125 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.10 21:56:38.467093 [ 244 ] {} <Debug> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Loading data parts | ||
| 758 | 2025.01.10 21:56:38.467575 [ 244 ] {} <Debug> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): There are no data parts | ||
| 759 | 2025.01.10 21:56:38.475208 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.10 21:56:38.475288 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 761 | 2025.01.10 21:56:38.478556 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.10 21:56:38.479478 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): 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.10 21:56:38.480141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 764 | 2025.01.10 21:56:38.486336 [ 242 ] {} <Debug> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Loading data parts | ||
| 765 | 2025.01.10 21:56:38.486526 [ 242 ] {} <Debug> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): There are no data parts | ||
| 766 | 2025.01.10 21:56:38.512354 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.10 21:56:38.512400 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 768 | 2025.01.10 21:56:38.519950 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.10 21:56:38.521177 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): 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.10 21:56:38.523641 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.10 21:56:39.001152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.61 MiB, peak 149.61 MiB, free memory in arenas 0.00 B, will set to 150.40 MiB (RSS), difference: 4.79 MiB | ||
| 772 | 2025.01.10 21:56:40.956873 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.10 21:56:40.956977 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.10 21:56:40.962454 [ 243 ] {} <Debug> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Loading data parts | ||
| 775 | 2025.01.10 21:56:40.962644 [ 243 ] {} <Debug> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): There are no data parts | ||
| 776 | 2025.01.10 21:56:40.974002 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.10 21:56:40.974045 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 778 | 2025.01.10 21:56:40.975856 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.10 21:56:40.976444 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): 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.10 21:56:40.976927 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.10 21:56:41.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.58 MiB, peak 154.58 MiB, free memory in arenas 0.00 B, will set to 150.86 MiB (RSS), difference: -3.72 MiB | ||
| 782 | 2025.01.10 21:56:45.871673 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.10 21:56:45.871739 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.10 21:56:45.981161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 915 | ||
| 785 | 2025.01.10 21:56:45.982014 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.10 21:56:45.982056 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 787 | 2025.01.10 21:56:45.982778 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.10 21:56:45.983305 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): 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.10 21:56:45.983519 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 915 | ||
| 790 | 2025.01.10 21:56:46.024638 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.10 21:56:46.046159 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.10 21:56:46.046210 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 793 | 2025.01.10 21:56:46.052976 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.10 21:56:46.054111 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): 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.10 21:56:46.056431 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.10 21:56:47.001154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.61 MiB, peak 155.61 MiB, free memory in arenas 0.00 B, will set to 153.82 MiB (RSS), difference: 2.21 MiB | ||
| 797 | 2025.01.10 21:56:51.000253 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.83 MiB, peak 155.61 MiB, free memory in arenas 0.00 B, will set to 153.84 MiB (RSS), difference: 4.02 MiB | ||
| 798 | 2025.01.10 21:56:52.292946 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.10 21:56:52.293146 [ 258 ] {9de70bf0-c423-4b6e-b912-66dffea21e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.10 21:56:52.293536 [ 258 ] {9de70bf0-c423-4b6e-b912-66dffea21e6b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.10 21:56:52.293774 [ 258 ] {9de70bf0-c423-4b6e-b912-66dffea21e6b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.10 21:56:52.294539 [ 258 ] {9de70bf0-c423-4b6e-b912-66dffea21e6b} <Debug> TCPHandler: Processed in 0.00172307 sec. | ||
| 803 | 2025.01.10 21:56:52.295646 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.10 21:56:52.295795 [ 262 ] {672e896c-ff61-4e24-8506-b7856eeaba53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.10 21:56:52.297555 [ 262 ] {672e896c-ff61-4e24-8506-b7856eeaba53} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.10 21:56:52.297612 [ 262 ] {672e896c-ff61-4e24-8506-b7856eeaba53} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.10 21:56:52.298197 [ 262 ] {672e896c-ff61-4e24-8506-b7856eeaba53} <Debug> TCPHandler: Processed in 0.002613945 sec. | ||
| 808 | 2025.01.10 21:56:52.298480 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.10 21:56:52.298621 [ 258 ] {8ea6e9f9-c5d8-434f-837b-8180c4d05ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:52.298968 [ 258 ] {8ea6e9f9-c5d8-434f-837b-8180c4d05ed7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.10 21:56:52.299021 [ 258 ] {8ea6e9f9-c5d8-434f-837b-8180c4d05ed7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.10 21:56:52.299509 [ 258 ] {8ea6e9f9-c5d8-434f-837b-8180c4d05ed7} <Debug> TCPHandler: Processed in 0.001088072 sec. | ||
| 813 | 2025.01.10 21:56:52.299860 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.10 21:56:52.299995 [ 262 ] {c91dbbbb-b103-42c4-8341-2012b91b1514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:52.300304 [ 262 ] {c91dbbbb-b103-42c4-8341-2012b91b1514} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.10 21:56:52.300357 [ 262 ] {c91dbbbb-b103-42c4-8341-2012b91b1514} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.10 21:56:52.300834 [ 262 ] {c91dbbbb-b103-42c4-8341-2012b91b1514} <Debug> TCPHandler: Processed in 0.00103329 sec. | ||
| 818 | 2025.01.10 21:56:52.301160 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.10 21:56:52.301296 [ 258 ] {abb5e68f-9b58-42ca-99d9-859f39870176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:52.301620 [ 258 ] {abb5e68f-9b58-42ca-99d9-859f39870176} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.10 21:56:52.301672 [ 258 ] {abb5e68f-9b58-42ca-99d9-859f39870176} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.01.10 21:56:52.302136 [ 258 ] {abb5e68f-9b58-42ca-99d9-859f39870176} <Debug> TCPHandler: Processed in 0.00103553 sec. | ||
| 823 | 2025.01.10 21:56:52.302404 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.01.10 21:56:52.302540 [ 262 ] {34907937-703e-478d-ab6b-6b2fab961544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:52.302866 [ 262 ] {34907937-703e-478d-ab6b-6b2fab961544} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.01.10 21:56:52.302919 [ 262 ] {34907937-703e-478d-ab6b-6b2fab961544} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.01.10 21:56:52.303396 [ 262 ] {34907937-703e-478d-ab6b-6b2fab961544} <Debug> TCPHandler: Processed in 0.00104642 sec. | ||
| 828 | 2025.01.10 21:56:52.303674 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.01.10 21:56:52.303811 [ 258 ] {a07aedfa-05d0-4a68-9312-93004c69d30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:52.304132 [ 258 ] {a07aedfa-05d0-4a68-9312-93004c69d30f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.01.10 21:56:52.304185 [ 258 ] {a07aedfa-05d0-4a68-9312-93004c69d30f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.01.10 21:56:52.304663 [ 258 ] {a07aedfa-05d0-4a68-9312-93004c69d30f} <Debug> TCPHandler: Processed in 0.00104691 sec. | ||
| 833 | 2025.01.10 21:56:52.304897 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.01.10 21:56:52.305034 [ 262 ] {2089d016-0d27-449f-850b-86efc10cf451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:52.305362 [ 262 ] {2089d016-0d27-449f-850b-86efc10cf451} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.01.10 21:56:52.305416 [ 262 ] {2089d016-0d27-449f-850b-86efc10cf451} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.01.10 21:56:52.305893 [ 262 ] {2089d016-0d27-449f-850b-86efc10cf451} <Debug> TCPHandler: Processed in 0.00105568 sec. | ||
| 838 | 2025.01.10 21:56:52.306144 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.01.10 21:56:52.306284 [ 258 ] {a1d80e91-0be5-4cc2-ab68-cfbe28ed2346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:52.306614 [ 258 ] {a1d80e91-0be5-4cc2-ab68-cfbe28ed2346} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.01.10 21:56:52.306666 [ 258 ] {a1d80e91-0be5-4cc2-ab68-cfbe28ed2346} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.01.10 21:56:52.307143 [ 258 ] {a1d80e91-0be5-4cc2-ab68-cfbe28ed2346} <Debug> TCPHandler: Processed in 0.00105889 sec. | ||
| 843 | 2025.01.10 21:56:52.307397 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.01.10 21:56:52.307550 [ 262 ] {f5108089-714c-4b04-ac53-23803a4dd86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:52.307926 [ 262 ] {f5108089-714c-4b04-ac53-23803a4dd86f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.01.10 21:56:52.307985 [ 262 ] {f5108089-714c-4b04-ac53-23803a4dd86f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.01.10 21:56:52.308497 [ 262 ] {f5108089-714c-4b04-ac53-23803a4dd86f} <Debug> TCPHandler: Processed in 0.001153073 sec. | ||
| 848 | 2025.01.10 21:56:52.308785 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.01.10 21:56:52.308943 [ 258 ] {38e51915-0b69-4435-aef2-1ef850987818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:52.309302 [ 258 ] {38e51915-0b69-4435-aef2-1ef850987818} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.01.10 21:56:52.309356 [ 258 ] {38e51915-0b69-4435-aef2-1ef850987818} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.01.10 21:56:52.309864 [ 258 ] {38e51915-0b69-4435-aef2-1ef850987818} <Debug> TCPHandler: Processed in 0.001132593 sec. | ||
| 853 | 2025.01.10 21:56:52.310133 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.01.10 21:56:52.310283 [ 262 ] {e3e51be8-9062-41b0-9fc7-10aba911cc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:52.310635 [ 262 ] {e3e51be8-9062-41b0-9fc7-10aba911cc38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.01.10 21:56:52.310689 [ 262 ] {e3e51be8-9062-41b0-9fc7-10aba911cc38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.01.10 21:56:52.311190 [ 262 ] {e3e51be8-9062-41b0-9fc7-10aba911cc38} <Debug> TCPHandler: Processed in 0.001106612 sec. | ||
| 858 | 2025.01.10 21:56:52.311467 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.01.10 21:56:52.311616 [ 258 ] {38e09879-3790-453d-bd56-b91cb28556b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:56:52.311980 [ 258 ] {38e09879-3790-453d-bd56-b91cb28556b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.01.10 21:56:52.312035 [ 258 ] {38e09879-3790-453d-bd56-b91cb28556b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2025.01.10 21:56:52.312542 [ 258 ] {38e09879-3790-453d-bd56-b91cb28556b8} <Debug> TCPHandler: Processed in 0.001126573 sec. | ||
| 863 | 2025.01.10 21:56:52.312820 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.10 21:56:52.312967 [ 262 ] {e4350e89-6fa5-469b-be84-bfeb2d418886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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.10 21:56:52.313387 [ 262 ] {e4350e89-6fa5-469b-be84-bfeb2d418886} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2025.01.10 21:56:52.313452 [ 262 ] {e4350e89-6fa5-469b-be84-bfeb2d418886} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2025.01.10 21:56:52.314025 [ 262 ] {e4350e89-6fa5-469b-be84-bfeb2d418886} <Debug> TCPHandler: Processed in 0.001255006 sec. | ||
| 868 | 2025.01.10 21:56:52.317693 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.01.10 21:56:52.317812 [ 258 ] {11d3f910-f901-4848-a7e6-8fe1d93aa8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 870 | 2025.01.10 21:56:52.317861 [ 258 ] {11d3f910-f901-4848-a7e6-8fe1d93aa8e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2025.01.10 21:56:52.318583 [ 258 ] {11d3f910-f901-4848-a7e6-8fe1d93aa8e0} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.01.10 21:56:52.318636 [ 258 ] {11d3f910-f901-4848-a7e6-8fe1d93aa8e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 873 | 2025.01.10 21:56:52.319318 [ 258 ] {11d3f910-f901-4848-a7e6-8fe1d93aa8e0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.01.10 21:56:52.319774 [ 258 ] {11d3f910-f901-4848-a7e6-8fe1d93aa8e0} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): 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.10 21:56:52.320012 [ 258 ] {11d3f910-f901-4848-a7e6-8fe1d93aa8e0} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002232 sec., 6272.401433691756 rows/sec., 900.00 KiB/sec. | ||
| 876 | 2025.01.10 21:56:52.320068 [ 258 ] {11d3f910-f901-4848-a7e6-8fe1d93aa8e0} <Debug> TCPHandler: Processed in 0.00242699 sec. | ||
| 877 | 2025.01.10 21:56:52.320222 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.01.10 21:56:52.320338 [ 262 ] {6fb999ae-813a-4334-84bc-9c21cae5b42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 879 | 2025.01.10 21:56:52.320390 [ 262 ] {6fb999ae-813a-4334-84bc-9c21cae5b42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 880 | 2025.01.10 21:56:52.321720 [ 262 ] {6fb999ae-813a-4334-84bc-9c21cae5b42b} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.01.10 21:56:52.321758 [ 262 ] {6fb999ae-813a-4334-84bc-9c21cae5b42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 882 | 2025.01.10 21:56:52.322272 [ 262 ] {6fb999ae-813a-4334-84bc-9c21cae5b42b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.01.10 21:56:52.322831 [ 262 ] {6fb999ae-813a-4334-84bc-9c21cae5b42b} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): 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.10 21:56:52.323057 [ 262 ] {6fb999ae-813a-4334-84bc-9c21cae5b42b} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002745 sec., 9471.766848816029 rows/sec., 721.13 KiB/sec. | ||
| 885 | 2025.01.10 21:56:52.323110 [ 262 ] {6fb999ae-813a-4334-84bc-9c21cae5b42b} <Debug> TCPHandler: Processed in 0.002941595 sec. | ||
| 886 | 2025.01.10 21:56:52.323274 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 887 | 2025.01.10 21:56:52.323404 [ 258 ] {e805b96a-9502-4aea-aecb-07a0c6663e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 888 | 2025.01.10 21:56:52.323460 [ 258 ] {e805b96a-9502-4aea-aecb-07a0c6663e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 889 | 2025.01.10 21:56:52.324101 [ 258 ] {e805b96a-9502-4aea-aecb-07a0c6663e4a} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2025.01.10 21:56:52.324140 [ 258 ] {e805b96a-9502-4aea-aecb-07a0c6663e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 891 | 2025.01.10 21:56:52.324629 [ 258 ] {e805b96a-9502-4aea-aecb-07a0c6663e4a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 892 | 2025.01.10 21:56:52.325143 [ 258 ] {e805b96a-9502-4aea-aecb-07a0c6663e4a} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): 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.10 21:56:52.325402 [ 258 ] {e805b96a-9502-4aea-aecb-07a0c6663e4a} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002016 sec., 13888.888888888889 rows/sec., 1.08 MiB/sec. | ||
| 894 | 2025.01.10 21:56:52.325526 [ 258 ] {e805b96a-9502-4aea-aecb-07a0c6663e4a} <Debug> TCPHandler: Processed in 0.002315346 sec. | ||
| 895 | 2025.01.10 21:56:52.325698 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2025.01.10 21:56:52.325810 [ 262 ] {7744924f-efc3-4c56-9aaa-c59f10ac65e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 897 | 2025.01.10 21:56:52.325861 [ 262 ] {7744924f-efc3-4c56-9aaa-c59f10ac65e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 898 | 2025.01.10 21:56:52.327059 [ 262 ] {7744924f-efc3-4c56-9aaa-c59f10ac65e9} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 899 | 2025.01.10 21:56:52.327097 [ 262 ] {7744924f-efc3-4c56-9aaa-c59f10ac65e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 900 | 2025.01.10 21:56:52.327702 [ 262 ] {7744924f-efc3-4c56-9aaa-c59f10ac65e9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 901 | 2025.01.10 21:56:52.328208 [ 262 ] {7744924f-efc3-4c56-9aaa-c59f10ac65e9} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): 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.10 21:56:52.328424 [ 262 ] {7744924f-efc3-4c56-9aaa-c59f10ac65e9} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.002636 sec., 30349.013657056148 rows/sec., 2.10 MiB/sec. | ||
| 903 | 2025.01.10 21:56:52.328480 [ 262 ] {7744924f-efc3-4c56-9aaa-c59f10ac65e9} <Debug> TCPHandler: Processed in 0.002834391 sec. | ||
| 904 | 2025.01.10 21:56:52.328641 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2025.01.10 21:56:52.328754 [ 258 ] {b5a4789c-1ced-4372-bc5f-7f4bb9f6d442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 906 | 2025.01.10 21:56:52.328802 [ 258 ] {b5a4789c-1ced-4372-bc5f-7f4bb9f6d442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 907 | 2025.01.10 21:56:52.329330 [ 258 ] {b5a4789c-1ced-4372-bc5f-7f4bb9f6d442} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 908 | 2025.01.10 21:56:52.329368 [ 258 ] {b5a4789c-1ced-4372-bc5f-7f4bb9f6d442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 909 | 2025.01.10 21:56:52.329854 [ 258 ] {b5a4789c-1ced-4372-bc5f-7f4bb9f6d442} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 910 | 2025.01.10 21:56:52.330370 [ 258 ] {b5a4789c-1ced-4372-bc5f-7f4bb9f6d442} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): 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.10 21:56:52.330579 [ 258 ] {b5a4789c-1ced-4372-bc5f-7f4bb9f6d442} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001847 sec., 12994.044396318355 rows/sec., 911.53 KiB/sec. | ||
| 912 | 2025.01.10 21:56:52.330629 [ 258 ] {b5a4789c-1ced-4372-bc5f-7f4bb9f6d442} <Debug> TCPHandler: Processed in 0.002053449 sec. | ||
| 913 | 2025.01.10 21:56:53.484543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1403 | ||
| 914 | 2025.01.10 21:56:53.485196 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 915 | 2025.01.10 21:56:53.485243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 916 | 2025.01.10 21:56:53.485955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 917 | 2025.01.10 21:56:53.486435 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): 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.10 21:56:53.486677 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 919 | 2025.01.10 21:56:53.557426 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 920 | 2025.01.10 21:56:53.579312 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.01.10 21:56:53.579375 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 922 | 2025.01.10 21:56:53.586694 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 923 | 2025.01.10 21:56:53.588174 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): 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.10 21:56:53.591268 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 925 | 2025.01.10 21:56:57.297996 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.01.10 21:56:57.298198 [ 258 ] {6a648913-02d5-4bd5-a736-ed1379244ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 927 | 2025.01.10 21:56:57.298269 [ 258 ] {6a648913-02d5-4bd5-a736-ed1379244ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 928 | 2025.01.10 21:56:57.298996 [ 258 ] {6a648913-02d5-4bd5-a736-ed1379244ec1} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.01.10 21:56:57.299048 [ 258 ] {6a648913-02d5-4bd5-a736-ed1379244ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 930 | 2025.01.10 21:56:57.299622 [ 258 ] {6a648913-02d5-4bd5-a736-ed1379244ec1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.01.10 21:56:57.300183 [ 258 ] {6a648913-02d5-4bd5-a736-ed1379244ec1} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): 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.10 21:56:57.300418 [ 258 ] {6a648913-02d5-4bd5-a736-ed1379244ec1} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002271 sec., 11448.701012769705 rows/sec., 871.64 KiB/sec. | ||
| 933 | 2025.01.10 21:56:57.300477 [ 258 ] {6a648913-02d5-4bd5-a736-ed1379244ec1} <Debug> TCPHandler: Processed in 0.002610165 sec. | ||
| 934 | 2025.01.10 21:56:57.300662 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.01.10 21:56:57.300776 [ 262 ] {56cec2d8-8f6b-4e48-8c12-ad0d89b47316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 936 | 2025.01.10 21:56:57.300823 [ 262 ] {56cec2d8-8f6b-4e48-8c12-ad0d89b47316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 937 | 2025.01.10 21:56:57.301389 [ 262 ] {56cec2d8-8f6b-4e48-8c12-ad0d89b47316} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.01.10 21:56:57.301429 [ 262 ] {56cec2d8-8f6b-4e48-8c12-ad0d89b47316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 939 | 2025.01.10 21:56:57.301926 [ 262 ] {56cec2d8-8f6b-4e48-8c12-ad0d89b47316} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.01.10 21:56:57.302429 [ 262 ] {56cec2d8-8f6b-4e48-8c12-ad0d89b47316} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): 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.10 21:56:57.302674 [ 262 ] {56cec2d8-8f6b-4e48-8c12-ad0d89b47316} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001913 sec., 14636.696288552013 rows/sec., 1.14 MiB/sec. | ||
| 942 | 2025.01.10 21:56:57.302736 [ 262 ] {56cec2d8-8f6b-4e48-8c12-ad0d89b47316} <Debug> TCPHandler: Processed in 0.002131421 sec. | ||
| 943 | 2025.01.10 21:56:57.302885 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2025.01.10 21:56:57.302996 [ 258 ] {3cd43e38-f515-410f-870e-0ab4c7f56ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 945 | 2025.01.10 21:56:57.303045 [ 258 ] {3cd43e38-f515-410f-870e-0ab4c7f56ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 946 | 2025.01.10 21:56:57.303539 [ 258 ] {3cd43e38-f515-410f-870e-0ab4c7f56ad5} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 947 | 2025.01.10 21:56:57.303579 [ 258 ] {3cd43e38-f515-410f-870e-0ab4c7f56ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 948 | 2025.01.10 21:56:57.304101 [ 258 ] {3cd43e38-f515-410f-870e-0ab4c7f56ad5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 949 | 2025.01.10 21:56:57.304638 [ 258 ] {3cd43e38-f515-410f-870e-0ab4c7f56ad5} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): 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.10 21:56:57.304876 [ 258 ] {3cd43e38-f515-410f-870e-0ab4c7f56ad5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001896 sec., 52742.61603375528 rows/sec., 3.66 MiB/sec. | ||
| 951 | 2025.01.10 21:56:57.305019 [ 258 ] {3cd43e38-f515-410f-870e-0ab4c7f56ad5} <Debug> TCPHandler: Processed in 0.002182283 sec. | ||
| 952 | 2025.01.10 21:56:57.305161 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2025.01.10 21:56:57.305270 [ 262 ] {07f341f0-3e47-4077-a2b6-d64393dedfd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 954 | 2025.01.10 21:56:57.305318 [ 262 ] {07f341f0-3e47-4077-a2b6-d64393dedfd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 955 | 2025.01.10 21:56:57.305808 [ 262 ] {07f341f0-3e47-4077-a2b6-d64393dedfd4} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 956 | 2025.01.10 21:56:57.305848 [ 262 ] {07f341f0-3e47-4077-a2b6-d64393dedfd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 957 | 2025.01.10 21:56:57.306366 [ 262 ] {07f341f0-3e47-4077-a2b6-d64393dedfd4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 958 | 2025.01.10 21:56:57.306932 [ 262 ] {07f341f0-3e47-4077-a2b6-d64393dedfd4} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): 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.10 21:56:57.307171 [ 262 ] {07f341f0-3e47-4077-a2b6-d64393dedfd4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001918 sec., 15641.293013555787 rows/sec., 1.07 MiB/sec. | ||
| 960 | 2025.01.10 21:56:57.307223 [ 262 ] {07f341f0-3e47-4077-a2b6-d64393dedfd4} <Debug> TCPHandler: Processed in 0.00211336 sec. | ||
| 961 | 2025.01.10 21:57:00.871781 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 962 | 2025.01.10 21:57:00.871848 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 963 | 2025.01.10 21:57:00.979092 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 964 | 2025.01.10 21:57:00.983066 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 965 | 2025.01.10 21:57:00.983114 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 966 | 2025.01.10 21:57:00.984751 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 967 | 2025.01.10 21:57:00.985336 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): 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.10 21:57:00.985845 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 969 | 2025.01.10 21:57:00.987696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1830 | ||
| 970 | 2025.01.10 21:57:00.988328 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 971 | 2025.01.10 21:57:00.988373 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 972 | 2025.01.10 21:57:00.989036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 973 | 2025.01.10 21:57:00.989579 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): 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.10 21:57:00.989843 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1830 | ||
| 975 | 2025.01.10 21:57:01.092251 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 976 | 2025.01.10 21:57:01.111350 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 977 | 2025.01.10 21:57:01.111409 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 978 | 2025.01.10 21:57:01.118229 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 979 | 2025.01.10 21:57:01.119435 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): 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.10 21:57:01.122174 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 981 | 2025.01.10 21:57:02.293237 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2025.01.10 21:57:02.293486 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) 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.10 21:57:02.293912 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 984 | 2025.01.10 21:57:02.293987 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <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.10 21:57:02.294292 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 986 | 2025.01.10 21:57:02.294484 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 987 | 2025.01.10 21:57:02.294795 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 988 | 2025.01.10 21:57:02.295996 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 989 | 2025.01.10 21:57:02.296049 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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.10 21:57:02.296069 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 991 | 2025.01.10 21:57:02.296183 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <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.10 21:57:02.296210 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 993 | 2025.01.10 21:57:02.304006 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.010622 sec., 1318.0192054227077 rows/sec., 53.78 KiB/sec. | ||
| 994 | 2025.01.10 21:57:02.304142 [ 258 ] {8799104f-8c2f-4109-b192-351a7a487798} <Debug> TCPHandler: Processed in 0.011031767 sec. | ||
| 995 | 2025.01.10 21:57:02.305003 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2025.01.10 21:57:02.305174 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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) | ||
| 997 | 2025.01.10 21:57:02.305459 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 998 | 2025.01.10 21:57:02.305505 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <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 | ||
| 999 | 2025.01.10 21:57:02.305766 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1000 | 2025.01.10 21:57:02.305836 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1001 | 2025.01.10 21:57:02.305983 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1002 | 2025.01.10 21:57:02.306017 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1003 | 2025.01.10 21:57:02.306042 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1004 | 2025.01.10 21:57:02.306061 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1005 | 2025.01.10 21:57:02.306106 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <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'))" | ||
| 1006 | 2025.01.10 21:57:02.306129 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1007 | 2025.01.10 21:57:02.306707 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 356.39 KiB/sec. | ||
| 1008 | 2025.01.10 21:57:02.306827 [ 262 ] {fd4d7362-f52f-41de-a7c5-dbd303ef8e95} <Debug> TCPHandler: Processed in 0.001885804 sec. | ||
| 1009 | 2025.01.10 21:57:02.307207 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1010 | 2025.01.10 21:57:02.307367 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1011 | 2025.01.10 21:57:02.307645 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1012 | 2025.01.10 21:57:02.307687 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <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', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1013 | 2025.01.10 21:57:02.307944 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1014 | 2025.01.10 21:57:02.308012 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1015 | 2025.01.10 21:57:02.308156 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1016 | 2025.01.10 21:57:02.308191 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1017 | 2025.01.10 21:57:02.308214 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1018 | 2025.01.10 21:57:02.308232 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1019 | 2025.01.10 21:57:02.308274 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <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', 'switch_data_link:link_enabled'))" | ||
| 1020 | 2025.01.10 21:57:02.308296 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1021 | 2025.01.10 21:57:02.308861 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001559 sec., 8980.115458627324 rows/sec., 366.45 KiB/sec. | ||
| 1022 | 2025.01.10 21:57:02.308976 [ 258 ] {3ed5f43d-63e5-47d2-9e7f-80bc85680989} <Debug> TCPHandler: Processed in 0.001824252 sec. | ||
| 1023 | 2025.01.10 21:57:02.309608 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2025.01.10 21:57:02.309764 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1025 | 2025.01.10 21:57:02.310038 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1026 | 2025.01.10 21:57:02.310080 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1027 | 2025.01.10 21:57:02.310334 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1028 | 2025.01.10 21:57:02.310403 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1029 | 2025.01.10 21:57:02.310545 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1030 | 2025.01.10 21:57:02.310580 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1031 | 2025.01.10 21:57:02.310605 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1032 | 2025.01.10 21:57:02.310623 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1033 | 2025.01.10 21:57:02.310667 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1034 | 2025.01.10 21:57:02.310690 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1035 | 2025.01.10 21:57:02.311262 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001564 sec., 8951.406649616369 rows/sec., 365.27 KiB/sec. | ||
| 1036 | 2025.01.10 21:57:02.311379 [ 262 ] {397e577c-d2a4-4c5a-af6a-e464cf1bcd8a} <Debug> TCPHandler: Processed in 0.001823122 sec. | ||
| 1037 | 2025.01.10 21:57:02.311641 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1038 | 2025.01.10 21:57:02.311826 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1039 | 2025.01.10 21:57:02.312155 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1040 | 2025.01.10 21:57:02.312204 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1041 | 2025.01.10 21:57:02.312482 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1042 | 2025.01.10 21:57:02.312549 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1043 | 2025.01.10 21:57:02.312691 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1044 | 2025.01.10 21:57:02.312725 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1045 | 2025.01.10 21:57:02.312748 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1046 | 2025.01.10 21:57:02.312766 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1047 | 2025.01.10 21:57:02.312808 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1048 | 2025.01.10 21:57:02.312831 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1049 | 2025.01.10 21:57:02.313393 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 346.03 KiB/sec. | ||
| 1050 | 2025.01.10 21:57:02.313507 [ 258 ] {ea9d704a-679d-4446-8c7f-4586e7e402eb} <Debug> TCPHandler: Processed in 0.001928126 sec. | ||
| 1051 | 2025.01.10 21:57:02.313826 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1052 | 2025.01.10 21:57:02.313983 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1053 | 2025.01.10 21:57:02.314248 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1054 | 2025.01.10 21:57:02.314288 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1055 | 2025.01.10 21:57:02.314544 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1056 | 2025.01.10 21:57:02.314610 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1057 | 2025.01.10 21:57:02.314752 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1058 | 2025.01.10 21:57:02.314787 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1059 | 2025.01.10 21:57:02.314812 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1060 | 2025.01.10 21:57:02.314829 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1061 | 2025.01.10 21:57:02.314872 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1062 | 2025.01.10 21:57:02.314895 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1063 | 2025.01.10 21:57:02.315427 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001511 sec., 9265.387160820648 rows/sec., 378.09 KiB/sec. | ||
| 1064 | 2025.01.10 21:57:02.315543 [ 262 ] {36d82843-ff47-40c2-a888-14eb54a27da0} <Debug> TCPHandler: Processed in 0.001769341 sec. | ||
| 1065 | 2025.01.10 21:57:02.315777 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1066 | 2025.01.10 21:57:02.315936 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1067 | 2025.01.10 21:57:02.316202 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1068 | 2025.01.10 21:57:02.316243 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1069 | 2025.01.10 21:57:02.316507 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1070 | 2025.01.10 21:57:02.316574 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1071 | 2025.01.10 21:57:02.316717 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1072 | 2025.01.10 21:57:02.316750 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1073 | 2025.01.10 21:57:02.316773 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1074 | 2025.01.10 21:57:02.316790 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1075 | 2025.01.10 21:57:02.316832 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1076 | 2025.01.10 21:57:02.316854 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1077 | 2025.01.10 21:57:02.317396 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00153 sec., 9150.326797385622 rows/sec., 373.39 KiB/sec. | ||
| 1078 | 2025.01.10 21:57:02.317511 [ 258 ] {fb7bcb9e-9950-4912-8e24-311f2ccd4e2d} <Debug> TCPHandler: Processed in 0.001785291 sec. | ||
| 1079 | 2025.01.10 21:57:02.317793 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1080 | 2025.01.10 21:57:02.317948 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1081 | 2025.01.10 21:57:02.318217 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1082 | 2025.01.10 21:57:02.318261 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1083 | 2025.01.10 21:57:02.318526 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1084 | 2025.01.10 21:57:02.318593 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1085 | 2025.01.10 21:57:02.318733 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1086 | 2025.01.10 21:57:02.318766 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1087 | 2025.01.10 21:57:02.318790 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1088 | 2025.01.10 21:57:02.318809 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1089 | 2025.01.10 21:57:02.318852 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1090 | 2025.01.10 21:57:02.318875 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1091 | 2025.01.10 21:57:02.319410 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001529 sec., 9156.311314584696 rows/sec., 373.64 KiB/sec. | ||
| 1092 | 2025.01.10 21:57:02.319527 [ 262 ] {7f8d24a8-a5a2-4a48-98b0-17d824640522} <Debug> TCPHandler: Processed in 0.001784431 sec. | ||
| 1093 | 2025.01.10 21:57:02.319775 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1094 | 2025.01.10 21:57:02.319930 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1095 | 2025.01.10 21:57:02.320203 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1096 | 2025.01.10 21:57:02.320245 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1097 | 2025.01.10 21:57:02.320511 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1098 | 2025.01.10 21:57:02.320577 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1099 | 2025.01.10 21:57:02.320721 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1100 | 2025.01.10 21:57:02.320754 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1101 | 2025.01.10 21:57:02.320778 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1102 | 2025.01.10 21:57:02.320796 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1103 | 2025.01.10 21:57:02.320839 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1104 | 2025.01.10 21:57:02.320861 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1105 | 2025.01.10 21:57:02.321468 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 355.94 KiB/sec. | ||
| 1106 | 2025.01.10 21:57:02.321582 [ 258 ] {a8d7c459-eec4-46d1-abe3-4aa7d68558e1} <Debug> TCPHandler: Processed in 0.001860254 sec. | ||
| 1107 | 2025.01.10 21:57:02.321825 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1108 | 2025.01.10 21:57:02.321984 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1109 | 2025.01.10 21:57:02.322312 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1110 | 2025.01.10 21:57:02.322358 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1111 | 2025.01.10 21:57:02.322639 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1112 | 2025.01.10 21:57:02.322708 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1113 | 2025.01.10 21:57:02.322852 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1114 | 2025.01.10 21:57:02.322886 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1115 | 2025.01.10 21:57:02.322909 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1116 | 2025.01.10 21:57:02.322927 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1117 | 2025.01.10 21:57:02.322970 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1118 | 2025.01.10 21:57:02.322994 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1119 | 2025.01.10 21:57:02.323563 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001649 sec., 8489.993935718618 rows/sec., 346.45 KiB/sec. | ||
| 1120 | 2025.01.10 21:57:02.323680 [ 262 ] {5d055ede-250b-4d72-8e1b-f53f78fe61a7} <Debug> TCPHandler: Processed in 0.001908545 sec. | ||
| 1121 | 2025.01.10 21:57:02.323978 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1122 | 2025.01.10 21:57:02.324136 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1123 | 2025.01.10 21:57:02.324412 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1124 | 2025.01.10 21:57:02.324455 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1125 | 2025.01.10 21:57:02.324724 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1126 | 2025.01.10 21:57:02.324792 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1127 | 2025.01.10 21:57:02.324935 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1128 | 2025.01.10 21:57:02.324968 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1129 | 2025.01.10 21:57:02.324991 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1130 | 2025.01.10 21:57:02.325009 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1131 | 2025.01.10 21:57:02.325052 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1132 | 2025.01.10 21:57:02.325074 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1133 | 2025.01.10 21:57:02.325626 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 366.68 KiB/sec. | ||
| 1134 | 2025.01.10 21:57:02.325740 [ 258 ] {0a8cdcd1-8504-4c02-88e2-ca46beb0efdd} <Debug> TCPHandler: Processed in 0.001815093 sec. | ||
| 1135 | 2025.01.10 21:57:02.325991 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1136 | 2025.01.10 21:57:02.326150 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1137 | 2025.01.10 21:57:02.326425 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1138 | 2025.01.10 21:57:02.326469 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1139 | 2025.01.10 21:57:02.326740 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1140 | 2025.01.10 21:57:02.326806 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1141 | 2025.01.10 21:57:02.326947 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1142 | 2025.01.10 21:57:02.326981 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1143 | 2025.01.10 21:57:02.327005 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1144 | 2025.01.10 21:57:02.327023 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1145 | 2025.01.10 21:57:02.327067 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1146 | 2025.01.10 21:57:02.327090 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1147 | 2025.01.10 21:57:02.327643 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 365.04 KiB/sec. | ||
| 1148 | 2025.01.10 21:57:02.327761 [ 262 ] {ee9d76e1-b0ac-48d3-85bc-b8e31154b699} <Debug> TCPHandler: Processed in 0.001823593 sec. | ||
| 1149 | 2025.01.10 21:57:02.332493 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1150 | 2025.01.10 21:57:02.332655 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1151 | 2025.01.10 21:57:02.332935 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1152 | 2025.01.10 21:57:02.332980 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1153 | 2025.01.10 21:57:02.333259 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1154 | 2025.01.10 21:57:02.333326 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1155 | 2025.01.10 21:57:02.333468 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1156 | 2025.01.10 21:57:02.333501 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1157 | 2025.01.10 21:57:02.333525 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1158 | 2025.01.10 21:57:02.333542 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1159 | 2025.01.10 21:57:02.333584 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1160 | 2025.01.10 21:57:02.333607 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1161 | 2025.01.10 21:57:02.334184 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001601 sec., 8744.534665833853 rows/sec., 356.83 KiB/sec. | ||
| 1162 | 2025.01.10 21:57:02.334298 [ 258 ] {4640df51-d283-4642-8fc2-5eb98148a525} <Debug> TCPHandler: Processed in 0.001859464 sec. | ||
| 1163 | 2025.01.10 21:57:02.338853 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1164 | 2025.01.10 21:57:02.338975 [ 262 ] {ea85575f-5420-4a47-878b-c7fbb74a419d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1165 | 2025.01.10 21:57:02.339026 [ 262 ] {ea85575f-5420-4a47-878b-c7fbb74a419d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1166 | 2025.01.10 21:57:02.339733 [ 262 ] {ea85575f-5420-4a47-878b-c7fbb74a419d} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.01.10 21:57:02.339778 [ 262 ] {ea85575f-5420-4a47-878b-c7fbb74a419d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1168 | 2025.01.10 21:57:02.340431 [ 262 ] {ea85575f-5420-4a47-878b-c7fbb74a419d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1169 | 2025.01.10 21:57:02.340865 [ 262 ] {ea85575f-5420-4a47-878b-c7fbb74a419d} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.01.10 21:57:02.341115 [ 262 ] {ea85575f-5420-4a47-878b-c7fbb74a419d} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.002168 sec., 5996.309963099631 rows/sec., 1.19 MiB/sec. | ||
| 1171 | 2025.01.10 21:57:02.341272 [ 262 ] {ea85575f-5420-4a47-878b-c7fbb74a419d} <Debug> TCPHandler: Processed in 0.002468651 sec. | ||
| 1172 | 2025.01.10 21:57:02.341435 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2025.01.10 21:57:02.341545 [ 258 ] {50fa55fc-4140-4819-8c42-7eed4a9b276b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1174 | 2025.01.10 21:57:02.341592 [ 258 ] {50fa55fc-4140-4819-8c42-7eed4a9b276b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1175 | 2025.01.10 21:57:02.342767 [ 258 ] {50fa55fc-4140-4819-8c42-7eed4a9b276b} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1176 | 2025.01.10 21:57:02.342804 [ 258 ] {50fa55fc-4140-4819-8c42-7eed4a9b276b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1177 | 2025.01.10 21:57:02.343299 [ 258 ] {50fa55fc-4140-4819-8c42-7eed4a9b276b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1178 | 2025.01.10 21:57:02.343752 [ 258 ] {50fa55fc-4140-4819-8c42-7eed4a9b276b} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1179 | 2025.01.10 21:57:02.344032 [ 258 ] {50fa55fc-4140-4819-8c42-7eed4a9b276b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002485 sec., 5633.802816901409 rows/sec., 405.56 KiB/sec. | ||
| 1180 | 2025.01.10 21:57:02.344130 [ 258 ] {50fa55fc-4140-4819-8c42-7eed4a9b276b} <Debug> TCPHandler: Processed in 0.002750639 sec. | ||
| 1181 | 2025.01.10 21:57:02.344275 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1182 | 2025.01.10 21:57:02.344382 [ 262 ] {f9398e54-bc97-417e-afca-e2f4e1161b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1183 | 2025.01.10 21:57:02.344429 [ 262 ] {f9398e54-bc97-417e-afca-e2f4e1161b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1184 | 2025.01.10 21:57:02.345063 [ 262 ] {f9398e54-bc97-417e-afca-e2f4e1161b21} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2025.01.10 21:57:02.345103 [ 262 ] {f9398e54-bc97-417e-afca-e2f4e1161b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1186 | 2025.01.10 21:57:02.345612 [ 262 ] {f9398e54-bc97-417e-afca-e2f4e1161b21} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1187 | 2025.01.10 21:57:02.346145 [ 262 ] {f9398e54-bc97-417e-afca-e2f4e1161b21} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1188 | 2025.01.10 21:57:02.346365 [ 262 ] {f9398e54-bc97-417e-afca-e2f4e1161b21} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.002005 sec., 94264.3391521197 rows/sec., 8.35 MiB/sec. | ||
| 1189 | 2025.01.10 21:57:02.346417 [ 262 ] {f9398e54-bc97-417e-afca-e2f4e1161b21} <Debug> TCPHandler: Processed in 0.002194103 sec. | ||
| 1190 | 2025.01.10 21:57:02.346591 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2025.01.10 21:57:02.346718 [ 258 ] {27f9f3de-c803-424a-9f90-12ca09fde447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1192 | 2025.01.10 21:57:02.346772 [ 258 ] {27f9f3de-c803-424a-9f90-12ca09fde447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1193 | 2025.01.10 21:57:02.347557 [ 258 ] {27f9f3de-c803-424a-9f90-12ca09fde447} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1194 | 2025.01.10 21:57:02.347592 [ 258 ] {27f9f3de-c803-424a-9f90-12ca09fde447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1195 | 2025.01.10 21:57:02.348042 [ 258 ] {27f9f3de-c803-424a-9f90-12ca09fde447} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1196 | 2025.01.10 21:57:02.348497 [ 258 ] {27f9f3de-c803-424a-9f90-12ca09fde447} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1197 | 2025.01.10 21:57:02.348762 [ 258 ] {27f9f3de-c803-424a-9f90-12ca09fde447} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002062 sec., 7274.4907856450045 rows/sec., 512.91 KiB/sec. | ||
| 1198 | 2025.01.10 21:57:02.348831 [ 258 ] {27f9f3de-c803-424a-9f90-12ca09fde447} <Debug> TCPHandler: Processed in 0.002302017 sec. | ||
| 1199 | 2025.01.10 21:57:02.348979 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2025.01.10 21:57:02.349091 [ 262 ] {56cfc2db-be37-45ae-af17-c7ad24c35ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1201 | 2025.01.10 21:57:02.349137 [ 262 ] {56cfc2db-be37-45ae-af17-c7ad24c35ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1202 | 2025.01.10 21:57:02.349690 [ 262 ] {56cfc2db-be37-45ae-af17-c7ad24c35ba0} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1203 | 2025.01.10 21:57:02.349731 [ 262 ] {56cfc2db-be37-45ae-af17-c7ad24c35ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1204 | 2025.01.10 21:57:02.350226 [ 262 ] {56cfc2db-be37-45ae-af17-c7ad24c35ba0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1205 | 2025.01.10 21:57:02.350745 [ 262 ] {56cfc2db-be37-45ae-af17-c7ad24c35ba0} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1206 | 2025.01.10 21:57:02.351007 [ 262 ] {56cfc2db-be37-45ae-af17-c7ad24c35ba0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001927 sec., 7265.179034769071 rows/sec., 508.81 KiB/sec. | ||
| 1207 | 2025.01.10 21:57:02.351123 [ 262 ] {56cfc2db-be37-45ae-af17-c7ad24c35ba0} <Debug> TCPHandler: Processed in 0.002199654 sec. | ||
| 1208 | 2025.01.10 21:57:02.351266 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.01.10 21:57:02.351388 [ 258 ] {576b396b-27b7-4698-8cae-c1395e6151fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1210 | 2025.01.10 21:57:02.351442 [ 258 ] {576b396b-27b7-4698-8cae-c1395e6151fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1211 | 2025.01.10 21:57:02.352092 [ 258 ] {576b396b-27b7-4698-8cae-c1395e6151fe} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.01.10 21:57:02.352139 [ 258 ] {576b396b-27b7-4698-8cae-c1395e6151fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1213 | 2025.01.10 21:57:02.352624 [ 258 ] {576b396b-27b7-4698-8cae-c1395e6151fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1214 | 2025.01.10 21:57:02.353151 [ 258 ] {576b396b-27b7-4698-8cae-c1395e6151fe} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.01.10 21:57:02.353388 [ 258 ] {576b396b-27b7-4698-8cae-c1395e6151fe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002024 sec., 6422.92490118577 rows/sec., 400.47 KiB/sec. | ||
| 1216 | 2025.01.10 21:57:02.353523 [ 258 ] {576b396b-27b7-4698-8cae-c1395e6151fe} <Debug> TCPHandler: Processed in 0.002305807 sec. | ||
| 1217 | 2025.01.10 21:57:02.353673 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1218 | 2025.01.10 21:57:02.353785 [ 262 ] {b4246ddb-3d7b-4f7e-9816-641b7946f7bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1219 | 2025.01.10 21:57:02.353831 [ 262 ] {b4246ddb-3d7b-4f7e-9816-641b7946f7bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1220 | 2025.01.10 21:57:02.354562 [ 262 ] {b4246ddb-3d7b-4f7e-9816-641b7946f7bf} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.01.10 21:57:02.354602 [ 262 ] {b4246ddb-3d7b-4f7e-9816-641b7946f7bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1222 | 2025.01.10 21:57:02.355164 [ 262 ] {b4246ddb-3d7b-4f7e-9816-641b7946f7bf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1223 | 2025.01.10 21:57:02.355700 [ 262 ] {b4246ddb-3d7b-4f7e-9816-641b7946f7bf} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2025.01.10 21:57:02.355921 [ 262 ] {b4246ddb-3d7b-4f7e-9816-641b7946f7bf} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.002158 sec., 164040.7784986098 rows/sec., 11.51 MiB/sec. | ||
| 1225 | 2025.01.10 21:57:02.355973 [ 262 ] {b4246ddb-3d7b-4f7e-9816-641b7946f7bf} <Debug> TCPHandler: Processed in 0.002352378 sec. | ||
| 1226 | 2025.01.10 21:57:02.356114 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2025.01.10 21:57:02.356225 [ 258 ] {d338ba60-c29e-4b75-bf2d-2ea2091aafe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1228 | 2025.01.10 21:57:02.356271 [ 258 ] {d338ba60-c29e-4b75-bf2d-2ea2091aafe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1229 | 2025.01.10 21:57:02.356697 [ 258 ] {d338ba60-c29e-4b75-bf2d-2ea2091aafe5} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1230 | 2025.01.10 21:57:02.356736 [ 258 ] {d338ba60-c29e-4b75-bf2d-2ea2091aafe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1231 | 2025.01.10 21:57:02.357186 [ 258 ] {d338ba60-c29e-4b75-bf2d-2ea2091aafe5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1232 | 2025.01.10 21:57:02.357619 [ 258 ] {d338ba60-c29e-4b75-bf2d-2ea2091aafe5} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1233 | 2025.01.10 21:57:02.357820 [ 258 ] {d338ba60-c29e-4b75-bf2d-2ea2091aafe5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 193.86 KiB/sec. | ||
| 1234 | 2025.01.10 21:57:02.357868 [ 258 ] {d338ba60-c29e-4b75-bf2d-2ea2091aafe5} <Debug> TCPHandler: Processed in 0.001806752 sec. | ||
| 1235 | 2025.01.10 21:57:02.358012 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1236 | 2025.01.10 21:57:02.358119 [ 262 ] {49e7f521-0af7-4fae-b5d5-1f5ae56727f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1237 | 2025.01.10 21:57:02.358169 [ 262 ] {49e7f521-0af7-4fae-b5d5-1f5ae56727f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1238 | 2025.01.10 21:57:02.358695 [ 262 ] {49e7f521-0af7-4fae-b5d5-1f5ae56727f7} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1239 | 2025.01.10 21:57:02.358737 [ 262 ] {49e7f521-0af7-4fae-b5d5-1f5ae56727f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1240 | 2025.01.10 21:57:02.359254 [ 262 ] {49e7f521-0af7-4fae-b5d5-1f5ae56727f7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1241 | 2025.01.10 21:57:02.359760 [ 262 ] {49e7f521-0af7-4fae-b5d5-1f5ae56727f7} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1242 | 2025.01.10 21:57:02.359978 [ 262 ] {49e7f521-0af7-4fae-b5d5-1f5ae56727f7} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001881 sec., 94098.88357256778 rows/sec., 6.21 MiB/sec. | ||
| 1243 | 2025.01.10 21:57:02.360030 [ 262 ] {49e7f521-0af7-4fae-b5d5-1f5ae56727f7} <Debug> TCPHandler: Processed in 0.00207059 sec. | ||
| 1244 | 2025.01.10 21:57:02.360169 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2025.01.10 21:57:02.360282 [ 258 ] {69db12bc-72e1-4a98-9ae5-271e7ad30b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1246 | 2025.01.10 21:57:02.360330 [ 258 ] {69db12bc-72e1-4a98-9ae5-271e7ad30b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1247 | 2025.01.10 21:57:02.360818 [ 258 ] {69db12bc-72e1-4a98-9ae5-271e7ad30b54} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2025.01.10 21:57:02.360859 [ 258 ] {69db12bc-72e1-4a98-9ae5-271e7ad30b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1249 | 2025.01.10 21:57:02.361379 [ 258 ] {69db12bc-72e1-4a98-9ae5-271e7ad30b54} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1250 | 2025.01.10 21:57:02.361908 [ 258 ] {69db12bc-72e1-4a98-9ae5-271e7ad30b54} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2025.01.10 21:57:02.362187 [ 258 ] {69db12bc-72e1-4a98-9ae5-271e7ad30b54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001909 sec., 523.8344683080146 rows/sec., 35.30 KiB/sec. | ||
| 1252 | 2025.01.10 21:57:02.362248 [ 258 ] {69db12bc-72e1-4a98-9ae5-271e7ad30b54} <Debug> TCPHandler: Processed in 0.002133472 sec. | ||
| 1253 | 2025.01.10 21:57:02.362404 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1254 | 2025.01.10 21:57:02.362518 [ 262 ] {b6f9041c-af2e-4b51-a00e-f022c66dc551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1255 | 2025.01.10 21:57:02.362585 [ 262 ] {b6f9041c-af2e-4b51-a00e-f022c66dc551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1256 | 2025.01.10 21:57:02.363615 [ 262 ] {b6f9041c-af2e-4b51-a00e-f022c66dc551} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2025.01.10 21:57:02.363657 [ 262 ] {b6f9041c-af2e-4b51-a00e-f022c66dc551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1258 | 2025.01.10 21:57:02.366663 [ 262 ] {b6f9041c-af2e-4b51-a00e-f022c66dc551} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1259 | 2025.01.10 21:57:02.367209 [ 262 ] {b6f9041c-af2e-4b51-a00e-f022c66dc551} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1260 | 2025.01.10 21:57:02.367445 [ 262 ] {b6f9041c-af2e-4b51-a00e-f022c66dc551} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004952 sec., 1615.5088852988692 rows/sec., 2.89 MiB/sec. | ||
| 1261 | 2025.01.10 21:57:02.367538 [ 262 ] {b6f9041c-af2e-4b51-a00e-f022c66dc551} <Debug> TCPHandler: Processed in 0.005186409 sec. | ||
| 1262 | 2025.01.10 21:57:02.367693 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2025.01.10 21:57:02.367801 [ 258 ] {6fd50681-a425-4671-bb5d-10d4b310dd53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1264 | 2025.01.10 21:57:02.367849 [ 258 ] {6fd50681-a425-4671-bb5d-10d4b310dd53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1265 | 2025.01.10 21:57:02.368283 [ 258 ] {6fd50681-a425-4671-bb5d-10d4b310dd53} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.01.10 21:57:02.368323 [ 258 ] {6fd50681-a425-4671-bb5d-10d4b310dd53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1267 | 2025.01.10 21:57:02.368847 [ 258 ] {6fd50681-a425-4671-bb5d-10d4b310dd53} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1268 | 2025.01.10 21:57:02.369485 [ 258 ] {6fd50681-a425-4671-bb5d-10d4b310dd53} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2025.01.10 21:57:02.369782 [ 258 ] {6fd50681-a425-4671-bb5d-10d4b310dd53} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001985 sec., 26196.473551637282 rows/sec., 1.62 MiB/sec. | ||
| 1270 | 2025.01.10 21:57:02.369855 [ 258 ] {6fd50681-a425-4671-bb5d-10d4b310dd53} <Debug> TCPHandler: Processed in 0.002218394 sec. | ||
| 1271 | 2025.01.10 21:57:07.296970 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2025.01.10 21:57:07.297172 [ 258 ] {5c16fb82-0b50-460d-a2ef-3561a3d6b224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1273 | 2025.01.10 21:57:07.297243 [ 258 ] {5c16fb82-0b50-460d-a2ef-3561a3d6b224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1274 | 2025.01.10 21:57:07.297977 [ 258 ] {5c16fb82-0b50-460d-a2ef-3561a3d6b224} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2025.01.10 21:57:07.298105 [ 258 ] {5c16fb82-0b50-460d-a2ef-3561a3d6b224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1276 | 2025.01.10 21:57:07.298620 [ 258 ] {5c16fb82-0b50-460d-a2ef-3561a3d6b224} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1277 | 2025.01.10 21:57:07.299076 [ 258 ] {5c16fb82-0b50-460d-a2ef-3561a3d6b224} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2025.01.10 21:57:07.299316 [ 258 ] {5c16fb82-0b50-460d-a2ef-3561a3d6b224} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002194 sec., 11850.501367365541 rows/sec., 902.23 KiB/sec. | ||
| 1279 | 2025.01.10 21:57:07.299373 [ 258 ] {5c16fb82-0b50-460d-a2ef-3561a3d6b224} <Debug> TCPHandler: Processed in 0.002528243 sec. | ||
| 1280 | 2025.01.10 21:57:07.299579 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1281 | 2025.01.10 21:57:07.299719 [ 262 ] {3aaa1cf2-5575-4334-8529-5ded8a0df4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1282 | 2025.01.10 21:57:07.299778 [ 262 ] {3aaa1cf2-5575-4334-8529-5ded8a0df4b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1283 | 2025.01.10 21:57:07.300439 [ 262 ] {3aaa1cf2-5575-4334-8529-5ded8a0df4b8} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1284 | 2025.01.10 21:57:07.300568 [ 262 ] {3aaa1cf2-5575-4334-8529-5ded8a0df4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1285 | 2025.01.10 21:57:07.301032 [ 262 ] {3aaa1cf2-5575-4334-8529-5ded8a0df4b8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1286 | 2025.01.10 21:57:07.301583 [ 262 ] {3aaa1cf2-5575-4334-8529-5ded8a0df4b8} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2025.01.10 21:57:07.301807 [ 262 ] {3aaa1cf2-5575-4334-8529-5ded8a0df4b8} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00212 sec., 13207.547169811322 rows/sec., 1.03 MiB/sec. | ||
| 1288 | 2025.01.10 21:57:07.301860 [ 262 ] {3aaa1cf2-5575-4334-8529-5ded8a0df4b8} <Debug> TCPHandler: Processed in 0.002348428 sec. | ||
| 1289 | 2025.01.10 21:57:07.302012 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1290 | 2025.01.10 21:57:07.302140 [ 258 ] {8ee4d51f-3bfe-4bc4-a9c9-8256b7967b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1291 | 2025.01.10 21:57:07.302200 [ 258 ] {8ee4d51f-3bfe-4bc4-a9c9-8256b7967b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1292 | 2025.01.10 21:57:07.302733 [ 258 ] {8ee4d51f-3bfe-4bc4-a9c9-8256b7967b73} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1293 | 2025.01.10 21:57:07.302772 [ 258 ] {8ee4d51f-3bfe-4bc4-a9c9-8256b7967b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1294 | 2025.01.10 21:57:07.303260 [ 258 ] {8ee4d51f-3bfe-4bc4-a9c9-8256b7967b73} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1295 | 2025.01.10 21:57:07.303711 [ 258 ] {8ee4d51f-3bfe-4bc4-a9c9-8256b7967b73} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1296 | 2025.01.10 21:57:07.303928 [ 258 ] {8ee4d51f-3bfe-4bc4-a9c9-8256b7967b73} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001816 sec., 55066.07929515419 rows/sec., 3.82 MiB/sec. | ||
| 1297 | 2025.01.10 21:57:07.303980 [ 258 ] {8ee4d51f-3bfe-4bc4-a9c9-8256b7967b73} <Debug> TCPHandler: Processed in 0.002031489 sec. | ||
| 1298 | 2025.01.10 21:57:07.304109 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1299 | 2025.01.10 21:57:07.304217 [ 262 ] {5d5a9943-d982-47b7-a43b-4a795c764178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1300 | 2025.01.10 21:57:07.304266 [ 262 ] {5d5a9943-d982-47b7-a43b-4a795c764178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1301 | 2025.01.10 21:57:07.304719 [ 262 ] {5d5a9943-d982-47b7-a43b-4a795c764178} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1302 | 2025.01.10 21:57:07.304759 [ 262 ] {5d5a9943-d982-47b7-a43b-4a795c764178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1303 | 2025.01.10 21:57:07.305251 [ 262 ] {5d5a9943-d982-47b7-a43b-4a795c764178} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1304 | 2025.01.10 21:57:07.305768 [ 262 ] {5d5a9943-d982-47b7-a43b-4a795c764178} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1305 | 2025.01.10 21:57:07.305980 [ 262 ] {5d5a9943-d982-47b7-a43b-4a795c764178} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001786 sec., 16797.3124300112 rows/sec., 1.15 MiB/sec. | ||
| 1306 | 2025.01.10 21:57:07.306031 [ 262 ] {5d5a9943-d982-47b7-a43b-4a795c764178} <Debug> TCPHandler: Processed in 0.001974787 sec. | ||
| 1307 | 2025.01.10 21:57:08.490885 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2318 | ||
| 1308 | 2025.01.10 21:57:08.491536 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1309 | 2025.01.10 21:57:08.491583 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1310 | 2025.01.10 21:57:08.492275 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1311 | 2025.01.10 21:57:08.492760 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1312 | 2025.01.10 21:57:08.493020 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1313 | 2025.01.10 21:57:08.623177 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1314 | 2025.01.10 21:57:08.642029 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1315 | 2025.01.10 21:57:08.642081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1316 | 2025.01.10 21:57:08.649037 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1317 | 2025.01.10 21:57:08.650121 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1318 | 2025.01.10 21:57:08.652540 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1319 | 2025.01.10 21:57:10.986975 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 194 | ||
| 1320 | 2025.01.10 21:57:10.990436 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.01.10 21:57:10.990486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1322 | 2025.01.10 21:57:10.992035 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1323 | 2025.01.10 21:57:10.992352 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.01.10 21:57:10.993166 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194 | ||
| 1325 | 2025.01.10 21:57:12.302128 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1326 | 2025.01.10 21:57:12.302429 [ 258 ] {8da6dbf9-1b82-4727-93f6-49280501546c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1327 | 2025.01.10 21:57:12.302543 [ 258 ] {8da6dbf9-1b82-4727-93f6-49280501546c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1328 | 2025.01.10 21:57:12.303316 [ 258 ] {8da6dbf9-1b82-4727-93f6-49280501546c} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2025.01.10 21:57:12.303360 [ 258 ] {8da6dbf9-1b82-4727-93f6-49280501546c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1330 | 2025.01.10 21:57:12.303941 [ 258 ] {8da6dbf9-1b82-4727-93f6-49280501546c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1331 | 2025.01.10 21:57:12.304527 [ 258 ] {8da6dbf9-1b82-4727-93f6-49280501546c} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2025.01.10 21:57:12.304767 [ 258 ] {8da6dbf9-1b82-4727-93f6-49280501546c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002424 sec., 5775.577557755776 rows/sec., 415.76 KiB/sec. | ||
| 1333 | 2025.01.10 21:57:12.304825 [ 258 ] {8da6dbf9-1b82-4727-93f6-49280501546c} <Debug> TCPHandler: Processed in 0.002878312 sec. | ||
| 1334 | 2025.01.10 21:57:12.305029 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1335 | 2025.01.10 21:57:12.305174 [ 262 ] {f2e225e6-6bb4-4794-9f1b-2a3580ff7d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1336 | 2025.01.10 21:57:12.305230 [ 262 ] {f2e225e6-6bb4-4794-9f1b-2a3580ff7d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1337 | 2025.01.10 21:57:12.305906 [ 262 ] {f2e225e6-6bb4-4794-9f1b-2a3580ff7d87} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1338 | 2025.01.10 21:57:12.305947 [ 262 ] {f2e225e6-6bb4-4794-9f1b-2a3580ff7d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1339 | 2025.01.10 21:57:12.306436 [ 262 ] {f2e225e6-6bb4-4794-9f1b-2a3580ff7d87} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1340 | 2025.01.10 21:57:12.306930 [ 262 ] {f2e225e6-6bb4-4794-9f1b-2a3580ff7d87} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1341 | 2025.01.10 21:57:12.307184 [ 262 ] {f2e225e6-6bb4-4794-9f1b-2a3580ff7d87} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.00204 sec., 92647.0588235294 rows/sec., 8.20 MiB/sec. | ||
| 1342 | 2025.01.10 21:57:12.307238 [ 262 ] {f2e225e6-6bb4-4794-9f1b-2a3580ff7d87} <Debug> TCPHandler: Processed in 0.002278246 sec. | ||
| 1343 | 2025.01.10 21:57:12.307364 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1344 | 2025.01.10 21:57:12.307474 [ 258 ] {db5faa38-4a9f-4cce-9c31-4a304509e075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1345 | 2025.01.10 21:57:12.307520 [ 258 ] {db5faa38-4a9f-4cce-9c31-4a304509e075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1346 | 2025.01.10 21:57:12.308134 [ 258 ] {db5faa38-4a9f-4cce-9c31-4a304509e075} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1347 | 2025.01.10 21:57:12.308182 [ 258 ] {db5faa38-4a9f-4cce-9c31-4a304509e075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1348 | 2025.01.10 21:57:12.308713 [ 258 ] {db5faa38-4a9f-4cce-9c31-4a304509e075} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1349 | 2025.01.10 21:57:12.309177 [ 258 ] {db5faa38-4a9f-4cce-9c31-4a304509e075} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1350 | 2025.01.10 21:57:12.309458 [ 258 ] {db5faa38-4a9f-4cce-9c31-4a304509e075} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001991 sec., 7533.90256152687 rows/sec., 531.20 KiB/sec. | ||
| 1351 | 2025.01.10 21:57:12.309531 [ 258 ] {db5faa38-4a9f-4cce-9c31-4a304509e075} <Debug> TCPHandler: Processed in 0.002219884 sec. | ||
| 1352 | 2025.01.10 21:57:12.309673 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1353 | 2025.01.10 21:57:12.309780 [ 262 ] {416accda-e3f4-42db-8fde-2ce185b5248f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1354 | 2025.01.10 21:57:12.309826 [ 262 ] {416accda-e3f4-42db-8fde-2ce185b5248f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1355 | 2025.01.10 21:57:12.310361 [ 262 ] {416accda-e3f4-42db-8fde-2ce185b5248f} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1356 | 2025.01.10 21:57:12.310401 [ 262 ] {416accda-e3f4-42db-8fde-2ce185b5248f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1357 | 2025.01.10 21:57:12.310904 [ 262 ] {416accda-e3f4-42db-8fde-2ce185b5248f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1358 | 2025.01.10 21:57:12.311459 [ 262 ] {416accda-e3f4-42db-8fde-2ce185b5248f} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1359 | 2025.01.10 21:57:12.311744 [ 262 ] {416accda-e3f4-42db-8fde-2ce185b5248f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001973 sec., 7095.793208312215 rows/sec., 496.94 KiB/sec. | ||
| 1360 | 2025.01.10 21:57:12.311811 [ 262 ] {416accda-e3f4-42db-8fde-2ce185b5248f} <Debug> TCPHandler: Processed in 0.002188993 sec. | ||
| 1361 | 2025.01.10 21:57:12.311979 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1362 | 2025.01.10 21:57:12.312109 [ 258 ] {1c22a4cf-956c-4cbb-8b92-7deb4c3c2e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1363 | 2025.01.10 21:57:12.312164 [ 258 ] {1c22a4cf-956c-4cbb-8b92-7deb4c3c2e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1364 | 2025.01.10 21:57:12.312778 [ 258 ] {1c22a4cf-956c-4cbb-8b92-7deb4c3c2e78} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1365 | 2025.01.10 21:57:12.312819 [ 258 ] {1c22a4cf-956c-4cbb-8b92-7deb4c3c2e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1366 | 2025.01.10 21:57:12.313269 [ 258 ] {1c22a4cf-956c-4cbb-8b92-7deb4c3c2e78} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1367 | 2025.01.10 21:57:12.313769 [ 258 ] {1c22a4cf-956c-4cbb-8b92-7deb4c3c2e78} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1368 | 2025.01.10 21:57:12.313976 [ 258 ] {1c22a4cf-956c-4cbb-8b92-7deb4c3c2e78} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001896 sec., 6856.540084388186 rows/sec., 427.50 KiB/sec. | ||
| 1369 | 2025.01.10 21:57:12.314028 [ 258 ] {1c22a4cf-956c-4cbb-8b92-7deb4c3c2e78} <Debug> TCPHandler: Processed in 0.002112161 sec. | ||
| 1370 | 2025.01.10 21:57:12.314185 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1371 | 2025.01.10 21:57:12.314314 [ 262 ] {c52cbbf9-651c-4d8c-a8e5-9e87a4933779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1372 | 2025.01.10 21:57:12.314369 [ 262 ] {c52cbbf9-651c-4d8c-a8e5-9e87a4933779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1373 | 2025.01.10 21:57:12.315094 [ 262 ] {c52cbbf9-651c-4d8c-a8e5-9e87a4933779} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1374 | 2025.01.10 21:57:12.315134 [ 262 ] {c52cbbf9-651c-4d8c-a8e5-9e87a4933779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1375 | 2025.01.10 21:57:12.315632 [ 262 ] {c52cbbf9-651c-4d8c-a8e5-9e87a4933779} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1376 | 2025.01.10 21:57:12.316124 [ 262 ] {c52cbbf9-651c-4d8c-a8e5-9e87a4933779} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1377 | 2025.01.10 21:57:12.316364 [ 262 ] {c52cbbf9-651c-4d8c-a8e5-9e87a4933779} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.002077 sec., 170438.13192103998 rows/sec., 11.96 MiB/sec. | ||
| 1378 | 2025.01.10 21:57:12.316416 [ 262 ] {c52cbbf9-651c-4d8c-a8e5-9e87a4933779} <Debug> TCPHandler: Processed in 0.002291476 sec. | ||
| 1379 | 2025.01.10 21:57:12.316565 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1380 | 2025.01.10 21:57:12.316693 [ 258 ] {97da16be-b47a-4717-be2c-9df176076756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1381 | 2025.01.10 21:57:12.316750 [ 258 ] {97da16be-b47a-4717-be2c-9df176076756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1382 | 2025.01.10 21:57:12.317284 [ 258 ] {97da16be-b47a-4717-be2c-9df176076756} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1383 | 2025.01.10 21:57:12.317330 [ 258 ] {97da16be-b47a-4717-be2c-9df176076756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1384 | 2025.01.10 21:57:12.317839 [ 258 ] {97da16be-b47a-4717-be2c-9df176076756} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1385 | 2025.01.10 21:57:12.318306 [ 258 ] {97da16be-b47a-4717-be2c-9df176076756} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1386 | 2025.01.10 21:57:12.318586 [ 258 ] {97da16be-b47a-4717-be2c-9df176076756} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001901 sec., 3156.233561283535 rows/sec., 164.90 KiB/sec. | ||
| 1387 | 2025.01.10 21:57:12.318662 [ 258 ] {97da16be-b47a-4717-be2c-9df176076756} <Debug> TCPHandler: Processed in 0.002160782 sec. | ||
| 1388 | 2025.01.10 21:57:12.318855 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1389 | 2025.01.10 21:57:12.318986 [ 262 ] {b018eeb9-cf7c-4f8d-983b-e813dab51566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1390 | 2025.01.10 21:57:12.319044 [ 262 ] {b018eeb9-cf7c-4f8d-983b-e813dab51566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1391 | 2025.01.10 21:57:12.319714 [ 262 ] {b018eeb9-cf7c-4f8d-983b-e813dab51566} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1392 | 2025.01.10 21:57:12.319754 [ 262 ] {b018eeb9-cf7c-4f8d-983b-e813dab51566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1393 | 2025.01.10 21:57:12.320249 [ 262 ] {b018eeb9-cf7c-4f8d-983b-e813dab51566} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1394 | 2025.01.10 21:57:12.320740 [ 262 ] {b018eeb9-cf7c-4f8d-983b-e813dab51566} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1395 | 2025.01.10 21:57:12.321003 [ 262 ] {b018eeb9-cf7c-4f8d-983b-e813dab51566} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002045 sec., 86552.56723716382 rows/sec., 5.71 MiB/sec. | ||
| 1396 | 2025.01.10 21:57:12.321057 [ 262 ] {b018eeb9-cf7c-4f8d-983b-e813dab51566} <Debug> TCPHandler: Processed in 0.002261995 sec. | ||
| 1397 | 2025.01.10 21:57:12.321206 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1398 | 2025.01.10 21:57:12.321334 [ 258 ] {26346c8b-308d-47e5-985d-5fdfa74d0265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1399 | 2025.01.10 21:57:12.321393 [ 258 ] {26346c8b-308d-47e5-985d-5fdfa74d0265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1400 | 2025.01.10 21:57:12.321856 [ 258 ] {26346c8b-308d-47e5-985d-5fdfa74d0265} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1401 | 2025.01.10 21:57:12.321896 [ 258 ] {26346c8b-308d-47e5-985d-5fdfa74d0265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1402 | 2025.01.10 21:57:12.322338 [ 258 ] {26346c8b-308d-47e5-985d-5fdfa74d0265} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1403 | 2025.01.10 21:57:12.322768 [ 258 ] {26346c8b-308d-47e5-985d-5fdfa74d0265} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1404 | 2025.01.10 21:57:12.323048 [ 258 ] {26346c8b-308d-47e5-985d-5fdfa74d0265} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001733 sec., 577.0340450086555 rows/sec., 38.88 KiB/sec. | ||
| 1405 | 2025.01.10 21:57:12.323203 [ 258 ] {26346c8b-308d-47e5-985d-5fdfa74d0265} <Debug> TCPHandler: Processed in 0.002054959 sec. | ||
| 1406 | 2025.01.10 21:57:12.323347 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1407 | 2025.01.10 21:57:12.323477 [ 262 ] {30cec897-f7d0-4ff1-8b07-004c12d414e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1408 | 2025.01.10 21:57:12.323560 [ 262 ] {30cec897-f7d0-4ff1-8b07-004c12d414e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1409 | 2025.01.10 21:57:12.324597 [ 262 ] {30cec897-f7d0-4ff1-8b07-004c12d414e5} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1410 | 2025.01.10 21:57:12.324637 [ 262 ] {30cec897-f7d0-4ff1-8b07-004c12d414e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1411 | 2025.01.10 21:57:12.325359 [ 262 ] {30cec897-f7d0-4ff1-8b07-004c12d414e5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1412 | 2025.01.10 21:57:12.325892 [ 262 ] {30cec897-f7d0-4ff1-8b07-004c12d414e5} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1413 | 2025.01.10 21:57:12.326235 [ 262 ] {30cec897-f7d0-4ff1-8b07-004c12d414e5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002759 sec., 2899.601304820587 rows/sec., 5.20 MiB/sec. | ||
| 1414 | 2025.01.10 21:57:12.326444 [ 262 ] {30cec897-f7d0-4ff1-8b07-004c12d414e5} <Debug> TCPHandler: Processed in 0.003157631 sec. | ||
| 1415 | 2025.01.10 21:57:12.326589 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1416 | 2025.01.10 21:57:12.326718 [ 258 ] {0fe2b7b2-70fe-49aa-9ac2-d13b47cfb042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1417 | 2025.01.10 21:57:12.326775 [ 258 ] {0fe2b7b2-70fe-49aa-9ac2-d13b47cfb042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1418 | 2025.01.10 21:57:12.327288 [ 258 ] {0fe2b7b2-70fe-49aa-9ac2-d13b47cfb042} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1419 | 2025.01.10 21:57:12.327336 [ 258 ] {0fe2b7b2-70fe-49aa-9ac2-d13b47cfb042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1420 | 2025.01.10 21:57:12.327825 [ 258 ] {0fe2b7b2-70fe-49aa-9ac2-d13b47cfb042} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1421 | 2025.01.10 21:57:12.328316 [ 258 ] {0fe2b7b2-70fe-49aa-9ac2-d13b47cfb042} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1422 | 2025.01.10 21:57:12.328637 [ 258 ] {0fe2b7b2-70fe-49aa-9ac2-d13b47cfb042} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001926 sec., 26998.96157840083 rows/sec., 1.67 MiB/sec. | ||
| 1423 | 2025.01.10 21:57:12.328713 [ 258 ] {0fe2b7b2-70fe-49aa-9ac2-d13b47cfb042} <Debug> TCPHandler: Processed in 0.002185293 sec. | ||
| 1424 | 2025.01.10 21:57:15.871884 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1425 | 2025.01.10 21:57:15.871950 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1426 | 2025.01.10 21:57:15.994061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2745 | ||
| 1427 | 2025.01.10 21:57:15.994680 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1428 | 2025.01.10 21:57:15.994730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1429 | 2025.01.10 21:57:15.995349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1430 | 2025.01.10 21:57:15.995605 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1431 | 2025.01.10 21:57:15.995845 [ 62 ] {} <Debug> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1432 | 2025.01.10 21:57:15.995864 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2745 | ||
| 1433 | 2025.01.10 21:57:15.995960 [ 62 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1434 | 2025.01.10 21:57:15.996000 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1435 | 2025.01.10 21:57:15.996355 [ 204 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 1436 | 2025.01.10 21:57:15.996661 [ 204 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1437 | 2025.01.10 21:57:15.996783 [ 204 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 1438 | 2025.01.10 21:57:15.996916 [ 204 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1439 | 2025.01.10 21:57:15.997190 [ 204 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1440 | 2025.01.10 21:57:15.997356 [ 204 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1441 | 2025.01.10 21:57:15.997554 [ 204 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1442 | 2025.01.10 21:57:15.997679 [ 204 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1443 | 2025.01.10 21:57:16.008733 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 4 columns (4 merged, 0 gathered) in 0.012597812 sec., 217894.98049343808 rows/sec., 3.12 MiB/sec. | ||
| 1444 | 2025.01.10 21:57:16.009438 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1445 | 2025.01.10 21:57:16.009792 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1446 | 2025.01.10 21:57:16.009872 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_6_1} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1447 | 2025.01.10 21:57:16.009975 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1448 | 2025.01.10 21:57:16.153538 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1449 | 2025.01.10 21:57:16.173403 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1450 | 2025.01.10 21:57:16.173449 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1451 | 2025.01.10 21:57:16.180358 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1452 | 2025.01.10 21:57:16.181097 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2025.01.10 21:57:16.181450 [ 62 ] {} <Debug> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1454 | 2025.01.10 21:57:16.181567 [ 62 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.01.10 21:57:16.181628 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1456 | 2025.01.10 21:57:16.182055 [ 192 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 1457 | 2025.01.10 21:57:16.197920 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1458 | 2025.01.10 21:57:16.199284 [ 192 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1459 | 2025.01.10 21:57:16.200469 [ 192 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 1460 | 2025.01.10 21:57:16.205604 [ 192 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 1461 | 2025.01.10 21:57:16.210750 [ 192 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 1462 | 2025.01.10 21:57:16.215964 [ 192 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 1463 | 2025.01.10 21:57:16.223178 [ 192 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 1464 | 2025.01.10 21:57:16.228080 [ 192 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 1465 | 2025.01.10 21:57:16.289616 [ 189 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.107843771 sec., 426.5429479464326 rows/sec., 2.21 MiB/sec. | ||
| 1466 | 2025.01.10 21:57:16.292197 [ 186 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1467 | 2025.01.10 21:57:16.295231 [ 186 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_6_1} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1468 | 2025.01.10 21:57:16.295351 [ 186 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_6_1} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1469 | 2025.01.10 21:57:16.297791 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1470 | 2025.01.10 21:57:17.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.01 MiB, peak 169.54 MiB, free memory in arenas 0.00 B, will set to 163.48 MiB (RSS), difference: 3.48 MiB | ||
| 1471 | 2025.01.10 21:57:17.297039 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1472 | 2025.01.10 21:57:17.297250 [ 258 ] {a0403ba7-ef4c-4fde-b233-16d23a8a5473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1473 | 2025.01.10 21:57:17.297331 [ 258 ] {a0403ba7-ef4c-4fde-b233-16d23a8a5473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1474 | 2025.01.10 21:57:17.298137 [ 258 ] {a0403ba7-ef4c-4fde-b233-16d23a8a5473} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.01.10 21:57:17.298186 [ 258 ] {a0403ba7-ef4c-4fde-b233-16d23a8a5473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1476 | 2025.01.10 21:57:17.298650 [ 258 ] {a0403ba7-ef4c-4fde-b233-16d23a8a5473} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1477 | 2025.01.10 21:57:17.298917 [ 258 ] {a0403ba7-ef4c-4fde-b233-16d23a8a5473} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1478 | 2025.01.10 21:57:17.299117 [ 78 ] {} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1479 | 2025.01.10 21:57:17.299195 [ 258 ] {a0403ba7-ef4c-4fde-b233-16d23a8a5473} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002 sec., 13000 rows/sec., 989.75 KiB/sec. | ||
| 1480 | 2025.01.10 21:57:17.299212 [ 78 ] {} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1481 | 2025.01.10 21:57:17.299288 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1482 | 2025.01.10 21:57:17.299337 [ 258 ] {a0403ba7-ef4c-4fde-b233-16d23a8a5473} <Debug> TCPHandler: Processed in 0.00243313 sec. | ||
| 1483 | 2025.01.10 21:57:17.299480 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::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 | ||
| 1484 | 2025.01.10 21:57:17.299534 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1485 | 2025.01.10 21:57:17.299613 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1486 | 2025.01.10 21:57:17.299666 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1487 | 2025.01.10 21:57:17.299671 [ 262 ] {2e84c820-9fb0-4fa4-b0e7-6c418866b1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1488 | 2025.01.10 21:57:17.299746 [ 262 ] {2e84c820-9fb0-4fa4-b0e7-6c418866b1bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1489 | 2025.01.10 21:57:17.299811 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1490 | 2025.01.10 21:57:17.300296 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 189 rows starting from the beginning of the part | ||
| 1491 | 2025.01.10 21:57:17.300572 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 1492 | 2025.01.10 21:57:17.300981 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 189 rows starting from the beginning of the part | ||
| 1493 | 2025.01.10 21:57:17.301291 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 1494 | 2025.01.10 21:57:17.302382 [ 262 ] {2e84c820-9fb0-4fa4-b0e7-6c418866b1bb} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.01.10 21:57:17.302429 [ 262 ] {2e84c820-9fb0-4fa4-b0e7-6c418866b1bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1496 | 2025.01.10 21:57:17.303121 [ 262 ] {2e84c820-9fb0-4fa4-b0e7-6c418866b1bb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1497 | 2025.01.10 21:57:17.303295 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 5 columns (5 merged, 0 gathered) in 0.003886232 sec., 124027.59279425417 rows/sec., 11.08 MiB/sec. | ||
| 1498 | 2025.01.10 21:57:17.303444 [ 262 ] {2e84c820-9fb0-4fa4-b0e7-6c418866b1bb} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2025.01.10 21:57:17.303451 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1500 | 2025.01.10 21:57:17.303655 [ 78 ] {} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1501 | 2025.01.10 21:57:17.303761 [ 78 ] {} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1502 | 2025.01.10 21:57:17.303837 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1503 | 2025.01.10 21:57:17.303859 [ 262 ] {2e84c820-9fb0-4fa4-b0e7-6c418866b1bb} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004213 sec., 6646.095418941372 rows/sec., 530.82 KiB/sec. | ||
| 1504 | 2025.01.10 21:57:17.304132 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1505 | 2025.01.10 21:57:17.304276 [ 262 ] {2e84c820-9fb0-4fa4-b0e7-6c418866b1bb} <Debug> TCPHandler: Processed in 0.004798328 sec. | ||
| 1506 | 2025.01.10 21:57:17.304605 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1507 | 2025.01.10 21:57:17.304619 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_6_1} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1508 | 2025.01.10 21:57:17.304695 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2025.01.10 21:57:17.305117 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1510 | 2025.01.10 21:57:17.305268 [ 258 ] {a981310d-df86-48b8-a7fc-145095c6d979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1511 | 2025.01.10 21:57:17.305278 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1512 | 2025.01.10 21:57:17.305369 [ 258 ] {a981310d-df86-48b8-a7fc-145095c6d979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1513 | 2025.01.10 21:57:17.305381 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1514 | 2025.01.10 21:57:17.305784 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1515 | 2025.01.10 21:57:17.306160 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 354 rows starting from the beginning of the part | ||
| 1516 | 2025.01.10 21:57:17.306505 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1517 | 2025.01.10 21:57:17.306776 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 354 rows starting from the beginning of the part | ||
| 1518 | 2025.01.10 21:57:17.306923 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
| 1519 | 2025.01.10 21:57:17.307892 [ 258 ] {a981310d-df86-48b8-a7fc-145095c6d979} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1520 | 2025.01.10 21:57:17.307959 [ 258 ] {a981310d-df86-48b8-a7fc-145095c6d979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1521 | 2025.01.10 21:57:17.309054 [ 258 ] {a981310d-df86-48b8-a7fc-145095c6d979} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1522 | 2025.01.10 21:57:17.309671 [ 258 ] {a981310d-df86-48b8-a7fc-145095c6d979} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): 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.10 21:57:17.309910 [ 204 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 5 columns (5 merged, 0 gathered) in 0.005824008 sec., 140796.50989490398 rows/sec., 10.57 MiB/sec. | ||
| 1524 | 2025.01.10 21:57:17.310042 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1525 | 2025.01.10 21:57:17.310155 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1526 | 2025.01.10 21:57:17.310197 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1527 | 2025.01.10 21:57:17.310253 [ 258 ] {a981310d-df86-48b8-a7fc-145095c6d979} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005098 sec., 19615.535504119263 rows/sec., 1.36 MiB/sec. | ||
| 1528 | 2025.01.10 21:57:17.310260 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1529 | 2025.01.10 21:57:17.310722 [ 258 ] {a981310d-df86-48b8-a7fc-145095c6d979} <Debug> TCPHandler: Processed in 0.00625973 sec. | ||
| 1530 | 2025.01.10 21:57:17.310826 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::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 | ||
| 1531 | 2025.01.10 21:57:17.311076 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1532 | 2025.01.10 21:57:17.311481 [ 262 ] {5d9c15a5-9fa8-4501-9e2b-3fe782a14c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1533 | 2025.01.10 21:57:17.311527 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1534 | 2025.01.10 21:57:17.311572 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1535 | 2025.01.10 21:57:17.311617 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
| 1536 | 2025.01.10 21:57:17.311612 [ 262 ] {5d9c15a5-9fa8-4501-9e2b-3fe782a14c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1537 | 2025.01.10 21:57:17.312078 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_6_1} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1538 | 2025.01.10 21:57:17.312156 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1539 | 2025.01.10 21:57:17.312546 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1540 | 2025.01.10 21:57:17.312685 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 177 rows starting from the beginning of the part | ||
| 1541 | 2025.01.10 21:57:17.313114 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
| 1542 | 2025.01.10 21:57:17.313505 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 177 rows starting from the beginning of the part | ||
| 1543 | 2025.01.10 21:57:17.313701 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
| 1544 | 2025.01.10 21:57:17.314433 [ 262 ] {5d9c15a5-9fa8-4501-9e2b-3fe782a14c2b} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2025.01.10 21:57:17.314482 [ 262 ] {5d9c15a5-9fa8-4501-9e2b-3fe782a14c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1546 | 2025.01.10 21:57:17.315134 [ 262 ] {5d9c15a5-9fa8-4501-9e2b-3fe782a14c2b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1547 | 2025.01.10 21:57:17.315449 [ 262 ] {5d9c15a5-9fa8-4501-9e2b-3fe782a14c2b} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2025.01.10 21:57:17.315731 [ 78 ] {} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1549 | 2025.01.10 21:57:17.315852 [ 78 ] {} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1550 | 2025.01.10 21:57:17.315899 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 5 columns (5 merged, 0 gathered) in 0.005549439 sec., 132265.6218042941 rows/sec., 8.96 MiB/sec. | ||
| 1551 | 2025.01.10 21:57:17.315929 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1552 | 2025.01.10 21:57:17.315997 [ 262 ] {5d9c15a5-9fa8-4501-9e2b-3fe782a14c2b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004607 sec., 6511.829824180595 rows/sec., 456.80 KiB/sec. | ||
| 1553 | 2025.01.10 21:57:17.316283 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1554 | 2025.01.10 21:57:17.316355 [ 262 ] {5d9c15a5-9fa8-4501-9e2b-3fe782a14c2b} <Debug> TCPHandler: Processed in 0.005460277 sec. | ||
| 1555 | 2025.01.10 21:57:17.316414 [ 190 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1556 | 2025.01.10 21:57:17.316718 [ 190 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1557 | 2025.01.10 21:57:17.316780 [ 190 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1558 | 2025.01.10 21:57:17.316976 [ 190 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1559 | 2025.01.10 21:57:17.317121 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1560 | 2025.01.10 21:57:17.317229 [ 190 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 1561 | 2025.01.10 21:57:17.317454 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1562 | 2025.01.10 21:57:17.317495 [ 190 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1563 | 2025.01.10 21:57:17.317709 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1564 | 2025.01.10 21:57:17.317758 [ 190 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part | ||
| 1565 | 2025.01.10 21:57:17.317854 [ 190 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 1566 | 2025.01.10 21:57:17.318822 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.00276775 sec., 78764.33926474574 rows/sec., 5.15 MiB/sec. | ||
| 1567 | 2025.01.10 21:57:17.318985 [ 204 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1568 | 2025.01.10 21:57:17.319260 [ 204 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2025.01.10 21:57:17.319330 [ 204 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_6_1} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1570 | 2025.01.10 21:57:17.319407 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1571 | 2025.01.10 21:57:17.803026 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1572 | 2025.01.10 21:57:17.803314 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1573 | 2025.01.10 21:57:17.803761 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1574 | 2025.01.10 21:57:17.803812 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1575 | 2025.01.10 21:57:17.804139 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1576 | 2025.01.10 21:57:17.804216 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1577 | 2025.01.10 21:57:17.804395 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1578 | 2025.01.10 21:57:17.804644 [ 295 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1579 | 2025.01.10 21:57:17.804664 [ 294 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1580 | 2025.01.10 21:57:17.804788 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1581 | 2025.01.10 21:57:17.804820 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1582 | 2025.01.10 21:57:17.807039 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1583 | 2025.01.10 21:57:17.807072 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1584 | 2025.01.10 21:57:17.807140 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1585 | 2025.01.10 21:57:17.807198 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1586 | 2025.01.10 21:57:17.808625 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.00544 sec., 4963.235294117647 rows/sec., 184.72 KiB/sec. | ||
| 1587 | 2025.01.10 21:57:17.808787 [ 258 ] {73476a55-26c0-4722-81b9-bc34ab7ce92a} <Debug> TCPHandler: Processed in 0.005896069 sec. | ||
| 1588 | 2025.01.10 21:57:17.809107 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1589 | 2025.01.10 21:57:17.809280 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1590 | 2025.01.10 21:57:17.809573 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1591 | 2025.01.10 21:57:17.809620 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1592 | 2025.01.10 21:57:17.809911 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1593 | 2025.01.10 21:57:17.809980 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1594 | 2025.01.10 21:57:17.810124 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1595 | 2025.01.10 21:57:17.810227 [ 296 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1596 | 2025.01.10 21:57:17.810244 [ 295 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1597 | 2025.01.10 21:57:17.810356 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1598 | 2025.01.10 21:57:17.810382 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1599 | 2025.01.10 21:57:17.810461 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1600 | 2025.01.10 21:57:17.810483 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1601 | 2025.01.10 21:57:17.810524 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1602 | 2025.01.10 21:57:17.810569 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1603 | 2025.01.10 21:57:17.811579 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002379 sec., 11349.306431273644 rows/sec., 422.40 KiB/sec. | ||
| 1604 | 2025.01.10 21:57:17.811710 [ 262 ] {7bb74003-4642-49de-bb45-1634d1f06282} <Debug> TCPHandler: Processed in 0.002657776 sec. | ||
| 1605 | 2025.01.10 21:57:17.811982 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1606 | 2025.01.10 21:57:17.812175 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1607 | 2025.01.10 21:57:17.812525 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1608 | 2025.01.10 21:57:17.812581 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1609 | 2025.01.10 21:57:17.812911 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1610 | 2025.01.10 21:57:17.812978 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1611 | 2025.01.10 21:57:17.813120 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1612 | 2025.01.10 21:57:17.813228 [ 294 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1613 | 2025.01.10 21:57:17.813230 [ 295 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1614 | 2025.01.10 21:57:17.813338 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1615 | 2025.01.10 21:57:17.813363 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1616 | 2025.01.10 21:57:17.813442 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1617 | 2025.01.10 21:57:17.813463 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1618 | 2025.01.10 21:57:17.813503 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1619 | 2025.01.10 21:57:17.813548 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1620 | 2025.01.10 21:57:17.814593 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002508 sec., 10765.55023923445 rows/sec., 400.67 KiB/sec. | ||
| 1621 | 2025.01.10 21:57:17.814726 [ 258 ] {2aa7199a-56f9-4775-9a0e-30e5b671d561} <Debug> TCPHandler: Processed in 0.002807631 sec. | ||
| 1622 | 2025.01.10 21:57:17.815074 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1623 | 2025.01.10 21:57:17.815277 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1624 | 2025.01.10 21:57:17.815625 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1625 | 2025.01.10 21:57:17.815680 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1626 | 2025.01.10 21:57:17.815993 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1627 | 2025.01.10 21:57:17.816060 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1628 | 2025.01.10 21:57:17.816205 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1629 | 2025.01.10 21:57:17.816313 [ 296 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1630 | 2025.01.10 21:57:17.816315 [ 294 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1631 | 2025.01.10 21:57:17.816444 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1632 | 2025.01.10 21:57:17.816473 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1633 | 2025.01.10 21:57:17.816555 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1634 | 2025.01.10 21:57:17.816575 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1635 | 2025.01.10 21:57:17.816615 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1636 | 2025.01.10 21:57:17.816658 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1637 | 2025.01.10 21:57:17.817692 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.00251 sec., 10756.972111553785 rows/sec., 400.35 KiB/sec. | ||
| 1638 | 2025.01.10 21:57:17.817823 [ 262 ] {f751561c-6621-404d-8bbc-ea28e4b07e1c} <Debug> TCPHandler: Processed in 0.002813951 sec. | ||
| 1639 | 2025.01.10 21:57:17.818084 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2025.01.10 21:57:17.818279 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1641 | 2025.01.10 21:57:17.818628 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1642 | 2025.01.10 21:57:17.818683 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1643 | 2025.01.10 21:57:17.819001 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1644 | 2025.01.10 21:57:17.819068 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1645 | 2025.01.10 21:57:17.819210 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1646 | 2025.01.10 21:57:17.819308 [ 294 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1647 | 2025.01.10 21:57:17.819323 [ 296 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1648 | 2025.01.10 21:57:17.819429 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1649 | 2025.01.10 21:57:17.819458 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1650 | 2025.01.10 21:57:17.819537 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1651 | 2025.01.10 21:57:17.819558 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1652 | 2025.01.10 21:57:17.819598 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1653 | 2025.01.10 21:57:17.819644 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1654 | 2025.01.10 21:57:17.820655 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002468 sec., 10940.032414910858 rows/sec., 407.16 KiB/sec. | ||
| 1655 | 2025.01.10 21:57:17.820788 [ 258 ] {0995190c-fc4b-4c28-9aad-0b30d1dce790} <Debug> TCPHandler: Processed in 0.002771229 sec. | ||
| 1656 | 2025.01.10 21:57:17.821056 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1657 | 2025.01.10 21:57:17.821220 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1658 | 2025.01.10 21:57:17.821501 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1659 | 2025.01.10 21:57:17.821548 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1660 | 2025.01.10 21:57:17.821843 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1661 | 2025.01.10 21:57:17.821908 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1662 | 2025.01.10 21:57:17.822049 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1663 | 2025.01.10 21:57:17.822145 [ 294 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1664 | 2025.01.10 21:57:17.822159 [ 296 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1665 | 2025.01.10 21:57:17.822260 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (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 | ||
| 1666 | 2025.01.10 21:57:17.822287 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1667 | 2025.01.10 21:57:17.822369 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1668 | 2025.01.10 21:57:17.822388 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1669 | 2025.01.10 21:57:17.822429 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1670 | 2025.01.10 21:57:17.822472 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1671 | 2025.01.10 21:57:17.823445 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.0023 sec., 11739.130434782608 rows/sec., 436.91 KiB/sec. | ||
| 1672 | 2025.01.10 21:57:17.823575 [ 262 ] {49d715c4-d539-47a9-85ec-349fd323cb95} <Debug> TCPHandler: Processed in 0.002569663 sec. | ||
| 1673 | 2025.01.10 21:57:17.903150 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1674 | 2025.01.10 21:57:17.903296 [ 258 ] {fbe3b0e9-5af1-4c7c-9222-e1c386f9017c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1675 | 2025.01.10 21:57:17.903355 [ 258 ] {fbe3b0e9-5af1-4c7c-9222-e1c386f9017c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1676 | 2025.01.10 21:57:17.904100 [ 258 ] {fbe3b0e9-5af1-4c7c-9222-e1c386f9017c} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1677 | 2025.01.10 21:57:17.904144 [ 258 ] {fbe3b0e9-5af1-4c7c-9222-e1c386f9017c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1678 | 2025.01.10 21:57:17.904642 [ 258 ] {fbe3b0e9-5af1-4c7c-9222-e1c386f9017c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1679 | 2025.01.10 21:57:17.904866 [ 258 ] {fbe3b0e9-5af1-4c7c-9222-e1c386f9017c} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1680 | 2025.01.10 21:57:17.905116 [ 258 ] {fbe3b0e9-5af1-4c7c-9222-e1c386f9017c} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001855 sec., 3234.5013477088946 rows/sec., 720.18 KiB/sec. | ||
| 1681 | 2025.01.10 21:57:17.905199 [ 258 ] {fbe3b0e9-5af1-4c7c-9222-e1c386f9017c} <Debug> TCPHandler: Processed in 0.002114291 sec. | ||
| 1682 | 2025.01.10 21:57:17.905355 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1683 | 2025.01.10 21:57:17.905492 [ 262 ] {da6576a2-fc1e-46c9-b295-800399c0ac08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1684 | 2025.01.10 21:57:17.905547 [ 262 ] {da6576a2-fc1e-46c9-b295-800399c0ac08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1685 | 2025.01.10 21:57:17.906124 [ 262 ] {da6576a2-fc1e-46c9-b295-800399c0ac08} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2025.01.10 21:57:17.906161 [ 262 ] {da6576a2-fc1e-46c9-b295-800399c0ac08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1687 | 2025.01.10 21:57:17.906517 [ 262 ] {da6576a2-fc1e-46c9-b295-800399c0ac08} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1688 | 2025.01.10 21:57:17.906761 [ 262 ] {da6576a2-fc1e-46c9-b295-800399c0ac08} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1689 | 2025.01.10 21:57:17.906962 [ 262 ] {da6576a2-fc1e-46c9-b295-800399c0ac08} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001499 sec., 9339.559706470982 rows/sec., 672.32 KiB/sec. | ||
| 1690 | 2025.01.10 21:57:17.907016 [ 262 ] {da6576a2-fc1e-46c9-b295-800399c0ac08} <Debug> TCPHandler: Processed in 0.00172334 sec. | ||
| 1691 | 2025.01.10 21:57:17.907162 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1692 | 2025.01.10 21:57:17.907290 [ 258 ] {db3f551d-07c5-4705-8484-52627905912f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1693 | 2025.01.10 21:57:17.907344 [ 258 ] {db3f551d-07c5-4705-8484-52627905912f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1694 | 2025.01.10 21:57:17.908557 [ 258 ] {db3f551d-07c5-4705-8484-52627905912f} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1695 | 2025.01.10 21:57:17.908597 [ 258 ] {db3f551d-07c5-4705-8484-52627905912f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1696 | 2025.01.10 21:57:17.909051 [ 258 ] {db3f551d-07c5-4705-8484-52627905912f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1697 | 2025.01.10 21:57:17.909290 [ 258 ] {db3f551d-07c5-4705-8484-52627905912f} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1698 | 2025.01.10 21:57:17.909501 [ 258 ] {db3f551d-07c5-4705-8484-52627905912f} <Debug> executeQuery: Read 1329 rows, 113.25 KiB in 0.00224 sec., 593303.5714285715 rows/sec., 49.37 MiB/sec. | ||
| 1699 | 2025.01.10 21:57:17.909555 [ 258 ] {db3f551d-07c5-4705-8484-52627905912f} <Debug> TCPHandler: Processed in 0.002453201 sec. | ||
| 1700 | 2025.01.10 21:57:17.909709 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1701 | 2025.01.10 21:57:17.909830 [ 262 ] {b4938012-ac39-4b8e-a2c6-69e22c61c936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1702 | 2025.01.10 21:57:17.909874 [ 262 ] {b4938012-ac39-4b8e-a2c6-69e22c61c936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1703 | 2025.01.10 21:57:17.910398 [ 262 ] {b4938012-ac39-4b8e-a2c6-69e22c61c936} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1704 | 2025.01.10 21:57:17.910435 [ 262 ] {b4938012-ac39-4b8e-a2c6-69e22c61c936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1705 | 2025.01.10 21:57:17.910767 [ 262 ] {b4938012-ac39-4b8e-a2c6-69e22c61c936} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1706 | 2025.01.10 21:57:17.911001 [ 262 ] {b4938012-ac39-4b8e-a2c6-69e22c61c936} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1707 | 2025.01.10 21:57:17.911206 [ 262 ] {b4938012-ac39-4b8e-a2c6-69e22c61c936} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001398 sec., 10729.61373390558 rows/sec., 756.52 KiB/sec. | ||
| 1708 | 2025.01.10 21:57:17.911258 [ 262 ] {b4938012-ac39-4b8e-a2c6-69e22c61c936} <Debug> TCPHandler: Processed in 0.001610316 sec. | ||
| 1709 | 2025.01.10 21:57:17.911397 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1710 | 2025.01.10 21:57:17.911505 [ 258 ] {85c4878d-5849-44d7-a947-bb2362abbf7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1711 | 2025.01.10 21:57:17.911550 [ 258 ] {85c4878d-5849-44d7-a947-bb2362abbf7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1712 | 2025.01.10 21:57:17.912132 [ 258 ] {85c4878d-5849-44d7-a947-bb2362abbf7b} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1713 | 2025.01.10 21:57:17.912171 [ 258 ] {85c4878d-5849-44d7-a947-bb2362abbf7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1714 | 2025.01.10 21:57:17.912523 [ 258 ] {85c4878d-5849-44d7-a947-bb2362abbf7b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1715 | 2025.01.10 21:57:17.912754 [ 258 ] {85c4878d-5849-44d7-a947-bb2362abbf7b} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1716 | 2025.01.10 21:57:17.913017 [ 258 ] {85c4878d-5849-44d7-a947-bb2362abbf7b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001513 sec., 159947.1249173827 rows/sec., 10.84 MiB/sec. | ||
| 1717 | 2025.01.10 21:57:17.913160 [ 258 ] {85c4878d-5849-44d7-a947-bb2362abbf7b} <Debug> TCPHandler: Processed in 0.001814822 sec. | ||
| 1718 | 2025.01.10 21:57:17.913304 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1719 | 2025.01.10 21:57:17.913433 [ 262 ] {ad014a0a-04a4-4a55-b01d-788b9a4b90dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1720 | 2025.01.10 21:57:17.913487 [ 262 ] {ad014a0a-04a4-4a55-b01d-788b9a4b90dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1721 | 2025.01.10 21:57:17.914074 [ 262 ] {ad014a0a-04a4-4a55-b01d-788b9a4b90dc} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1722 | 2025.01.10 21:57:17.914113 [ 262 ] {ad014a0a-04a4-4a55-b01d-788b9a4b90dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1723 | 2025.01.10 21:57:17.914449 [ 262 ] {ad014a0a-04a4-4a55-b01d-788b9a4b90dc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1724 | 2025.01.10 21:57:17.914677 [ 262 ] {ad014a0a-04a4-4a55-b01d-788b9a4b90dc} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1725 | 2025.01.10 21:57:17.914876 [ 262 ] {ad014a0a-04a4-4a55-b01d-788b9a4b90dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001473 sec., 8825.526137135099 rows/sec., 550.27 KiB/sec. | ||
| 1726 | 2025.01.10 21:57:17.914930 [ 262 ] {ad014a0a-04a4-4a55-b01d-788b9a4b90dc} <Debug> TCPHandler: Processed in 0.001687179 sec. | ||
| 1727 | 2025.01.10 21:57:17.915078 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1728 | 2025.01.10 21:57:17.915206 [ 258 ] {a053fbb6-acf3-4c22-84f8-7c9f69fee8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1729 | 2025.01.10 21:57:17.915260 [ 258 ] {a053fbb6-acf3-4c22-84f8-7c9f69fee8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1730 | 2025.01.10 21:57:17.916134 [ 258 ] {a053fbb6-acf3-4c22-84f8-7c9f69fee8d1} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1731 | 2025.01.10 21:57:17.916172 [ 258 ] {a053fbb6-acf3-4c22-84f8-7c9f69fee8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1732 | 2025.01.10 21:57:17.916565 [ 258 ] {a053fbb6-acf3-4c22-84f8-7c9f69fee8d1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1733 | 2025.01.10 21:57:17.916794 [ 258 ] {a053fbb6-acf3-4c22-84f8-7c9f69fee8d1} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1734 | 2025.01.10 21:57:17.916991 [ 258 ] {a053fbb6-acf3-4c22-84f8-7c9f69fee8d1} <Debug> executeQuery: Read 810 rows, 59.73 KiB in 0.001813 sec., 446773.30391616106 rows/sec., 32.17 MiB/sec. | ||
| 1735 | 2025.01.10 21:57:17.917041 [ 258 ] {a053fbb6-acf3-4c22-84f8-7c9f69fee8d1} <Debug> TCPHandler: Processed in 0.002025639 sec. | ||
| 1736 | 2025.01.10 21:57:17.917186 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1737 | 2025.01.10 21:57:17.917313 [ 262 ] {6bed2ec5-83c5-4edd-a864-83de4728b0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1738 | 2025.01.10 21:57:17.917369 [ 262 ] {6bed2ec5-83c5-4edd-a864-83de4728b0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1739 | 2025.01.10 21:57:17.917860 [ 262 ] {6bed2ec5-83c5-4edd-a864-83de4728b0dc} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1740 | 2025.01.10 21:57:17.917898 [ 262 ] {6bed2ec5-83c5-4edd-a864-83de4728b0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1741 | 2025.01.10 21:57:17.918237 [ 262 ] {6bed2ec5-83c5-4edd-a864-83de4728b0dc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1742 | 2025.01.10 21:57:17.918467 [ 262 ] {6bed2ec5-83c5-4edd-a864-83de4728b0dc} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1743 | 2025.01.10 21:57:17.918731 [ 262 ] {6bed2ec5-83c5-4edd-a864-83de4728b0dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 1744 | 2025.01.10 21:57:17.918856 [ 262 ] {6bed2ec5-83c5-4edd-a864-83de4728b0dc} <Debug> TCPHandler: Processed in 0.00172965 sec. | ||
| 1745 | 2025.01.10 21:57:17.918997 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1746 | 2025.01.10 21:57:17.919125 [ 258 ] {ceaa1156-2d4f-4a43-a14b-56d24b8845ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1747 | 2025.01.10 21:57:17.919182 [ 258 ] {ceaa1156-2d4f-4a43-a14b-56d24b8845ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1748 | 2025.01.10 21:57:17.920348 [ 258 ] {ceaa1156-2d4f-4a43-a14b-56d24b8845ef} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1749 | 2025.01.10 21:57:17.920385 [ 258 ] {ceaa1156-2d4f-4a43-a14b-56d24b8845ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1750 | 2025.01.10 21:57:17.920917 [ 258 ] {ceaa1156-2d4f-4a43-a14b-56d24b8845ef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1751 | 2025.01.10 21:57:17.921155 [ 258 ] {ceaa1156-2d4f-4a43-a14b-56d24b8845ef} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1752 | 2025.01.10 21:57:17.921356 [ 258 ] {ceaa1156-2d4f-4a43-a14b-56d24b8845ef} <Debug> executeQuery: Read 2221 rows, 151.47 KiB in 0.002258 sec., 983613.817537644 rows/sec., 65.51 MiB/sec. | ||
| 1753 | 2025.01.10 21:57:17.921407 [ 258 ] {ceaa1156-2d4f-4a43-a14b-56d24b8845ef} <Debug> TCPHandler: Processed in 0.002472071 sec. | ||
| 1754 | 2025.01.10 21:57:17.921554 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1755 | 2025.01.10 21:57:17.921682 [ 262 ] {608c0219-ea12-4201-9242-3a2db129677b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1756 | 2025.01.10 21:57:17.921738 [ 262 ] {608c0219-ea12-4201-9242-3a2db129677b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1757 | 2025.01.10 21:57:17.922228 [ 262 ] {608c0219-ea12-4201-9242-3a2db129677b} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1758 | 2025.01.10 21:57:17.922273 [ 262 ] {608c0219-ea12-4201-9242-3a2db129677b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1759 | 2025.01.10 21:57:17.922680 [ 262 ] {608c0219-ea12-4201-9242-3a2db129677b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1760 | 2025.01.10 21:57:17.922941 [ 262 ] {608c0219-ea12-4201-9242-3a2db129677b} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1761 | 2025.01.10 21:57:17.923134 [ 262 ] {608c0219-ea12-4201-9242-3a2db129677b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 1762 | 2025.01.10 21:57:17.923301 [ 262 ] {608c0219-ea12-4201-9242-3a2db129677b} <Debug> TCPHandler: Processed in 0.001807102 sec. | ||
| 1763 | 2025.01.10 21:57:17.923447 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1764 | 2025.01.10 21:57:17.923564 [ 258 ] {aecac620-1476-44bb-89b6-95930d01d4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1765 | 2025.01.10 21:57:17.923638 [ 258 ] {aecac620-1476-44bb-89b6-95930d01d4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1766 | 2025.01.10 21:57:17.924726 [ 258 ] {aecac620-1476-44bb-89b6-95930d01d4e7} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1767 | 2025.01.10 21:57:17.924767 [ 258 ] {aecac620-1476-44bb-89b6-95930d01d4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1768 | 2025.01.10 21:57:17.925365 [ 258 ] {aecac620-1476-44bb-89b6-95930d01d4e7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1769 | 2025.01.10 21:57:17.925628 [ 258 ] {aecac620-1476-44bb-89b6-95930d01d4e7} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1770 | 2025.01.10 21:57:17.925893 [ 258 ] {aecac620-1476-44bb-89b6-95930d01d4e7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002343 sec., 3414.4259496372174 rows/sec., 6.12 MiB/sec. | ||
| 1771 | 2025.01.10 21:57:17.926009 [ 258 ] {aecac620-1476-44bb-89b6-95930d01d4e7} <Debug> TCPHandler: Processed in 0.002617676 sec. | ||
| 1772 | 2025.01.10 21:57:17.926159 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1773 | 2025.01.10 21:57:17.926266 [ 262 ] {224e58f8-2957-4a85-b625-d8b8e5ab6c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1774 | 2025.01.10 21:57:17.926312 [ 262 ] {224e58f8-2957-4a85-b625-d8b8e5ab6c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1775 | 2025.01.10 21:57:17.926740 [ 262 ] {224e58f8-2957-4a85-b625-d8b8e5ab6c0d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1776 | 2025.01.10 21:57:17.926777 [ 262 ] {224e58f8-2957-4a85-b625-d8b8e5ab6c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1777 | 2025.01.10 21:57:17.927120 [ 262 ] {224e58f8-2957-4a85-b625-d8b8e5ab6c0d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1778 | 2025.01.10 21:57:17.927348 [ 262 ] {224e58f8-2957-4a85-b625-d8b8e5ab6c0d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1779 | 2025.01.10 21:57:17.927581 [ 262 ] {224e58f8-2957-4a85-b625-d8b8e5ab6c0d} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001321 sec., 21196.063588190766 rows/sec., 1.19 MiB/sec. | ||
| 1780 | 2025.01.10 21:57:17.927711 [ 262 ] {224e58f8-2957-4a85-b625-d8b8e5ab6c0d} <Debug> TCPHandler: Processed in 0.001602627 sec. | ||
| 1781 | 2025.01.10 21:57:20.994343 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 260 | ||
| 1782 | 2025.01.10 21:57:20.998608 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.01.10 21:57:20.998681 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1784 | 2025.01.10 21:57:21.000530 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1785 | 2025.01.10 21:57:21.000937 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.01.10 21:57:21.001529 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260 | ||
| 1787 | 2025.01.10 21:57:22.295748 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1788 | 2025.01.10 21:57:22.295967 [ 258 ] {d9c299a6-e0e8-424a-a6ff-62ee5e09735e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1789 | 2025.01.10 21:57:22.296038 [ 258 ] {d9c299a6-e0e8-424a-a6ff-62ee5e09735e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1790 | 2025.01.10 21:57:22.296814 [ 258 ] {d9c299a6-e0e8-424a-a6ff-62ee5e09735e} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1791 | 2025.01.10 21:57:22.296860 [ 258 ] {d9c299a6-e0e8-424a-a6ff-62ee5e09735e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1792 | 2025.01.10 21:57:22.297281 [ 258 ] {d9c299a6-e0e8-424a-a6ff-62ee5e09735e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1793 | 2025.01.10 21:57:22.297536 [ 258 ] {d9c299a6-e0e8-424a-a6ff-62ee5e09735e} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1794 | 2025.01.10 21:57:22.297817 [ 258 ] {d9c299a6-e0e8-424a-a6ff-62ee5e09735e} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001898 sec., 13698.630136986301 rows/sec., 1.02 MiB/sec. | ||
| 1795 | 2025.01.10 21:57:22.297968 [ 258 ] {d9c299a6-e0e8-424a-a6ff-62ee5e09735e} <Debug> TCPHandler: Processed in 0.002354627 sec. | ||
| 1796 | 2025.01.10 21:57:22.298149 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1797 | 2025.01.10 21:57:22.298264 [ 262 ] {59a61160-f109-46c2-9890-3dcd4f8bc2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1798 | 2025.01.10 21:57:22.298311 [ 262 ] {59a61160-f109-46c2-9890-3dcd4f8bc2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1799 | 2025.01.10 21:57:22.298887 [ 262 ] {59a61160-f109-46c2-9890-3dcd4f8bc2ad} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2025.01.10 21:57:22.298928 [ 262 ] {59a61160-f109-46c2-9890-3dcd4f8bc2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1801 | 2025.01.10 21:57:22.299293 [ 262 ] {59a61160-f109-46c2-9890-3dcd4f8bc2ad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1802 | 2025.01.10 21:57:22.299532 [ 262 ] {59a61160-f109-46c2-9890-3dcd4f8bc2ad} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2025.01.10 21:57:22.299745 [ 262 ] {59a61160-f109-46c2-9890-3dcd4f8bc2ad} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001504 sec., 18617.021276595744 rows/sec., 1.45 MiB/sec. | ||
| 1804 | 2025.01.10 21:57:22.299798 [ 262 ] {59a61160-f109-46c2-9890-3dcd4f8bc2ad} <Debug> TCPHandler: Processed in 0.001706369 sec. | ||
| 1805 | 2025.01.10 21:57:22.299941 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1806 | 2025.01.10 21:57:22.300070 [ 258 ] {2919812e-acbb-41f7-b9e2-e8725bd3a93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1807 | 2025.01.10 21:57:22.300129 [ 258 ] {2919812e-acbb-41f7-b9e2-e8725bd3a93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1808 | 2025.01.10 21:57:22.300713 [ 258 ] {2919812e-acbb-41f7-b9e2-e8725bd3a93f} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1809 | 2025.01.10 21:57:22.300762 [ 258 ] {2919812e-acbb-41f7-b9e2-e8725bd3a93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1810 | 2025.01.10 21:57:22.301173 [ 258 ] {2919812e-acbb-41f7-b9e2-e8725bd3a93f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1811 | 2025.01.10 21:57:22.301427 [ 258 ] {2919812e-acbb-41f7-b9e2-e8725bd3a93f} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1812 | 2025.01.10 21:57:22.301665 [ 258 ] {2919812e-acbb-41f7-b9e2-e8725bd3a93f} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001617 sec., 49474.335188620906 rows/sec., 3.43 MiB/sec. | ||
| 1813 | 2025.01.10 21:57:22.301723 [ 258 ] {2919812e-acbb-41f7-b9e2-e8725bd3a93f} <Debug> TCPHandler: Processed in 0.001840533 sec. | ||
| 1814 | 2025.01.10 21:57:22.301870 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1815 | 2025.01.10 21:57:22.301992 [ 262 ] {65ff2775-0e65-40ec-af0e-cda4d8db75f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1816 | 2025.01.10 21:57:22.302049 [ 262 ] {65ff2775-0e65-40ec-af0e-cda4d8db75f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1817 | 2025.01.10 21:57:22.302566 [ 262 ] {65ff2775-0e65-40ec-af0e-cda4d8db75f3} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1818 | 2025.01.10 21:57:22.302612 [ 262 ] {65ff2775-0e65-40ec-af0e-cda4d8db75f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1819 | 2025.01.10 21:57:22.303021 [ 262 ] {65ff2775-0e65-40ec-af0e-cda4d8db75f3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1820 | 2025.01.10 21:57:22.303267 [ 262 ] {65ff2775-0e65-40ec-af0e-cda4d8db75f3} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1821 | 2025.01.10 21:57:22.303443 [ 262 ] {65ff2775-0e65-40ec-af0e-cda4d8db75f3} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001481 sec., 16205.266711681297 rows/sec., 1.11 MiB/sec. | ||
| 1822 | 2025.01.10 21:57:22.303491 [ 262 ] {65ff2775-0e65-40ec-af0e-cda4d8db75f3} <Debug> TCPHandler: Processed in 0.001672588 sec. | ||
| 1823 | 2025.01.10 21:57:23.496950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3233 | ||
| 1824 | 2025.01.10 21:57:23.497608 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1825 | 2025.01.10 21:57:23.497658 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1826 | 2025.01.10 21:57:23.498263 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1827 | 2025.01.10 21:57:23.498533 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1828 | 2025.01.10 21:57:23.498790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1829 | 2025.01.10 21:57:23.698932 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1830 | 2025.01.10 21:57:23.717530 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1831 | 2025.01.10 21:57:23.717586 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1832 | 2025.01.10 21:57:23.724430 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1833 | 2025.01.10 21:57:23.725200 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): 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.10 21:57:23.728039 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1835 | 2025.01.10 21:57:24.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.68 MiB, peak 169.54 MiB, free memory in arenas 0.00 B, will set to 165.76 MiB (RSS), difference: 1.08 MiB | ||
| 1836 | 2025.01.10 21:57:27.296198 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1837 | 2025.01.10 21:57:27.296426 [ 258 ] {5bcef0df-9e34-448a-8eb6-59df5913ff37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1838 | 2025.01.10 21:57:27.296506 [ 258 ] {5bcef0df-9e34-448a-8eb6-59df5913ff37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1839 | 2025.01.10 21:57:27.297295 [ 258 ] {5bcef0df-9e34-448a-8eb6-59df5913ff37} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1840 | 2025.01.10 21:57:27.297344 [ 258 ] {5bcef0df-9e34-448a-8eb6-59df5913ff37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1841 | 2025.01.10 21:57:27.297772 [ 258 ] {5bcef0df-9e34-448a-8eb6-59df5913ff37} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1842 | 2025.01.10 21:57:27.298032 [ 258 ] {5bcef0df-9e34-448a-8eb6-59df5913ff37} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1843 | 2025.01.10 21:57:27.298223 [ 258 ] {5bcef0df-9e34-448a-8eb6-59df5913ff37} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001854 sec., 14023.732470334413 rows/sec., 1.04 MiB/sec. | ||
| 1844 | 2025.01.10 21:57:27.298368 [ 258 ] {5bcef0df-9e34-448a-8eb6-59df5913ff37} <Debug> TCPHandler: Processed in 0.002312057 sec. | ||
| 1845 | 2025.01.10 21:57:27.298541 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1846 | 2025.01.10 21:57:27.298653 [ 262 ] {72f4448c-4f37-4555-97bc-676ebbb1839c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1847 | 2025.01.10 21:57:27.298700 [ 262 ] {72f4448c-4f37-4555-97bc-676ebbb1839c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1848 | 2025.01.10 21:57:27.299254 [ 262 ] {72f4448c-4f37-4555-97bc-676ebbb1839c} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1849 | 2025.01.10 21:57:27.299294 [ 262 ] {72f4448c-4f37-4555-97bc-676ebbb1839c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1850 | 2025.01.10 21:57:27.299662 [ 262 ] {72f4448c-4f37-4555-97bc-676ebbb1839c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1851 | 2025.01.10 21:57:27.299910 [ 262 ] {72f4448c-4f37-4555-97bc-676ebbb1839c} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1852 | 2025.01.10 21:57:27.300126 [ 262 ] {72f4448c-4f37-4555-97bc-676ebbb1839c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001485 sec., 18855.218855218856 rows/sec., 1.47 MiB/sec. | ||
| 1853 | 2025.01.10 21:57:27.300329 [ 262 ] {72f4448c-4f37-4555-97bc-676ebbb1839c} <Debug> TCPHandler: Processed in 0.001844363 sec. | ||
| 1854 | 2025.01.10 21:57:27.300495 [ 258 ] {} <Trace> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1855 | 2025.01.10 21:57:27.300630 [ 258 ] {607d1851-1a46-4d46-bccf-e95cb8f71e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47334) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1856 | 2025.01.10 21:57:27.300690 [ 258 ] {607d1851-1a46-4d46-bccf-e95cb8f71e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1857 | 2025.01.10 21:57:27.301311 [ 258 ] {607d1851-1a46-4d46-bccf-e95cb8f71e99} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1858 | 2025.01.10 21:57:27.301350 [ 258 ] {607d1851-1a46-4d46-bccf-e95cb8f71e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1859 | 2025.01.10 21:57:27.301734 [ 258 ] {607d1851-1a46-4d46-bccf-e95cb8f71e99} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1860 | 2025.01.10 21:57:27.301978 [ 258 ] {607d1851-1a46-4d46-bccf-e95cb8f71e99} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1861 | 2025.01.10 21:57:27.302171 [ 258 ] {607d1851-1a46-4d46-bccf-e95cb8f71e99} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001571 sec., 63653.723742838956 rows/sec., 4.41 MiB/sec. | ||
| 1862 | 2025.01.10 21:57:27.302223 [ 258 ] {607d1851-1a46-4d46-bccf-e95cb8f71e99} <Debug> TCPHandler: Processed in 0.001795562 sec. | ||
| 1863 | 2025.01.10 21:57:27.302389 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1864 | 2025.01.10 21:57:27.302498 [ 262 ] {d6c70dea-1aa0-484b-a81a-4be9079b39f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1865 | 2025.01.10 21:57:27.302544 [ 262 ] {d6c70dea-1aa0-484b-a81a-4be9079b39f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1866 | 2025.01.10 21:57:27.302983 [ 262 ] {d6c70dea-1aa0-484b-a81a-4be9079b39f8} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1867 | 2025.01.10 21:57:27.303023 [ 262 ] {d6c70dea-1aa0-484b-a81a-4be9079b39f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 1868 | 2025.01.10 21:57:27.303380 [ 262 ] {d6c70dea-1aa0-484b-a81a-4be9079b39f8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1869 | 2025.01.10 21:57:27.303617 [ 262 ] {d6c70dea-1aa0-484b-a81a-4be9079b39f8} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1870 | 2025.01.10 21:57:27.303827 [ 262 ] {d6c70dea-1aa0-484b-a81a-4be9079b39f8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001351 sec., 22205.77350111029 rows/sec., 1.52 MiB/sec. | ||
| 1871 | 2025.01.10 21:57:27.303875 [ 262 ] {d6c70dea-1aa0-484b-a81a-4be9079b39f8} <Debug> TCPHandler: Processed in 0.001537954 sec. | ||
| 1872 | 2025.01.10 21:57:30.872011 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1873 | 2025.01.10 21:57:30.872080 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1874 | 2025.01.10 21:57:30.999826 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3660 | ||
| 1875 | 2025.01.10 21:57:31.000454 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1876 | 2025.01.10 21:57:31.000502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1877 | 2025.01.10 21:57:31.001123 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1878 | 2025.01.10 21:57:31.001159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.95 MiB, peak 169.95 MiB, free memory in arenas 0.00 B, will set to 165.81 MiB (RSS), difference: -4.14 MiB | ||
| 1879 | 2025.01.10 21:57:31.001438 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1880 | 2025.01.10 21:57:31.001669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3660 | ||
| 1881 | 2025.01.10 21:57:31.002725 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 276 | ||
| 1882 | 2025.01.10 21:57:31.005384 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1883 | 2025.01.10 21:57:31.005435 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1884 | 2025.01.10 21:57:31.006898 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1885 | 2025.01.10 21:57:31.007206 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1886 | 2025.01.10 21:57:31.007859 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276 | ||
| 1887 | 2025.01.10 21:57:31.229019 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1888 | 2025.01.10 21:57:31.248155 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1889 | 2025.01.10 21:57:31.248194 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1890 | 2025.01.10 21:57:31.255308 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1891 | 2025.01.10 21:57:31.256044 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1892 | 2025.01.10 21:57:31.258382 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1893 | 2025.01.10 21:57:31.592861 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1894 | 2025.01.10 21:57:31.592962 [ 258 ] {} <Debug> TCP-Session: c4812533-e00c-496b-9ddc-c4aa24595ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1895 | 2025.01.10 21:57:32.001173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.15 MiB, peak 169.95 MiB, free memory in arenas 0.00 B, will set to 166.50 MiB (RSS), difference: 6.35 MiB | ||
| 1896 | 2025.01.10 21:57:32.301034 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1897 | 2025.01.10 21:57:32.301226 [ 262 ] {6a2def15-0377-4596-a165-43eeacbba56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1898 | 2025.01.10 21:57:32.301315 [ 262 ] {6a2def15-0377-4596-a165-43eeacbba56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1899 | 2025.01.10 21:57:32.302150 [ 262 ] {6a2def15-0377-4596-a165-43eeacbba56c} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2025.01.10 21:57:32.302205 [ 262 ] {6a2def15-0377-4596-a165-43eeacbba56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1901 | 2025.01.10 21:57:32.302628 [ 262 ] {6a2def15-0377-4596-a165-43eeacbba56c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1902 | 2025.01.10 21:57:32.302885 [ 262 ] {6a2def15-0377-4596-a165-43eeacbba56c} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1903 | 2025.01.10 21:57:32.303293 [ 262 ] {6a2def15-0377-4596-a165-43eeacbba56c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00208 sec., 6730.769230769231 rows/sec., 484.53 KiB/sec. | ||
| 1904 | 2025.01.10 21:57:32.303450 [ 262 ] {6a2def15-0377-4596-a165-43eeacbba56c} <Debug> TCPHandler: Processed in 0.002540203 sec. | ||
| 1905 | 2025.01.10 21:57:32.303741 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1906 | 2025.01.10 21:57:32.303954 [ 260 ] {b7badd3b-6c05-48e1-8360-7dcd2a189a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1907 | 2025.01.10 21:57:32.304058 [ 260 ] {b7badd3b-6c05-48e1-8360-7dcd2a189a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1908 | 2025.01.10 21:57:32.304908 [ 260 ] {b7badd3b-6c05-48e1-8360-7dcd2a189a0f} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2025.01.10 21:57:32.304952 [ 260 ] {b7badd3b-6c05-48e1-8360-7dcd2a189a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1910 | 2025.01.10 21:57:32.305396 [ 260 ] {b7badd3b-6c05-48e1-8360-7dcd2a189a0f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1911 | 2025.01.10 21:57:32.305642 [ 260 ] {b7badd3b-6c05-48e1-8360-7dcd2a189a0f} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2025.01.10 21:57:32.305951 [ 260 ] {b7badd3b-6c05-48e1-8360-7dcd2a189a0f} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.002044 sec., 92465.75342465754 rows/sec., 8.19 MiB/sec. | ||
| 1913 | 2025.01.10 21:57:32.306349 [ 260 ] {b7badd3b-6c05-48e1-8360-7dcd2a189a0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1914 | 2025.01.10 21:57:32.306382 [ 260 ] {b7badd3b-6c05-48e1-8360-7dcd2a189a0f} <Debug> TCPHandler: Processed in 0.00280126 sec. | ||
| 1915 | 2025.01.10 21:57:32.306544 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1916 | 2025.01.10 21:57:32.306660 [ 262 ] {cd1872d2-37b2-41ee-afb2-b75d79c0487f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1917 | 2025.01.10 21:57:32.306709 [ 262 ] {cd1872d2-37b2-41ee-afb2-b75d79c0487f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1918 | 2025.01.10 21:57:32.307306 [ 262 ] {cd1872d2-37b2-41ee-afb2-b75d79c0487f} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1919 | 2025.01.10 21:57:32.307345 [ 262 ] {cd1872d2-37b2-41ee-afb2-b75d79c0487f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1920 | 2025.01.10 21:57:32.307697 [ 262 ] {cd1872d2-37b2-41ee-afb2-b75d79c0487f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1921 | 2025.01.10 21:57:32.307934 [ 262 ] {cd1872d2-37b2-41ee-afb2-b75d79c0487f} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1922 | 2025.01.10 21:57:32.308227 [ 262 ] {cd1872d2-37b2-41ee-afb2-b75d79c0487f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001571 sec., 9548.058561425843 rows/sec., 673.21 KiB/sec. | ||
| 1923 | 2025.01.10 21:57:32.308451 [ 262 ] {cd1872d2-37b2-41ee-afb2-b75d79c0487f} <Debug> TCPHandler: Processed in 0.001956646 sec. | ||
| 1924 | 2025.01.10 21:57:32.308634 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1925 | 2025.01.10 21:57:32.308770 [ 260 ] {7517c1ac-0371-4bbd-b107-07e54bbf1f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1926 | 2025.01.10 21:57:32.308827 [ 260 ] {7517c1ac-0371-4bbd-b107-07e54bbf1f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1927 | 2025.01.10 21:57:32.309454 [ 260 ] {7517c1ac-0371-4bbd-b107-07e54bbf1f8f} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1928 | 2025.01.10 21:57:32.309493 [ 260 ] {7517c1ac-0371-4bbd-b107-07e54bbf1f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1929 | 2025.01.10 21:57:32.309848 [ 260 ] {7517c1ac-0371-4bbd-b107-07e54bbf1f8f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1930 | 2025.01.10 21:57:32.310078 [ 260 ] {7517c1ac-0371-4bbd-b107-07e54bbf1f8f} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.01.10 21:57:32.310288 [ 260 ] {7517c1ac-0371-4bbd-b107-07e54bbf1f8f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001547 sec., 9049.773755656108 rows/sec., 633.79 KiB/sec. | ||
| 1932 | 2025.01.10 21:57:32.310338 [ 260 ] {7517c1ac-0371-4bbd-b107-07e54bbf1f8f} <Debug> TCPHandler: Processed in 0.001773451 sec. | ||
| 1933 | 2025.01.10 21:57:32.310553 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.01.10 21:57:32.310774 [ 262 ] {577dcad0-483b-44fc-8b24-fd3e43e00c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1935 | 2025.01.10 21:57:32.310866 [ 262 ] {577dcad0-483b-44fc-8b24-fd3e43e00c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1936 | 2025.01.10 21:57:32.311614 [ 262 ] {577dcad0-483b-44fc-8b24-fd3e43e00c5a} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2025.01.10 21:57:32.311653 [ 262 ] {577dcad0-483b-44fc-8b24-fd3e43e00c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1938 | 2025.01.10 21:57:32.312001 [ 262 ] {577dcad0-483b-44fc-8b24-fd3e43e00c5a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1939 | 2025.01.10 21:57:32.312233 [ 262 ] {577dcad0-483b-44fc-8b24-fd3e43e00c5a} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1940 | 2025.01.10 21:57:32.312491 [ 262 ] {577dcad0-483b-44fc-8b24-fd3e43e00c5a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001759 sec., 7390.562819783969 rows/sec., 460.80 KiB/sec. | ||
| 1941 | 2025.01.10 21:57:32.312557 [ 262 ] {577dcad0-483b-44fc-8b24-fd3e43e00c5a} <Debug> TCPHandler: Processed in 0.002114821 sec. | ||
| 1942 | 2025.01.10 21:57:32.312714 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2025.01.10 21:57:32.312849 [ 260 ] {c9c29c23-a78c-4509-a779-f394e8ef73fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1944 | 2025.01.10 21:57:32.312906 [ 260 ] {c9c29c23-a78c-4509-a779-f394e8ef73fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1945 | 2025.01.10 21:57:32.313692 [ 260 ] {c9c29c23-a78c-4509-a779-f394e8ef73fa} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1946 | 2025.01.10 21:57:32.313731 [ 260 ] {c9c29c23-a78c-4509-a779-f394e8ef73fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1947 | 2025.01.10 21:57:32.314103 [ 260 ] {c9c29c23-a78c-4509-a779-f394e8ef73fa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1948 | 2025.01.10 21:57:32.314337 [ 260 ] {c9c29c23-a78c-4509-a779-f394e8ef73fa} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1949 | 2025.01.10 21:57:32.314566 [ 260 ] {c9c29c23-a78c-4509-a779-f394e8ef73fa} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.00174 sec., 203448.27586206896 rows/sec., 14.28 MiB/sec. | ||
| 1950 | 2025.01.10 21:57:32.314637 [ 260 ] {c9c29c23-a78c-4509-a779-f394e8ef73fa} <Debug> TCPHandler: Processed in 0.001988847 sec. | ||
| 1951 | 2025.01.10 21:57:32.314795 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1952 | 2025.01.10 21:57:32.314932 [ 262 ] {e6b4ce59-6b74-4d58-9884-bdb2850f2d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1953 | 2025.01.10 21:57:32.314991 [ 262 ] {e6b4ce59-6b74-4d58-9884-bdb2850f2d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1954 | 2025.01.10 21:57:32.315505 [ 262 ] {e6b4ce59-6b74-4d58-9884-bdb2850f2d1c} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1955 | 2025.01.10 21:57:32.315544 [ 262 ] {e6b4ce59-6b74-4d58-9884-bdb2850f2d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1956 | 2025.01.10 21:57:32.315903 [ 262 ] {e6b4ce59-6b74-4d58-9884-bdb2850f2d1c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1957 | 2025.01.10 21:57:32.316143 [ 262 ] {e6b4ce59-6b74-4d58-9884-bdb2850f2d1c} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1958 | 2025.01.10 21:57:32.316510 [ 262 ] {e6b4ce59-6b74-4d58-9884-bdb2850f2d1c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec. | ||
| 1959 | 2025.01.10 21:57:32.316662 [ 262 ] {e6b4ce59-6b74-4d58-9884-bdb2850f2d1c} <Debug> TCPHandler: Processed in 0.001935395 sec. | ||
| 1960 | 2025.01.10 21:57:32.316815 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1961 | 2025.01.10 21:57:32.316952 [ 260 ] {94d5a0c5-bde5-4fda-88b6-41b5dafd0d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1962 | 2025.01.10 21:57:32.317014 [ 260 ] {94d5a0c5-bde5-4fda-88b6-41b5dafd0d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1963 | 2025.01.10 21:57:32.317619 [ 260 ] {94d5a0c5-bde5-4fda-88b6-41b5dafd0d95} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1964 | 2025.01.10 21:57:32.317656 [ 260 ] {94d5a0c5-bde5-4fda-88b6-41b5dafd0d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1965 | 2025.01.10 21:57:32.318054 [ 260 ] {94d5a0c5-bde5-4fda-88b6-41b5dafd0d95} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1966 | 2025.01.10 21:57:32.318287 [ 260 ] {94d5a0c5-bde5-4fda-88b6-41b5dafd0d95} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1967 | 2025.01.10 21:57:32.318571 [ 260 ] {94d5a0c5-bde5-4fda-88b6-41b5dafd0d95} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001625 sec., 108923.07692307692 rows/sec., 7.18 MiB/sec. | ||
| 1968 | 2025.01.10 21:57:32.318658 [ 260 ] {94d5a0c5-bde5-4fda-88b6-41b5dafd0d95} <Debug> TCPHandler: Processed in 0.001909404 sec. | ||
| 1969 | 2025.01.10 21:57:32.318814 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1970 | 2025.01.10 21:57:32.318950 [ 262 ] {aeb38e28-735d-497b-a5c1-5739c2a7cc39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1971 | 2025.01.10 21:57:32.319011 [ 262 ] {aeb38e28-735d-497b-a5c1-5739c2a7cc39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1972 | 2025.01.10 21:57:32.319496 [ 262 ] {aeb38e28-735d-497b-a5c1-5739c2a7cc39} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1973 | 2025.01.10 21:57:32.319534 [ 262 ] {aeb38e28-735d-497b-a5c1-5739c2a7cc39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1974 | 2025.01.10 21:57:32.319881 [ 262 ] {aeb38e28-735d-497b-a5c1-5739c2a7cc39} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1975 | 2025.01.10 21:57:32.320114 [ 262 ] {aeb38e28-735d-497b-a5c1-5739c2a7cc39} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1976 | 2025.01.10 21:57:32.320330 [ 262 ] {aeb38e28-735d-497b-a5c1-5739c2a7cc39} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 47.79 KiB/sec. | ||
| 1977 | 2025.01.10 21:57:32.320380 [ 262 ] {aeb38e28-735d-497b-a5c1-5739c2a7cc39} <Debug> TCPHandler: Processed in 0.001630917 sec. | ||
| 1978 | 2025.01.10 21:57:32.320528 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1979 | 2025.01.10 21:57:32.320667 [ 260 ] {f5535d77-2b13-4102-9457-15ecb8af0df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1980 | 2025.01.10 21:57:32.320759 [ 260 ] {f5535d77-2b13-4102-9457-15ecb8af0df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1981 | 2025.01.10 21:57:32.322088 [ 260 ] {f5535d77-2b13-4102-9457-15ecb8af0df6} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1982 | 2025.01.10 21:57:32.322137 [ 260 ] {f5535d77-2b13-4102-9457-15ecb8af0df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1983 | 2025.01.10 21:57:32.322764 [ 260 ] {f5535d77-2b13-4102-9457-15ecb8af0df6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1984 | 2025.01.10 21:57:32.323023 [ 260 ] {f5535d77-2b13-4102-9457-15ecb8af0df6} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1985 | 2025.01.10 21:57:32.323480 [ 260 ] {f5535d77-2b13-4102-9457-15ecb8af0df6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002809 sec., 2847.988608045568 rows/sec., 5.10 MiB/sec. | ||
| 1986 | 2025.01.10 21:57:32.323716 [ 260 ] {f5535d77-2b13-4102-9457-15ecb8af0df6} <Debug> TCPHandler: Processed in 0.003252723 sec. | ||
| 1987 | 2025.01.10 21:57:32.323972 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1988 | 2025.01.10 21:57:32.324196 [ 262 ] {8e60a345-f890-44d3-b9e9-b1bbe1b14acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1989 | 2025.01.10 21:57:32.324286 [ 262 ] {8e60a345-f890-44d3-b9e9-b1bbe1b14acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1990 | 2025.01.10 21:57:32.324762 [ 262 ] {8e60a345-f890-44d3-b9e9-b1bbe1b14acd} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1991 | 2025.01.10 21:57:32.324800 [ 262 ] {8e60a345-f890-44d3-b9e9-b1bbe1b14acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 1992 | 2025.01.10 21:57:32.325165 [ 262 ] {8e60a345-f890-44d3-b9e9-b1bbe1b14acd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1993 | 2025.01.10 21:57:32.325394 [ 262 ] {8e60a345-f890-44d3-b9e9-b1bbe1b14acd} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1994 | 2025.01.10 21:57:32.325604 [ 262 ] {8e60a345-f890-44d3-b9e9-b1bbe1b14acd} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001463 sec., 35543.40396445659 rows/sec., 2.20 MiB/sec. | ||
| 1995 | 2025.01.10 21:57:32.325653 [ 262 ] {8e60a345-f890-44d3-b9e9-b1bbe1b14acd} <Debug> TCPHandler: Processed in 0.001792012 sec. | ||
| 1996 | 2025.01.10 21:57:33.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.32 MiB, peak 170.82 MiB, free memory in arenas 0.00 B, will set to 166.60 MiB (RSS), difference: -2.72 MiB | ||
| 1997 | 2025.01.10 21:57:37.296894 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1998 | 2025.01.10 21:57:37.297094 [ 262 ] {c3f4cc55-270e-4d08-8ef6-b792c837ac32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1999 | 2025.01.10 21:57:37.297166 [ 262 ] {c3f4cc55-270e-4d08-8ef6-b792c837ac32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2000 | 2025.01.10 21:57:37.297912 [ 262 ] {c3f4cc55-270e-4d08-8ef6-b792c837ac32} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2001 | 2025.01.10 21:57:37.297956 [ 262 ] {c3f4cc55-270e-4d08-8ef6-b792c837ac32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2002 | 2025.01.10 21:57:37.298382 [ 262 ] {c3f4cc55-270e-4d08-8ef6-b792c837ac32} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2003 | 2025.01.10 21:57:37.298667 [ 262 ] {c3f4cc55-270e-4d08-8ef6-b792c837ac32} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2004 | 2025.01.10 21:57:37.298865 [ 43 ] {} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2005 | 2025.01.10 21:57:37.298932 [ 262 ] {c3f4cc55-270e-4d08-8ef6-b792c837ac32} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001884 sec., 13800.424628450106 rows/sec., 1.03 MiB/sec. | ||
| 2006 | 2025.01.10 21:57:37.298940 [ 43 ] {} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2007 | 2025.01.10 21:57:37.299017 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2008 | 2025.01.10 21:57:37.299071 [ 262 ] {c3f4cc55-270e-4d08-8ef6-b792c837ac32} <Debug> TCPHandler: Processed in 0.002296686 sec. | ||
| 2009 | 2025.01.10 21:57:37.299457 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2010 | 2025.01.10 21:57:37.299486 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::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 | ||
| 2011 | 2025.01.10 21:57:37.299710 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2012 | 2025.01.10 21:57:37.299726 [ 260 ] {aeb1b7a8-2b02-439a-acee-20f960f4f305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2013 | 2025.01.10 21:57:37.299757 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 189 rows starting from the beginning of the part | ||
| 2014 | 2025.01.10 21:57:37.299821 [ 260 ] {aeb1b7a8-2b02-439a-acee-20f960f4f305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2015 | 2025.01.10 21:57:37.299892 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1329 rows starting from the beginning of the part | ||
| 2016 | 2025.01.10 21:57:37.300135 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 2017 | 2025.01.10 21:57:37.300375 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 2018 | 2025.01.10 21:57:37.300557 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 189 rows starting from the beginning of the part | ||
| 2019 | 2025.01.10 21:57:37.300769 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
| 2020 | 2025.01.10 21:57:37.301704 [ 260 ] {aeb1b7a8-2b02-439a-acee-20f960f4f305} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2021 | 2025.01.10 21:57:37.301752 [ 260 ] {aeb1b7a8-2b02-439a-acee-20f960f4f305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2022 | 2025.01.10 21:57:37.302328 [ 260 ] {aeb1b7a8-2b02-439a-acee-20f960f4f305} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2023 | 2025.01.10 21:57:37.302657 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1785 rows, containing 5 columns (5 merged, 0 gathered) in 0.003522482 sec., 506744.95994585636 rows/sec., 44.48 MiB/sec. | ||
| 2024 | 2025.01.10 21:57:37.302669 [ 260 ] {aeb1b7a8-2b02-439a-acee-20f960f4f305} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2025.01.10 21:57:37.302905 [ 43 ] {} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2026 | 2025.01.10 21:57:37.302931 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2027 | 2025.01.10 21:57:37.302996 [ 43 ] {} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2028 | 2025.01.10 21:57:37.303082 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2029 | 2025.01.10 21:57:37.303114 [ 260 ] {aeb1b7a8-2b02-439a-acee-20f960f4f305} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003443 sec., 8132.44263723497 rows/sec., 649.53 KiB/sec. | ||
| 2030 | 2025.01.10 21:57:37.303533 [ 260 ] {aeb1b7a8-2b02-439a-acee-20f960f4f305} <Debug> TCPHandler: Processed in 0.004303044 sec. | ||
| 2031 | 2025.01.10 21:57:37.303584 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::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 | ||
| 2032 | 2025.01.10 21:57:37.303798 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2033 | 2025.01.10 21:57:37.303888 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2034 | 2025.01.10 21:57:37.304020 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2035 | 2025.01.10 21:57:37.304084 [ 190 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_11_2} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2036 | 2025.01.10 21:57:37.304143 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 354 rows starting from the beginning of the part | ||
| 2037 | 2025.01.10 21:57:37.304301 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 2038 | 2025.01.10 21:57:37.304464 [ 262 ] {1e031f16-e678-4b02-b96a-9316f5cfe864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2039 | 2025.01.10 21:57:37.304531 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 810 rows starting from the beginning of the part | ||
| 2040 | 2025.01.10 21:57:37.304698 [ 262 ] {1e031f16-e678-4b02-b96a-9316f5cfe864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2041 | 2025.01.10 21:57:37.304815 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
| 2042 | 2025.01.10 21:57:37.305141 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
| 2043 | 2025.01.10 21:57:37.305446 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 354 rows starting from the beginning of the part | ||
| 2044 | 2025.01.10 21:57:37.305778 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
| 2045 | 2025.01.10 21:57:37.307294 [ 262 ] {1e031f16-e678-4b02-b96a-9316f5cfe864} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2046 | 2025.01.10 21:57:37.307361 [ 262 ] {1e031f16-e678-4b02-b96a-9316f5cfe864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2047 | 2025.01.10 21:57:37.308434 [ 262 ] {1e031f16-e678-4b02-b96a-9316f5cfe864} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2048 | 2025.01.10 21:57:37.308930 [ 262 ] {1e031f16-e678-4b02-b96a-9316f5cfe864} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2049 | 2025.01.10 21:57:37.308941 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.005732914 sec., 279439.0426927737 rows/sec., 21.05 MiB/sec. | ||
| 2050 | 2025.01.10 21:57:37.309150 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2051 | 2025.01.10 21:57:37.309252 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2052 | 2025.01.10 21:57:37.309252 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2053 | 2025.01.10 21:57:37.309352 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2054 | 2025.01.10 21:57:37.309519 [ 262 ] {1e031f16-e678-4b02-b96a-9316f5cfe864} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005291 sec., 18900.018900018902 rows/sec., 1.31 MiB/sec. | ||
| 2055 | 2025.01.10 21:57:37.309938 [ 190 ] {5116be86-6508-447c-92e8-12223e638356::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 | ||
| 2056 | 2025.01.10 21:57:37.310239 [ 262 ] {1e031f16-e678-4b02-b96a-9316f5cfe864} <Debug> TCPHandler: Processed in 0.006564349 sec. | ||
| 2057 | 2025.01.10 21:57:37.310347 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2058 | 2025.01.10 21:57:37.310604 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2059 | 2025.01.10 21:57:37.310786 [ 190 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2060 | 2025.01.10 21:57:37.310864 [ 190 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 734 rows starting from the beginning of the part | ||
| 2061 | 2025.01.10 21:57:37.310872 [ 187 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_11_2} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2062 | 2025.01.10 21:57:37.310916 [ 260 ] {1d0ac428-2549-40c5-ac54-67dc6104450d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2063 | 2025.01.10 21:57:37.311176 [ 260 ] {1d0ac428-2549-40c5-ac54-67dc6104450d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2064 | 2025.01.10 21:57:37.311195 [ 190 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2221 rows starting from the beginning of the part | ||
| 2065 | 2025.01.10 21:57:37.311302 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 2066 | 2025.01.10 21:57:37.311616 [ 190 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 80 rows starting from the beginning of the part | ||
| 2067 | 2025.01.10 21:57:37.311843 [ 190 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
| 2068 | 2025.01.10 21:57:37.312006 [ 190 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 177 rows starting from the beginning of the part | ||
| 2069 | 2025.01.10 21:57:37.312259 [ 190 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part | ||
| 2070 | 2025.01.10 21:57:37.312807 [ 260 ] {1d0ac428-2549-40c5-ac54-67dc6104450d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2071 | 2025.01.10 21:57:37.312854 [ 260 ] {1d0ac428-2549-40c5-ac54-67dc6104450d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2072 | 2025.01.10 21:57:37.313341 [ 260 ] {1d0ac428-2549-40c5-ac54-67dc6104450d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2073 | 2025.01.10 21:57:37.313659 [ 260 ] {1d0ac428-2549-40c5-ac54-67dc6104450d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2074 | 2025.01.10 21:57:37.313872 [ 43 ] {} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2075 | 2025.01.10 21:57:37.313974 [ 43 ] {} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2025.01.10 21:57:37.314047 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2077 | 2025.01.10 21:57:37.314076 [ 260 ] {1d0ac428-2549-40c5-ac54-67dc6104450d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003214 sec., 9334.163036714375 rows/sec., 654.79 KiB/sec. | ||
| 2078 | 2025.01.10 21:57:37.314495 [ 260 ] {1d0ac428-2549-40c5-ac54-67dc6104450d} <Debug> TCPHandler: Processed in 0.004087638 sec. | ||
| 2079 | 2025.01.10 21:57:37.314796 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 2080 | 2025.01.10 21:57:37.314841 [ 199 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005346803 sec., 638138.3417343036 rows/sec., 42.77 MiB/sec. | ||
| 2081 | 2025.01.10 21:57:37.314945 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2082 | 2025.01.10 21:57:37.314979 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 218 rows starting from the beginning of the part | ||
| 2083 | 2025.01.10 21:57:37.315105 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 2084 | 2025.01.10 21:57:37.315317 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 2085 | 2025.01.10 21:57:37.315353 [ 199 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2086 | 2025.01.10 21:57:37.315709 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2087 | 2025.01.10 21:57:37.315854 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part | ||
| 2088 | 2025.01.10 21:57:37.316216 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 2089 | 2025.01.10 21:57:37.316595 [ 199 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2090 | 2025.01.10 21:57:37.316738 [ 199 ] {5116be86-6508-447c-92e8-12223e638356::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2091 | 2025.01.10 21:57:37.316839 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 2092 | 2025.01.10 21:57:37.317479 [ 199 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 4 columns (4 merged, 0 gathered) in 0.003202012 sec., 119299.99013120499 rows/sec., 7.74 MiB/sec. | ||
| 2093 | 2025.01.10 21:57:37.317592 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2094 | 2025.01.10 21:57:37.317849 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_11_2} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2025.01.10 21:57:37.317923 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_11_2} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2096 | 2025.01.10 21:57:37.317987 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2097 | 2025.01.10 21:57:38.502688 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4148 | ||
| 2098 | 2025.01.10 21:57:38.503349 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2099 | 2025.01.10 21:57:38.503392 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2100 | 2025.01.10 21:57:38.503895 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2101 | 2025.01.10 21:57:38.504143 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2102 | 2025.01.10 21:57:38.504412 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2103 | 2025.01.10 21:57:38.759364 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2104 | 2025.01.10 21:57:38.778717 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2105 | 2025.01.10 21:57:38.778780 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2106 | 2025.01.10 21:57:38.785906 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2107 | 2025.01.10 21:57:38.786690 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2108 | 2025.01.10 21:57:38.790174 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2109 | 2025.01.10 21:57:41.008862 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 306 | ||
| 2110 | 2025.01.10 21:57:41.011851 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2111 | 2025.01.10 21:57:41.011902 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2112 | 2025.01.10 21:57:41.013358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2113 | 2025.01.10 21:57:41.013663 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.01.10 21:57:41.013870 [ 37 ] {} <Debug> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2115 | 2025.01.10 21:57:41.013984 [ 37 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2116 | 2025.01.10 21:57:41.014048 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2117 | 2025.01.10 21:57:41.014811 [ 190 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2118 | 2025.01.10 21:57:41.015674 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 306 | ||
| 2119 | 2025.01.10 21:57:41.016149 [ 190 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2120 | 2025.01.10 21:57:41.016317 [ 190 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 2121 | 2025.01.10 21:57:41.016843 [ 190 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::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 | ||
| 2122 | 2025.01.10 21:57:41.017345 [ 190 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2123 | 2025.01.10 21:57:41.017822 [ 190 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2124 | 2025.01.10 21:57:41.018347 [ 190 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2125 | 2025.01.10 21:57:41.018812 [ 190 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2126 | 2025.01.10 21:57:41.027002 [ 199 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 72 columns (72 merged, 0 gathered) in 0.012765607 sec., 23970.658034514145 rows/sec., 23.21 MiB/sec. | ||
| 2127 | 2025.01.10 21:57:41.027765 [ 198 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2128 | 2025.01.10 21:57:41.028489 [ 198 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2129 | 2025.01.10 21:57:41.028576 [ 198 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_6_1} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2130 | 2025.01.10 21:57:41.028778 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.66 MiB. | ||
| 2131 | 2025.01.10 21:57:42.302026 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2132 | 2025.01.10 21:57:42.302215 [ 262 ] {c01e38a6-af8b-4825-b8e9-fddf9b024268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2133 | 2025.01.10 21:57:42.302283 [ 262 ] {c01e38a6-af8b-4825-b8e9-fddf9b024268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2134 | 2025.01.10 21:57:42.303014 [ 262 ] {c01e38a6-af8b-4825-b8e9-fddf9b024268} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2135 | 2025.01.10 21:57:42.303055 [ 262 ] {c01e38a6-af8b-4825-b8e9-fddf9b024268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2136 | 2025.01.10 21:57:42.303475 [ 262 ] {c01e38a6-af8b-4825-b8e9-fddf9b024268} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2137 | 2025.01.10 21:57:42.303727 [ 262 ] {c01e38a6-af8b-4825-b8e9-fddf9b024268} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2138 | 2025.01.10 21:57:42.303923 [ 35 ] {} <Debug> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2139 | 2025.01.10 21:57:42.303990 [ 262 ] {c01e38a6-af8b-4825-b8e9-fddf9b024268} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec. | ||
| 2140 | 2025.01.10 21:57:42.304009 [ 35 ] {} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2141 | 2025.01.10 21:57:42.304085 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2142 | 2025.01.10 21:57:42.304133 [ 262 ] {c01e38a6-af8b-4825-b8e9-fddf9b024268} <Debug> TCPHandler: Processed in 0.002222254 sec. | ||
| 2143 | 2025.01.10 21:57:42.304475 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 2144 | 2025.01.10 21:57:42.304499 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2145 | 2025.01.10 21:57:42.304645 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2146 | 2025.01.10 21:57:42.304720 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 2147 | 2025.01.10 21:57:42.304789 [ 260 ] {d31ed819-c40a-4421-a31c-ab49dc69349d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2148 | 2025.01.10 21:57:42.304963 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 2149 | 2025.01.10 21:57:42.304969 [ 260 ] {d31ed819-c40a-4421-a31c-ab49dc69349d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2150 | 2025.01.10 21:57:42.305307 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 2151 | 2025.01.10 21:57:42.305673 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 2152 | 2025.01.10 21:57:42.305940 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 2153 | 2025.01.10 21:57:42.307853 [ 260 ] {d31ed819-c40a-4421-a31c-ab49dc69349d} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2025.01.10 21:57:42.307945 [ 260 ] {d31ed819-c40a-4421-a31c-ab49dc69349d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2155 | 2025.01.10 21:57:42.308528 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004342455 sec., 16119.913735433067 rows/sec., 1.19 MiB/sec. | ||
| 2156 | 2025.01.10 21:57:42.308748 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2157 | 2025.01.10 21:57:42.308998 [ 260 ] {d31ed819-c40a-4421-a31c-ab49dc69349d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2158 | 2025.01.10 21:57:42.309243 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_5_1} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2159 | 2025.01.10 21:57:42.309355 [ 199 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_5_1} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2160 | 2025.01.10 21:57:42.309496 [ 260 ] {d31ed819-c40a-4421-a31c-ab49dc69349d} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2025.01.10 21:57:42.309522 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2162 | 2025.01.10 21:57:42.309794 [ 260 ] {d31ed819-c40a-4421-a31c-ab49dc69349d} <Debug> executeQuery: Read 189 rows, 17.14 KiB in 0.0051 sec., 37058.82352941176 rows/sec., 3.28 MiB/sec. | ||
| 2163 | 2025.01.10 21:57:42.309867 [ 260 ] {d31ed819-c40a-4421-a31c-ab49dc69349d} <Debug> TCPHandler: Processed in 0.005592091 sec. | ||
| 2164 | 2025.01.10 21:57:42.310097 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2165 | 2025.01.10 21:57:42.310320 [ 262 ] {da1d2e84-093d-4c9c-b936-c1cc891b9e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2166 | 2025.01.10 21:57:42.310412 [ 262 ] {da1d2e84-093d-4c9c-b936-c1cc891b9e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2167 | 2025.01.10 21:57:42.311056 [ 262 ] {da1d2e84-093d-4c9c-b936-c1cc891b9e6f} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2168 | 2025.01.10 21:57:42.311095 [ 262 ] {da1d2e84-093d-4c9c-b936-c1cc891b9e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2169 | 2025.01.10 21:57:42.311452 [ 262 ] {da1d2e84-093d-4c9c-b936-c1cc891b9e6f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2170 | 2025.01.10 21:57:42.311692 [ 262 ] {da1d2e84-093d-4c9c-b936-c1cc891b9e6f} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2171 | 2025.01.10 21:57:42.311858 [ 35 ] {} <Debug> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2172 | 2025.01.10 21:57:42.311923 [ 35 ] {} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2173 | 2025.01.10 21:57:42.311965 [ 262 ] {da1d2e84-093d-4c9c-b936-c1cc891b9e6f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001692 sec., 8865.248226950354 rows/sec., 625.07 KiB/sec. | ||
| 2174 | 2025.01.10 21:57:42.311972 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2175 | 2025.01.10 21:57:42.312109 [ 262 ] {da1d2e84-093d-4c9c-b936-c1cc891b9e6f} <Debug> TCPHandler: Processed in 0.002117631 sec. | ||
| 2176 | 2025.01.10 21:57:42.312200 [ 198 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::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 | ||
| 2177 | 2025.01.10 21:57:42.312286 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2178 | 2025.01.10 21:57:42.312342 [ 198 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2179 | 2025.01.10 21:57:42.312379 [ 198 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2180 | 2025.01.10 21:57:42.312441 [ 260 ] {7e4fa05c-94fa-488a-8e41-67ce4f48db3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2181 | 2025.01.10 21:57:42.312532 [ 198 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2182 | 2025.01.10 21:57:42.312540 [ 260 ] {7e4fa05c-94fa-488a-8e41-67ce4f48db3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2183 | 2025.01.10 21:57:42.312856 [ 198 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2184 | 2025.01.10 21:57:42.313036 [ 198 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2185 | 2025.01.10 21:57:42.313286 [ 198 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 2186 | 2025.01.10 21:57:42.314292 [ 260 ] {7e4fa05c-94fa-488a-8e41-67ce4f48db3d} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2187 | 2025.01.10 21:57:42.314337 [ 260 ] {7e4fa05c-94fa-488a-8e41-67ce4f48db3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2188 | 2025.01.10 21:57:42.314867 [ 193 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 5 columns (5 merged, 0 gathered) in 0.002743699 sec., 27335.36003767177 rows/sec., 1.99 MiB/sec. | ||
| 2189 | 2025.01.10 21:57:42.314946 [ 260 ] {7e4fa05c-94fa-488a-8e41-67ce4f48db3d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2190 | 2025.01.10 21:57:42.315184 [ 193 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2191 | 2025.01.10 21:57:42.315376 [ 260 ] {7e4fa05c-94fa-488a-8e41-67ce4f48db3d} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2192 | 2025.01.10 21:57:42.315903 [ 260 ] {7e4fa05c-94fa-488a-8e41-67ce4f48db3d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003469 sec., 4035.74517151917 rows/sec., 282.64 KiB/sec. | ||
| 2193 | 2025.01.10 21:57:42.316066 [ 193 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2194 | 2025.01.10 21:57:42.316190 [ 260 ] {7e4fa05c-94fa-488a-8e41-67ce4f48db3d} <Debug> TCPHandler: Processed in 0.003979025 sec. | ||
| 2195 | 2025.01.10 21:57:42.316294 [ 193 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_5_1} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2196 | 2025.01.10 21:57:42.316376 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2197 | 2025.01.10 21:57:42.316441 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2198 | 2025.01.10 21:57:42.316528 [ 262 ] {f1ba952e-399d-4494-a59b-16704465075e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2199 | 2025.01.10 21:57:42.316581 [ 262 ] {f1ba952e-399d-4494-a59b-16704465075e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2200 | 2025.01.10 21:57:42.317142 [ 262 ] {f1ba952e-399d-4494-a59b-16704465075e} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2201 | 2025.01.10 21:57:42.317182 [ 262 ] {f1ba952e-399d-4494-a59b-16704465075e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2202 | 2025.01.10 21:57:42.317536 [ 262 ] {f1ba952e-399d-4494-a59b-16704465075e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2203 | 2025.01.10 21:57:42.317772 [ 262 ] {f1ba952e-399d-4494-a59b-16704465075e} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2204 | 2025.01.10 21:57:42.317932 [ 35 ] {} <Debug> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2205 | 2025.01.10 21:57:42.317995 [ 35 ] {} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2025.01.10 21:57:42.318031 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2207 | 2025.01.10 21:57:42.318038 [ 262 ] {f1ba952e-399d-4494-a59b-16704465075e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec. | ||
| 2208 | 2025.01.10 21:57:42.318294 [ 262 ] {f1ba952e-399d-4494-a59b-16704465075e} <Debug> TCPHandler: Processed in 0.001994197 sec. | ||
| 2209 | 2025.01.10 21:57:42.318313 [ 188 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 2210 | 2025.01.10 21:57:42.318467 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2211 | 2025.01.10 21:57:42.318477 [ 188 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2212 | 2025.01.10 21:57:42.318541 [ 188 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 2213 | 2025.01.10 21:57:42.318724 [ 260 ] {7d95d08c-e48d-49ec-a3bd-e3cfa9805f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2214 | 2025.01.10 21:57:42.318841 [ 188 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 2215 | 2025.01.10 21:57:42.318892 [ 260 ] {7d95d08c-e48d-49ec-a3bd-e3cfa9805f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2216 | 2025.01.10 21:57:42.319184 [ 188 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 2217 | 2025.01.10 21:57:42.319537 [ 188 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 2218 | 2025.01.10 21:57:42.319882 [ 188 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 2219 | 2025.01.10 21:57:42.321770 [ 260 ] {7d95d08c-e48d-49ec-a3bd-e3cfa9805f77} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2220 | 2025.01.10 21:57:42.321845 [ 260 ] {7d95d08c-e48d-49ec-a3bd-e3cfa9805f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2221 | 2025.01.10 21:57:42.322284 [ 188 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004148999 sec., 15666.429420686774 rows/sec., 1.01 MiB/sec. | ||
| 2222 | 2025.01.10 21:57:42.322461 [ 188 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2223 | 2025.01.10 21:57:42.322810 [ 260 ] {7d95d08c-e48d-49ec-a3bd-e3cfa9805f77} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2224 | 2025.01.10 21:57:42.323025 [ 198 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_5_1} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2225 | 2025.01.10 21:57:42.323146 [ 198 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_5_1} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2226 | 2025.01.10 21:57:42.323177 [ 260 ] {7d95d08c-e48d-49ec-a3bd-e3cfa9805f77} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2227 | 2025.01.10 21:57:42.323258 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2228 | 2025.01.10 21:57:42.323458 [ 260 ] {7d95d08c-e48d-49ec-a3bd-e3cfa9805f77} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.004857 sec., 72884.49660284126 rows/sec., 5.12 MiB/sec. | ||
| 2229 | 2025.01.10 21:57:42.323526 [ 260 ] {7d95d08c-e48d-49ec-a3bd-e3cfa9805f77} <Debug> TCPHandler: Processed in 0.005148098 sec. | ||
| 2230 | 2025.01.10 21:57:42.323715 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2231 | 2025.01.10 21:57:42.323854 [ 262 ] {8e93dde9-41d3-4dd4-bac6-976cefc1b798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2232 | 2025.01.10 21:57:42.323914 [ 262 ] {8e93dde9-41d3-4dd4-bac6-976cefc1b798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2233 | 2025.01.10 21:57:42.324471 [ 262 ] {8e93dde9-41d3-4dd4-bac6-976cefc1b798} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2025.01.10 21:57:42.324515 [ 262 ] {8e93dde9-41d3-4dd4-bac6-976cefc1b798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2235 | 2025.01.10 21:57:42.324870 [ 262 ] {8e93dde9-41d3-4dd4-bac6-976cefc1b798} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2236 | 2025.01.10 21:57:42.325110 [ 262 ] {8e93dde9-41d3-4dd4-bac6-976cefc1b798} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2237 | 2025.01.10 21:57:42.325418 [ 262 ] {8e93dde9-41d3-4dd4-bac6-976cefc1b798} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001568 sec., 3826.5306122448983 rows/sec., 199.92 KiB/sec. | ||
| 2238 | 2025.01.10 21:57:42.325550 [ 262 ] {8e93dde9-41d3-4dd4-bac6-976cefc1b798} <Debug> TCPHandler: Processed in 0.001903505 sec. | ||
| 2239 | 2025.01.10 21:57:42.325702 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2240 | 2025.01.10 21:57:42.325841 [ 260 ] {fd79de8f-1630-4312-a667-28bb65f16a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2241 | 2025.01.10 21:57:42.325903 [ 260 ] {fd79de8f-1630-4312-a667-28bb65f16a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2242 | 2025.01.10 21:57:42.326567 [ 260 ] {fd79de8f-1630-4312-a667-28bb65f16a4c} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2243 | 2025.01.10 21:57:42.326606 [ 260 ] {fd79de8f-1630-4312-a667-28bb65f16a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2244 | 2025.01.10 21:57:42.326986 [ 260 ] {fd79de8f-1630-4312-a667-28bb65f16a4c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2245 | 2025.01.10 21:57:42.327229 [ 260 ] {fd79de8f-1630-4312-a667-28bb65f16a4c} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2246 | 2025.01.10 21:57:42.327435 [ 260 ] {fd79de8f-1630-4312-a667-28bb65f16a4c} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001624 sec., 108990.14778325123 rows/sec., 7.19 MiB/sec. | ||
| 2247 | 2025.01.10 21:57:42.327488 [ 260 ] {fd79de8f-1630-4312-a667-28bb65f16a4c} <Debug> TCPHandler: Processed in 0.001855203 sec. | ||
| 2248 | 2025.01.10 21:57:42.327685 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2249 | 2025.01.10 21:57:42.327908 [ 262 ] {5042d729-71a8-451e-bd99-ed217a82799b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2250 | 2025.01.10 21:57:42.328003 [ 262 ] {5042d729-71a8-451e-bd99-ed217a82799b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2251 | 2025.01.10 21:57:42.328703 [ 262 ] {5042d729-71a8-451e-bd99-ed217a82799b} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2252 | 2025.01.10 21:57:42.328742 [ 262 ] {5042d729-71a8-451e-bd99-ed217a82799b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2253 | 2025.01.10 21:57:42.329090 [ 262 ] {5042d729-71a8-451e-bd99-ed217a82799b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2254 | 2025.01.10 21:57:42.329323 [ 262 ] {5042d729-71a8-451e-bd99-ed217a82799b} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2255 | 2025.01.10 21:57:42.329482 [ 35 ] {} <Debug> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2256 | 2025.01.10 21:57:42.329572 [ 35 ] {} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2257 | 2025.01.10 21:57:42.329582 [ 262 ] {5042d729-71a8-451e-bd99-ed217a82799b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001714 sec., 583.4305717619603 rows/sec., 39.31 KiB/sec. | ||
| 2258 | 2025.01.10 21:57:42.329623 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2259 | 2025.01.10 21:57:42.329698 [ 262 ] {5042d729-71a8-451e-bd99-ed217a82799b} <Debug> TCPHandler: Processed in 0.002116801 sec. | ||
| 2260 | 2025.01.10 21:57:42.329994 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2261 | 2025.01.10 21:57:42.330067 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::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 | ||
| 2262 | 2025.01.10 21:57:42.330312 [ 260 ] {26028474-e07e-4d17-89b5-263a939914cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2263 | 2025.01.10 21:57:42.330329 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2264 | 2025.01.10 21:57:42.330403 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::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 | ||
| 2265 | 2025.01.10 21:57:42.330530 [ 260 ] {26028474-e07e-4d17-89b5-263a939914cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2266 | 2025.01.10 21:57:42.330686 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::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 | ||
| 2267 | 2025.01.10 21:57:42.331126 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::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 | ||
| 2268 | 2025.01.10 21:57:42.331433 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::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 | ||
| 2269 | 2025.01.10 21:57:42.331746 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::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 | ||
| 2270 | 2025.01.10 21:57:42.334947 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005188099 sec., 963.744138267215 rows/sec., 64.94 KiB/sec. | ||
| 2271 | 2025.01.10 21:57:42.335146 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2272 | 2025.01.10 21:57:42.335805 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_5_1} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2273 | 2025.01.10 21:57:42.335833 [ 260 ] {26028474-e07e-4d17-89b5-263a939914cb} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2274 | 2025.01.10 21:57:42.335899 [ 260 ] {26028474-e07e-4d17-89b5-263a939914cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2275 | 2025.01.10 21:57:42.335926 [ 188 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_5_1} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2276 | 2025.01.10 21:57:42.336066 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2277 | 2025.01.10 21:57:42.336669 [ 260 ] {26028474-e07e-4d17-89b5-263a939914cb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2278 | 2025.01.10 21:57:42.336927 [ 260 ] {26028474-e07e-4d17-89b5-263a939914cb} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2279 | 2025.01.10 21:57:42.337173 [ 260 ] {26028474-e07e-4d17-89b5-263a939914cb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006965 sec., 1148.600143575018 rows/sec., 2.06 MiB/sec. | ||
| 2280 | 2025.01.10 21:57:42.337279 [ 260 ] {26028474-e07e-4d17-89b5-263a939914cb} <Debug> TCPHandler: Processed in 0.007469055 sec. | ||
| 2281 | 2025.01.10 21:57:42.337447 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2282 | 2025.01.10 21:57:42.337666 [ 262 ] {aad6bef5-9147-41b0-a615-5060b491c4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2283 | 2025.01.10 21:57:42.337762 [ 262 ] {aad6bef5-9147-41b0-a615-5060b491c4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2284 | 2025.01.10 21:57:42.338588 [ 262 ] {aad6bef5-9147-41b0-a615-5060b491c4a2} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2285 | 2025.01.10 21:57:42.338627 [ 262 ] {aad6bef5-9147-41b0-a615-5060b491c4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2286 | 2025.01.10 21:57:42.339003 [ 262 ] {aad6bef5-9147-41b0-a615-5060b491c4a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2287 | 2025.01.10 21:57:42.339242 [ 262 ] {aad6bef5-9147-41b0-a615-5060b491c4a2} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2288 | 2025.01.10 21:57:42.339512 [ 262 ] {aad6bef5-9147-41b0-a615-5060b491c4a2} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001894 sec., 27455.121436114045 rows/sec., 1.70 MiB/sec. | ||
| 2289 | 2025.01.10 21:57:42.339687 [ 262 ] {aad6bef5-9147-41b0-a615-5060b491c4a2} <Debug> TCPHandler: Processed in 0.002297306 sec. | ||
| 2290 | 2025.01.10 21:57:45.872122 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2291 | 2025.01.10 21:57:45.872188 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2292 | 2025.01.10 21:57:46.005435 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2293 | 2025.01.10 21:57:46.006081 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2294 | 2025.01.10 21:57:46.006120 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2295 | 2025.01.10 21:57:46.006650 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2296 | 2025.01.10 21:57:46.006911 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2297 | 2025.01.10 21:57:46.007146 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2298 | 2025.01.10 21:57:46.291137 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2299 | 2025.01.10 21:57:46.311078 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2300 | 2025.01.10 21:57:46.311127 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2301 | 2025.01.10 21:57:46.318360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2302 | 2025.01.10 21:57:46.319151 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2303 | 2025.01.10 21:57:46.321654 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2304 | 2025.01.10 21:57:47.293803 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2305 | 2025.01.10 21:57:47.294230 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2306 | 2025.01.10 21:57:47.294822 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2307 | 2025.01.10 21:57:47.294873 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2308 | 2025.01.10 21:57:47.295230 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2309 | 2025.01.10 21:57:47.295311 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2310 | 2025.01.10 21:57:47.295491 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2311 | 2025.01.10 21:57:47.295671 [ 295 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2312 | 2025.01.10 21:57:47.295703 [ 296 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2313 | 2025.01.10 21:57:47.295689 [ 294 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2314 | 2025.01.10 21:57:47.295868 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2315 | 2025.01.10 21:57:47.295900 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2316 | 2025.01.10 21:57:47.296020 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2317 | 2025.01.10 21:57:47.296043 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2318 | 2025.01.10 21:57:47.296088 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2319 | 2025.01.10 21:57:47.296135 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2320 | 2025.01.10 21:57:47.296176 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2321 | 2025.01.10 21:57:47.297931 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003913 sec., 8433.427038078202 rows/sec., 312.21 KiB/sec. | ||
| 2322 | 2025.01.10 21:57:47.298121 [ 262 ] {951f978c-48cc-4fd6-8bac-5565e9f8e7b6} <Debug> TCPHandler: Processed in 0.004496369 sec. | ||
| 2323 | 2025.01.10 21:57:47.298547 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2324 | 2025.01.10 21:57:47.298823 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2325 | 2025.01.10 21:57:47.299547 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2326 | 2025.01.10 21:57:47.299611 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2327 | 2025.01.10 21:57:47.299972 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2328 | 2025.01.10 21:57:47.300056 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2329 | 2025.01.10 21:57:47.300236 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2330 | 2025.01.10 21:57:47.300406 [ 296 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2331 | 2025.01.10 21:57:47.300416 [ 298 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2332 | 2025.01.10 21:57:47.300405 [ 295 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2333 | 2025.01.10 21:57:47.300575 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2334 | 2025.01.10 21:57:47.300607 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2335 | 2025.01.10 21:57:47.300725 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2336 | 2025.01.10 21:57:47.300749 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2337 | 2025.01.10 21:57:47.300793 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2338 | 2025.01.10 21:57:47.300841 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2339 | 2025.01.10 21:57:47.300884 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2340 | 2025.01.10 21:57:47.302461 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003777 sec., 8737.092930897537 rows/sec., 323.45 KiB/sec. | ||
| 2341 | 2025.01.10 21:57:47.302653 [ 260 ] {b95ff252-15e5-4d3c-9962-5f9344d52043} <Debug> TCPHandler: Processed in 0.004241332 sec. | ||
| 2342 | 2025.01.10 21:57:47.303017 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2343 | 2025.01.10 21:57:47.303243 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2344 | 2025.01.10 21:57:47.303646 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2345 | 2025.01.10 21:57:47.303694 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2346 | 2025.01.10 21:57:47.304016 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2347 | 2025.01.10 21:57:47.304088 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2348 | 2025.01.10 21:57:47.304241 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2349 | 2025.01.10 21:57:47.304373 [ 294 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2350 | 2025.01.10 21:57:47.304393 [ 296 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2351 | 2025.01.10 21:57:47.304353 [ 295 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2352 | 2025.01.10 21:57:47.304522 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2353 | 2025.01.10 21:57:47.304547 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2354 | 2025.01.10 21:57:47.304652 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2355 | 2025.01.10 21:57:47.304674 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2356 | 2025.01.10 21:57:47.304714 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2357 | 2025.01.10 21:57:47.304762 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2358 | 2025.01.10 21:57:47.304804 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2359 | 2025.01.10 21:57:47.306208 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003079 sec., 10717.76550828191 rows/sec., 396.78 KiB/sec. | ||
| 2360 | 2025.01.10 21:57:47.306387 [ 262 ] {6edc08f0-2c21-47c0-9455-cea06357419a} <Debug> TCPHandler: Processed in 0.003439279 sec. | ||
| 2361 | 2025.01.10 21:57:47.312172 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2362 | 2025.01.10 21:57:47.312291 [ 262 ] {9b51f30e-7341-4bb2-9c21-869fbd2d43d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2363 | 2025.01.10 21:57:47.312341 [ 262 ] {9b51f30e-7341-4bb2-9c21-869fbd2d43d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2364 | 2025.01.10 21:57:47.313006 [ 262 ] {9b51f30e-7341-4bb2-9c21-869fbd2d43d0} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2365 | 2025.01.10 21:57:47.313046 [ 262 ] {9b51f30e-7341-4bb2-9c21-869fbd2d43d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2366 | 2025.01.10 21:57:47.313529 [ 262 ] {9b51f30e-7341-4bb2-9c21-869fbd2d43d0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2367 | 2025.01.10 21:57:47.313752 [ 262 ] {9b51f30e-7341-4bb2-9c21-869fbd2d43d0} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2025.01.10 21:57:47.314043 [ 262 ] {9b51f30e-7341-4bb2-9c21-869fbd2d43d0} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001775 sec., 1690.1408450704225 rows/sec., 154.05 KiB/sec. | ||
| 2369 | 2025.01.10 21:57:47.314206 [ 262 ] {9b51f30e-7341-4bb2-9c21-869fbd2d43d0} <Debug> TCPHandler: Processed in 0.002084749 sec. | ||
| 2370 | 2025.01.10 21:57:47.314365 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2371 | 2025.01.10 21:57:47.314520 [ 260 ] {3c481849-b7a6-41de-99ad-018527b3cc09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2372 | 2025.01.10 21:57:47.314583 [ 260 ] {3c481849-b7a6-41de-99ad-018527b3cc09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2373 | 2025.01.10 21:57:47.315246 [ 260 ] {3c481849-b7a6-41de-99ad-018527b3cc09} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2025.01.10 21:57:47.315290 [ 260 ] {3c481849-b7a6-41de-99ad-018527b3cc09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2375 | 2025.01.10 21:57:47.315711 [ 260 ] {3c481849-b7a6-41de-99ad-018527b3cc09} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2376 | 2025.01.10 21:57:47.315962 [ 260 ] {3c481849-b7a6-41de-99ad-018527b3cc09} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2377 | 2025.01.10 21:57:47.316195 [ 260 ] {3c481849-b7a6-41de-99ad-018527b3cc09} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001718 sec., 45401.629802095464 rows/sec., 3.89 MiB/sec. | ||
| 2378 | 2025.01.10 21:57:47.316252 [ 260 ] {3c481849-b7a6-41de-99ad-018527b3cc09} <Debug> TCPHandler: Processed in 0.001958517 sec. | ||
| 2379 | 2025.01.10 21:57:47.316393 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2380 | 2025.01.10 21:57:47.316509 [ 262 ] {f5a01058-3ee6-4165-8a1e-f3f9594d9e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2381 | 2025.01.10 21:57:47.316557 [ 262 ] {f5a01058-3ee6-4165-8a1e-f3f9594d9e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2382 | 2025.01.10 21:57:47.317254 [ 262 ] {f5a01058-3ee6-4165-8a1e-f3f9594d9e7b} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2025.01.10 21:57:47.317300 [ 262 ] {f5a01058-3ee6-4165-8a1e-f3f9594d9e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2384 | 2025.01.10 21:57:47.317705 [ 262 ] {f5a01058-3ee6-4165-8a1e-f3f9594d9e7b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2385 | 2025.01.10 21:57:47.317945 [ 262 ] {f5a01058-3ee6-4165-8a1e-f3f9594d9e7b} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2025.01.10 21:57:47.318156 [ 262 ] {f5a01058-3ee6-4165-8a1e-f3f9594d9e7b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001671 sec., 15559.545182525435 rows/sec., 1.14 MiB/sec. | ||
| 2387 | 2025.01.10 21:57:47.318208 [ 262 ] {f5a01058-3ee6-4165-8a1e-f3f9594d9e7b} <Debug> TCPHandler: Processed in 0.001867804 sec. | ||
| 2388 | 2025.01.10 21:57:47.318356 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2389 | 2025.01.10 21:57:47.318479 [ 260 ] {3b47a40c-8df9-4bfc-884d-218c57b3291a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2390 | 2025.01.10 21:57:47.318530 [ 260 ] {3b47a40c-8df9-4bfc-884d-218c57b3291a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2391 | 2025.01.10 21:57:47.319129 [ 260 ] {3b47a40c-8df9-4bfc-884d-218c57b3291a} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2392 | 2025.01.10 21:57:47.319170 [ 260 ] {3b47a40c-8df9-4bfc-884d-218c57b3291a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2393 | 2025.01.10 21:57:47.319540 [ 260 ] {3b47a40c-8df9-4bfc-884d-218c57b3291a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2394 | 2025.01.10 21:57:47.319786 [ 260 ] {3b47a40c-8df9-4bfc-884d-218c57b3291a} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2395 | 2025.01.10 21:57:47.320000 [ 260 ] {3b47a40c-8df9-4bfc-884d-218c57b3291a} <Debug> executeQuery: Read 70 rows, 5.61 KiB in 0.001548 sec., 45219.63824289406 rows/sec., 3.54 MiB/sec. | ||
| 2396 | 2025.01.10 21:57:47.320056 [ 260 ] {3b47a40c-8df9-4bfc-884d-218c57b3291a} <Debug> TCPHandler: Processed in 0.001759421 sec. | ||
| 2397 | 2025.01.10 21:57:47.320201 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2398 | 2025.01.10 21:57:47.320316 [ 262 ] {eab3bffd-4fca-4f01-a120-db3b6634ac64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2399 | 2025.01.10 21:57:47.320368 [ 262 ] {eab3bffd-4fca-4f01-a120-db3b6634ac64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2400 | 2025.01.10 21:57:47.320902 [ 262 ] {eab3bffd-4fca-4f01-a120-db3b6634ac64} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2401 | 2025.01.10 21:57:47.320941 [ 262 ] {eab3bffd-4fca-4f01-a120-db3b6634ac64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2402 | 2025.01.10 21:57:47.321354 [ 262 ] {eab3bffd-4fca-4f01-a120-db3b6634ac64} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2403 | 2025.01.10 21:57:47.321620 [ 262 ] {eab3bffd-4fca-4f01-a120-db3b6634ac64} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2404 | 2025.01.10 21:57:47.321831 [ 262 ] {eab3bffd-4fca-4f01-a120-db3b6634ac64} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001539 sec., 64977.2579597141 rows/sec., 4.51 MiB/sec. | ||
| 2405 | 2025.01.10 21:57:47.321883 [ 262 ] {eab3bffd-4fca-4f01-a120-db3b6634ac64} <Debug> TCPHandler: Processed in 0.001736179 sec. | ||
| 2406 | 2025.01.10 21:57:47.322030 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2407 | 2025.01.10 21:57:47.322171 [ 260 ] {d166600a-6f51-4a2b-8e07-6f1f099b0c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2408 | 2025.01.10 21:57:47.322269 [ 260 ] {d166600a-6f51-4a2b-8e07-6f1f099b0c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2409 | 2025.01.10 21:57:47.323497 [ 260 ] {d166600a-6f51-4a2b-8e07-6f1f099b0c95} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2025.01.10 21:57:47.323538 [ 260 ] {d166600a-6f51-4a2b-8e07-6f1f099b0c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2411 | 2025.01.10 21:57:47.324176 [ 260 ] {d166600a-6f51-4a2b-8e07-6f1f099b0c95} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2412 | 2025.01.10 21:57:47.324436 [ 260 ] {d166600a-6f51-4a2b-8e07-6f1f099b0c95} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2025.01.10 21:57:47.324650 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2414 | 2025.01.10 21:57:47.324729 [ 260 ] {d166600a-6f51-4a2b-8e07-6f1f099b0c95} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002588 sec., 10046.367851622876 rows/sec., 18.00 MiB/sec. | ||
| 2415 | 2025.01.10 21:57:47.324764 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2416 | 2025.01.10 21:57:47.324871 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2417 | 2025.01.10 21:57:47.324989 [ 260 ] {d166600a-6f51-4a2b-8e07-6f1f099b0c95} <Debug> TCPHandler: Processed in 0.003019866 sec. | ||
| 2418 | 2025.01.10 21:57:47.325605 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2419 | 2025.01.10 21:57:47.325674 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 2420 | 2025.01.10 21:57:47.325840 [ 262 ] {410ee9a1-c544-44b6-9c6e-dd5cb676a838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2421 | 2025.01.10 21:57:47.325962 [ 262 ] {410ee9a1-c544-44b6-9c6e-dd5cb676a838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2422 | 2025.01.10 21:57:47.326765 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2423 | 2025.01.10 21:57:47.326888 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 2424 | 2025.01.10 21:57:47.327680 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 2425 | 2025.01.10 21:57:47.327953 [ 262 ] {410ee9a1-c544-44b6-9c6e-dd5cb676a838} <Trace> oximeter.measurements_i64 (84755478-40c8-4dc5-b35e-fd5b01c78467): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2426 | 2025.01.10 21:57:47.328190 [ 262 ] {410ee9a1-c544-44b6-9c6e-dd5cb676a838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2427 | 2025.01.10 21:57:47.328312 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 2428 | 2025.01.10 21:57:47.328980 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 2429 | 2025.01.10 21:57:47.329510 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 2430 | 2025.01.10 21:57:47.330077 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2431 | 2025.01.10 21:57:47.330120 [ 262 ] {410ee9a1-c544-44b6-9c6e-dd5cb676a838} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2432 | 2025.01.10 21:57:47.330920 [ 262 ] {410ee9a1-c544-44b6-9c6e-dd5cb676a838} <Trace> oximeter.measurements_i64 (84755478-40c8-4dc5-b35e-fd5b01c78467): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2433 | 2025.01.10 21:57:47.331540 [ 262 ] {410ee9a1-c544-44b6-9c6e-dd5cb676a838} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.005737 sec., 4183.371099877985 rows/sec., 310.31 KiB/sec. | ||
| 2434 | 2025.01.10 21:57:47.331756 [ 262 ] {410ee9a1-c544-44b6-9c6e-dd5cb676a838} <Debug> TCPHandler: Processed in 0.006640771 sec. | ||
| 2435 | 2025.01.10 21:57:47.331987 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2436 | 2025.01.10 21:57:47.332261 [ 260 ] {b23b1e72-4fc9-4016-8f26-9532410b7ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2437 | 2025.01.10 21:57:47.332420 [ 260 ] {b23b1e72-4fc9-4016-8f26-9532410b7ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2438 | 2025.01.10 21:57:47.334327 [ 260 ] {b23b1e72-4fc9-4016-8f26-9532410b7ab7} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2439 | 2025.01.10 21:57:47.334399 [ 260 ] {b23b1e72-4fc9-4016-8f26-9532410b7ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2440 | 2025.01.10 21:57:47.335662 [ 260 ] {b23b1e72-4fc9-4016-8f26-9532410b7ab7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2441 | 2025.01.10 21:57:47.336259 [ 260 ] {b23b1e72-4fc9-4016-8f26-9532410b7ab7} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2442 | 2025.01.10 21:57:47.337143 [ 260 ] {b23b1e72-4fc9-4016-8f26-9532410b7ab7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004922 sec., 6095.083299471759 rows/sec., 427.57 KiB/sec. | ||
| 2443 | 2025.01.10 21:57:47.337544 [ 260 ] {b23b1e72-4fc9-4016-8f26-9532410b7ab7} <Debug> TCPHandler: Processed in 0.005670314 sec. | ||
| 2444 | 2025.01.10 21:57:47.337984 [ 188 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 19 columns (19 merged, 0 gathered) in 0.012916111 sec., 5109.897243837561 rows/sec., 9.16 MiB/sec. | ||
| 2445 | 2025.01.10 21:57:47.338361 [ 200 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2446 | 2025.01.10 21:57:47.338838 [ 200 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2447 | 2025.01.10 21:57:47.338920 [ 200 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2448 | 2025.01.10 21:57:47.339067 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 2449 | 2025.01.10 21:57:48.691381 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2450 | 2025.01.10 21:57:48.691674 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2451 | 2025.01.10 21:57:48.692095 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2452 | 2025.01.10 21:57:48.692147 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2453 | 2025.01.10 21:57:48.692505 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2454 | 2025.01.10 21:57:48.692585 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2455 | 2025.01.10 21:57:48.692764 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2456 | 2025.01.10 21:57:48.692861 [ 295 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2457 | 2025.01.10 21:57:48.692997 [ 296 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2458 | 2025.01.10 21:57:48.693005 [ 298 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2459 | 2025.01.10 21:57:48.693008 [ 294 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2460 | 2025.01.10 21:57:48.693224 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2461 | 2025.01.10 21:57:48.693254 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2462 | 2025.01.10 21:57:48.693393 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2463 | 2025.01.10 21:57:48.693418 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 2464 | 2025.01.10 21:57:48.693461 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2465 | 2025.01.10 21:57:48.693507 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2466 | 2025.01.10 21:57:48.693552 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2467 | 2025.01.10 21:57:48.693595 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2468 | 2025.01.10 21:57:48.695753 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.00422 sec., 8530.805687203792 rows/sec., 322.36 KiB/sec. | ||
| 2469 | 2025.01.10 21:57:48.695973 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Debug> MemoryTracker: Peak memory usage (for query): 142.59 KiB. | ||
| 2470 | 2025.01.10 21:57:48.695991 [ 262 ] {6963f13a-4ef0-4e54-af7c-c47192b54328} <Debug> TCPHandler: Processed in 0.004766117 sec. | ||
| 2471 | 2025.01.10 21:57:48.741396 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2472 | 2025.01.10 21:57:48.741573 [ 262 ] {22e90270-cd77-4c8c-a50a-b337c137b23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2473 | 2025.01.10 21:57:48.741645 [ 262 ] {22e90270-cd77-4c8c-a50a-b337c137b23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2474 | 2025.01.10 21:57:48.742377 [ 262 ] {22e90270-cd77-4c8c-a50a-b337c137b23f} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2475 | 2025.01.10 21:57:48.742422 [ 262 ] {22e90270-cd77-4c8c-a50a-b337c137b23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2476 | 2025.01.10 21:57:48.742916 [ 262 ] {22e90270-cd77-4c8c-a50a-b337c137b23f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2477 | 2025.01.10 21:57:48.743145 [ 262 ] {22e90270-cd77-4c8c-a50a-b337c137b23f} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2478 | 2025.01.10 21:57:48.743398 [ 262 ] {22e90270-cd77-4c8c-a50a-b337c137b23f} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001874 sec., 533.6179295624333 rows/sec., 120.90 KiB/sec. | ||
| 2479 | 2025.01.10 21:57:48.743456 [ 262 ] {22e90270-cd77-4c8c-a50a-b337c137b23f} <Debug> TCPHandler: Processed in 0.002153212 sec. | ||
| 2480 | 2025.01.10 21:57:48.743695 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2481 | 2025.01.10 21:57:48.743897 [ 260 ] {44b493e5-8734-4af9-8b4f-cb426f432ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2482 | 2025.01.10 21:57:48.743970 [ 260 ] {44b493e5-8734-4af9-8b4f-cb426f432ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2483 | 2025.01.10 21:57:48.744730 [ 260 ] {44b493e5-8734-4af9-8b4f-cb426f432ef4} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2484 | 2025.01.10 21:57:48.744781 [ 260 ] {44b493e5-8734-4af9-8b4f-cb426f432ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2485 | 2025.01.10 21:57:48.745214 [ 260 ] {44b493e5-8734-4af9-8b4f-cb426f432ef4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2486 | 2025.01.10 21:57:48.745457 [ 260 ] {44b493e5-8734-4af9-8b4f-cb426f432ef4} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2487 | 2025.01.10 21:57:48.745772 [ 260 ] {44b493e5-8734-4af9-8b4f-cb426f432ef4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 2488 | 2025.01.10 21:57:48.745911 [ 260 ] {44b493e5-8734-4af9-8b4f-cb426f432ef4} <Debug> TCPHandler: Processed in 0.002353198 sec. | ||
| 2489 | 2025.01.10 21:57:48.746096 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2490 | 2025.01.10 21:57:48.746238 [ 262 ] {7dd320f0-2f47-483a-867a-6e0f4788011b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2491 | 2025.01.10 21:57:48.746297 [ 262 ] {7dd320f0-2f47-483a-867a-6e0f4788011b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2492 | 2025.01.10 21:57:48.746950 [ 262 ] {7dd320f0-2f47-483a-867a-6e0f4788011b} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2025.01.10 21:57:48.746991 [ 262 ] {7dd320f0-2f47-483a-867a-6e0f4788011b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2494 | 2025.01.10 21:57:48.747348 [ 262 ] {7dd320f0-2f47-483a-867a-6e0f4788011b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2495 | 2025.01.10 21:57:48.747603 [ 262 ] {7dd320f0-2f47-483a-867a-6e0f4788011b} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2025.01.10 21:57:48.747877 [ 262 ] {7dd320f0-2f47-483a-867a-6e0f4788011b} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001658 sec., 4825.090470446321 rows/sec., 393.45 KiB/sec. | ||
| 2497 | 2025.01.10 21:57:48.747950 [ 262 ] {7dd320f0-2f47-483a-867a-6e0f4788011b} <Debug> TCPHandler: Processed in 0.001926375 sec. | ||
| 2498 | 2025.01.10 21:57:48.748104 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2499 | 2025.01.10 21:57:48.748224 [ 260 ] {d25f4854-926b-46d2-a28c-8c2e3292e69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2500 | 2025.01.10 21:57:48.748273 [ 260 ] {d25f4854-926b-46d2-a28c-8c2e3292e69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2501 | 2025.01.10 21:57:48.749521 [ 260 ] {d25f4854-926b-46d2-a28c-8c2e3292e69e} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2502 | 2025.01.10 21:57:48.749561 [ 260 ] {d25f4854-926b-46d2-a28c-8c2e3292e69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2503 | 2025.01.10 21:57:48.750136 [ 260 ] {d25f4854-926b-46d2-a28c-8c2e3292e69e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2504 | 2025.01.10 21:57:48.750445 [ 260 ] {d25f4854-926b-46d2-a28c-8c2e3292e69e} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2505 | 2025.01.10 21:57:48.750691 [ 260 ] {d25f4854-926b-46d2-a28c-8c2e3292e69e} <Debug> executeQuery: Read 1333 rows, 113.55 KiB in 0.002492 sec., 534911.7174959872 rows/sec., 44.50 MiB/sec. | ||
| 2506 | 2025.01.10 21:57:48.750744 [ 260 ] {d25f4854-926b-46d2-a28c-8c2e3292e69e} <Debug> TCPHandler: Processed in 0.002700588 sec. | ||
| 2507 | 2025.01.10 21:57:48.750923 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2508 | 2025.01.10 21:57:48.751067 [ 262 ] {53b0bfbb-73bf-4f81-a403-a44f322949ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2509 | 2025.01.10 21:57:48.751126 [ 262 ] {53b0bfbb-73bf-4f81-a403-a44f322949ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2510 | 2025.01.10 21:57:48.751786 [ 262 ] {53b0bfbb-73bf-4f81-a403-a44f322949ea} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2511 | 2025.01.10 21:57:48.751827 [ 262 ] {53b0bfbb-73bf-4f81-a403-a44f322949ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2512 | 2025.01.10 21:57:48.752179 [ 262 ] {53b0bfbb-73bf-4f81-a403-a44f322949ea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2513 | 2025.01.10 21:57:48.752415 [ 262 ] {53b0bfbb-73bf-4f81-a403-a44f322949ea} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2514 | 2025.01.10 21:57:48.752658 [ 262 ] {53b0bfbb-73bf-4f81-a403-a44f322949ea} <Debug> executeQuery: Read 23 rows, 1.62 KiB in 0.001617 sec., 14223.87136672851 rows/sec., 999.51 KiB/sec. | ||
| 2515 | 2025.01.10 21:57:48.752753 [ 262 ] {53b0bfbb-73bf-4f81-a403-a44f322949ea} <Debug> TCPHandler: Processed in 0.001899134 sec. | ||
| 2516 | 2025.01.10 21:57:48.752923 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2517 | 2025.01.10 21:57:48.753079 [ 260 ] {c6a77566-b7be-4cc3-9aad-9955042578b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2518 | 2025.01.10 21:57:48.753140 [ 260 ] {c6a77566-b7be-4cc3-9aad-9955042578b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2519 | 2025.01.10 21:57:48.753945 [ 260 ] {c6a77566-b7be-4cc3-9aad-9955042578b8} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2520 | 2025.01.10 21:57:48.753999 [ 260 ] {c6a77566-b7be-4cc3-9aad-9955042578b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2521 | 2025.01.10 21:57:48.754469 [ 260 ] {c6a77566-b7be-4cc3-9aad-9955042578b8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2522 | 2025.01.10 21:57:48.754744 [ 260 ] {c6a77566-b7be-4cc3-9aad-9955042578b8} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2523 | 2025.01.10 21:57:48.754905 [ 73 ] {} <Debug> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2524 | 2025.01.10 21:57:48.754972 [ 73 ] {} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2525 | 2025.01.10 21:57:48.754983 [ 260 ] {c6a77566-b7be-4cc3-9aad-9955042578b8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001926 sec., 125649.01349948079 rows/sec., 8.51 MiB/sec. | ||
| 2526 | 2025.01.10 21:57:48.755016 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2527 | 2025.01.10 21:57:48.755133 [ 260 ] {c6a77566-b7be-4cc3-9aad-9955042578b8} <Debug> TCPHandler: Processed in 0.002277926 sec. | ||
| 2528 | 2025.01.10 21:57:48.755309 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::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 | ||
| 2529 | 2025.01.10 21:57:48.755390 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2530 | 2025.01.10 21:57:48.755534 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2531 | 2025.01.10 21:57:48.755561 [ 262 ] {8be303eb-9f59-4979-b5a1-87a508be0433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2532 | 2025.01.10 21:57:48.755572 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::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 | ||
| 2533 | 2025.01.10 21:57:48.755618 [ 262 ] {8be303eb-9f59-4979-b5a1-87a508be0433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2534 | 2025.01.10 21:57:48.755745 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2535 | 2025.01.10 21:57:48.756164 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 2536 | 2025.01.10 21:57:48.756541 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::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 | ||
| 2537 | 2025.01.10 21:57:48.756923 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::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 | ||
| 2538 | 2025.01.10 21:57:48.757302 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 2539 | 2025.01.10 21:57:48.758287 [ 262 ] {8be303eb-9f59-4979-b5a1-87a508be0433} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2540 | 2025.01.10 21:57:48.758336 [ 262 ] {8be303eb-9f59-4979-b5a1-87a508be0433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2541 | 2025.01.10 21:57:48.758888 [ 262 ] {8be303eb-9f59-4979-b5a1-87a508be0433} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2542 | 2025.01.10 21:57:48.759178 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004030976 sec., 133962.593674584 rows/sec., 9.60 MiB/sec. | ||
| 2543 | 2025.01.10 21:57:48.759226 [ 262 ] {8be303eb-9f59-4979-b5a1-87a508be0433} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2544 | 2025.01.10 21:57:48.759312 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2545 | 2025.01.10 21:57:48.759627 [ 262 ] {8be303eb-9f59-4979-b5a1-87a508be0433} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004096 sec., 3173.828125 rows/sec., 197.89 KiB/sec. | ||
| 2546 | 2025.01.10 21:57:48.759713 [ 262 ] {8be303eb-9f59-4979-b5a1-87a508be0433} <Debug> TCPHandler: Processed in 0.004448257 sec. | ||
| 2547 | 2025.01.10 21:57:48.759856 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_6_1} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2025.01.10 21:57:48.759920 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2549 | 2025.01.10 21:57:48.759955 [ 188 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_6_1} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2550 | 2025.01.10 21:57:48.760090 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2551 | 2025.01.10 21:57:48.760159 [ 260 ] {d4eb1c09-66d9-43e9-a4c4-77bdc3a377c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2552 | 2025.01.10 21:57:48.760220 [ 260 ] {d4eb1c09-66d9-43e9-a4c4-77bdc3a377c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2553 | 2025.01.10 21:57:48.761188 [ 260 ] {d4eb1c09-66d9-43e9-a4c4-77bdc3a377c2} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2554 | 2025.01.10 21:57:48.761228 [ 260 ] {d4eb1c09-66d9-43e9-a4c4-77bdc3a377c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2555 | 2025.01.10 21:57:48.761634 [ 260 ] {d4eb1c09-66d9-43e9-a4c4-77bdc3a377c2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2556 | 2025.01.10 21:57:48.761879 [ 260 ] {d4eb1c09-66d9-43e9-a4c4-77bdc3a377c2} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2557 | 2025.01.10 21:57:48.762094 [ 260 ] {d4eb1c09-66d9-43e9-a4c4-77bdc3a377c2} <Debug> executeQuery: Read 818 rows, 60.38 KiB in 0.001982 sec., 412714.4298688194 rows/sec., 29.75 MiB/sec. | ||
| 2558 | 2025.01.10 21:57:48.762145 [ 260 ] {d4eb1c09-66d9-43e9-a4c4-77bdc3a377c2} <Debug> TCPHandler: Processed in 0.002331267 sec. | ||
| 2559 | 2025.01.10 21:57:48.762302 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2560 | 2025.01.10 21:57:48.762442 [ 262 ] {f7c402db-987e-4a81-8396-13614c53df3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2561 | 2025.01.10 21:57:48.762502 [ 262 ] {f7c402db-987e-4a81-8396-13614c53df3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2562 | 2025.01.10 21:57:48.763008 [ 262 ] {f7c402db-987e-4a81-8396-13614c53df3d} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2025.01.10 21:57:48.763048 [ 262 ] {f7c402db-987e-4a81-8396-13614c53df3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2564 | 2025.01.10 21:57:48.763407 [ 262 ] {f7c402db-987e-4a81-8396-13614c53df3d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2565 | 2025.01.10 21:57:48.763652 [ 262 ] {f7c402db-987e-4a81-8396-13614c53df3d} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2025.01.10 21:57:48.763823 [ 73 ] {} <Debug> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2567 | 2025.01.10 21:57:48.763880 [ 73 ] {} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2568 | 2025.01.10 21:57:48.763896 [ 262 ] {f7c402db-987e-4a81-8396-13614c53df3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 2569 | 2025.01.10 21:57:48.763933 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2570 | 2025.01.10 21:57:48.764034 [ 262 ] {f7c402db-987e-4a81-8396-13614c53df3d} <Debug> TCPHandler: Processed in 0.001796762 sec. | ||
| 2571 | 2025.01.10 21:57:48.764156 [ 189 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 2572 | 2025.01.10 21:57:48.764237 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2573 | 2025.01.10 21:57:48.764370 [ 189 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2574 | 2025.01.10 21:57:48.764451 [ 260 ] {d3522e23-5d5a-47d7-a2ed-d1780f4ab594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2575 | 2025.01.10 21:57:48.764474 [ 189 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 2576 | 2025.01.10 21:57:48.764557 [ 260 ] {d3522e23-5d5a-47d7-a2ed-d1780f4ab594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2577 | 2025.01.10 21:57:48.764780 [ 189 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 2578 | 2025.01.10 21:57:48.765225 [ 189 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 2579 | 2025.01.10 21:57:48.765569 [ 189 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 2580 | 2025.01.10 21:57:48.765931 [ 189 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 2581 | 2025.01.10 21:57:48.766257 [ 189 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 2582 | 2025.01.10 21:57:48.768500 [ 260 ] {d3522e23-5d5a-47d7-a2ed-d1780f4ab594} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2025.01.10 21:57:48.768591 [ 260 ] {d3522e23-5d5a-47d7-a2ed-d1780f4ab594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2584 | 2025.01.10 21:57:48.769003 [ 186 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004954563 sec., 7266.02931479527 rows/sec., 379.62 KiB/sec. | ||
| 2585 | 2025.01.10 21:57:48.769222 [ 200 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2586 | 2025.01.10 21:57:48.769528 [ 260 ] {d3522e23-5d5a-47d7-a2ed-d1780f4ab594} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2587 | 2025.01.10 21:57:48.769779 [ 200 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_6_1} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2588 | 2025.01.10 21:57:48.769955 [ 200 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_6_1} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2589 | 2025.01.10 21:57:48.770007 [ 260 ] {d3522e23-5d5a-47d7-a2ed-d1780f4ab594} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2590 | 2025.01.10 21:57:48.770119 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2591 | 2025.01.10 21:57:48.770324 [ 260 ] {d3522e23-5d5a-47d7-a2ed-d1780f4ab594} <Debug> executeQuery: Read 967 rows, 65.81 KiB in 0.005924 sec., 163234.30114787308 rows/sec., 10.85 MiB/sec. | ||
| 2592 | 2025.01.10 21:57:48.770395 [ 260 ] {d3522e23-5d5a-47d7-a2ed-d1780f4ab594} <Debug> TCPHandler: Processed in 0.00626286 sec. | ||
| 2593 | 2025.01.10 21:57:48.770550 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2594 | 2025.01.10 21:57:48.770689 [ 262 ] {c56860c2-7527-4b03-9981-166ac925a210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2595 | 2025.01.10 21:57:48.770749 [ 262 ] {c56860c2-7527-4b03-9981-166ac925a210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2596 | 2025.01.10 21:57:48.771310 [ 262 ] {c56860c2-7527-4b03-9981-166ac925a210} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2025.01.10 21:57:48.771354 [ 262 ] {c56860c2-7527-4b03-9981-166ac925a210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2598 | 2025.01.10 21:57:48.771735 [ 262 ] {c56860c2-7527-4b03-9981-166ac925a210} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2599 | 2025.01.10 21:57:48.771983 [ 262 ] {c56860c2-7527-4b03-9981-166ac925a210} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2600 | 2025.01.10 21:57:48.772215 [ 262 ] {c56860c2-7527-4b03-9981-166ac925a210} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 43.28 KiB/sec. | ||
| 2601 | 2025.01.10 21:57:48.772265 [ 262 ] {c56860c2-7527-4b03-9981-166ac925a210} <Debug> TCPHandler: Processed in 0.001784011 sec. | ||
| 2602 | 2025.01.10 21:57:48.772416 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2025.01.10 21:57:48.772539 [ 260 ] {f47715db-b2ca-47e0-8c68-13ccbff3a0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2604 | 2025.01.10 21:57:48.772620 [ 260 ] {f47715db-b2ca-47e0-8c68-13ccbff3a0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2605 | 2025.01.10 21:57:48.773704 [ 260 ] {f47715db-b2ca-47e0-8c68-13ccbff3a0dc} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2606 | 2025.01.10 21:57:48.773742 [ 260 ] {f47715db-b2ca-47e0-8c68-13ccbff3a0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2607 | 2025.01.10 21:57:48.774357 [ 260 ] {f47715db-b2ca-47e0-8c68-13ccbff3a0dc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2608 | 2025.01.10 21:57:48.774632 [ 260 ] {f47715db-b2ca-47e0-8c68-13ccbff3a0dc} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2609 | 2025.01.10 21:57:48.774864 [ 260 ] {f47715db-b2ca-47e0-8c68-13ccbff3a0dc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002349 sec., 3405.7045551298424 rows/sec., 6.10 MiB/sec. | ||
| 2610 | 2025.01.10 21:57:48.774955 [ 260 ] {f47715db-b2ca-47e0-8c68-13ccbff3a0dc} <Debug> TCPHandler: Processed in 0.002597504 sec. | ||
| 2611 | 2025.01.10 21:57:48.775112 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2612 | 2025.01.10 21:57:48.775251 [ 262 ] {c5e184be-c381-4195-b3ee-1d261cc6341d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2613 | 2025.01.10 21:57:48.775312 [ 262 ] {c5e184be-c381-4195-b3ee-1d261cc6341d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2614 | 2025.01.10 21:57:48.775845 [ 262 ] {c5e184be-c381-4195-b3ee-1d261cc6341d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2615 | 2025.01.10 21:57:48.775884 [ 262 ] {c5e184be-c381-4195-b3ee-1d261cc6341d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 2616 | 2025.01.10 21:57:48.776263 [ 262 ] {c5e184be-c381-4195-b3ee-1d261cc6341d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2617 | 2025.01.10 21:57:48.776522 [ 262 ] {c5e184be-c381-4195-b3ee-1d261cc6341d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2618 | 2025.01.10 21:57:48.776757 [ 262 ] {c5e184be-c381-4195-b3ee-1d261cc6341d} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.001533 sec., 22178.73450750163 rows/sec., 1.30 MiB/sec. | ||
| 2619 | 2025.01.10 21:57:48.776841 [ 262 ] {c5e184be-c381-4195-b3ee-1d261cc6341d} <Debug> TCPHandler: Processed in 0.001792821 sec. | ||
| 2620 | 2025.01.10 21:57:49.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.77 MiB, peak 172.92 MiB, free memory in arenas 0.00 B, will set to 168.66 MiB (RSS), difference: -1.10 MiB | ||
| 2621 | 2025.01.10 21:57:51.016733 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 378 | ||
| 2622 | 2025.01.10 21:57:51.020449 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2025.01.10 21:57:51.020494 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2624 | 2025.01.10 21:57:51.022455 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2625 | 2025.01.10 21:57:51.022776 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2626 | 2025.01.10 21:57:51.023291 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 378 | ||
| 2627 | 2025.01.10 21:57:52.294139 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2628 | 2025.01.10 21:57:52.294437 [ 262 ] {951b0a6d-4dc9-49ad-8743-dbd55963b7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2629 | 2025.01.10 21:57:52.294553 [ 262 ] {951b0a6d-4dc9-49ad-8743-dbd55963b7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2630 | 2025.01.10 21:57:52.295385 [ 262 ] {951b0a6d-4dc9-49ad-8743-dbd55963b7b3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2631 | 2025.01.10 21:57:52.295430 [ 262 ] {951b0a6d-4dc9-49ad-8743-dbd55963b7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2632 | 2025.01.10 21:57:52.295863 [ 262 ] {951b0a6d-4dc9-49ad-8743-dbd55963b7b3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2633 | 2025.01.10 21:57:52.296113 [ 262 ] {951b0a6d-4dc9-49ad-8743-dbd55963b7b3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2634 | 2025.01.10 21:57:52.296354 [ 262 ] {951b0a6d-4dc9-49ad-8743-dbd55963b7b3} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001998 sec., 13013.013013013011 rows/sec., 990.74 KiB/sec. | ||
| 2635 | 2025.01.10 21:57:52.296411 [ 262 ] {951b0a6d-4dc9-49ad-8743-dbd55963b7b3} <Debug> TCPHandler: Processed in 0.002455101 sec. | ||
| 2636 | 2025.01.10 21:57:52.296653 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2025.01.10 21:57:52.296853 [ 260 ] {81bc2b5f-7c69-4cba-9f40-8ea95cace1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2638 | 2025.01.10 21:57:52.296929 [ 260 ] {81bc2b5f-7c69-4cba-9f40-8ea95cace1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2639 | 2025.01.10 21:57:52.297688 [ 260 ] {81bc2b5f-7c69-4cba-9f40-8ea95cace1dc} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2640 | 2025.01.10 21:57:52.297745 [ 260 ] {81bc2b5f-7c69-4cba-9f40-8ea95cace1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2641 | 2025.01.10 21:57:52.298208 [ 260 ] {81bc2b5f-7c69-4cba-9f40-8ea95cace1dc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2642 | 2025.01.10 21:57:52.298464 [ 260 ] {81bc2b5f-7c69-4cba-9f40-8ea95cace1dc} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2643 | 2025.01.10 21:57:52.298789 [ 260 ] {81bc2b5f-7c69-4cba-9f40-8ea95cace1dc} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001968 sec., 14227.642276422763 rows/sec., 1.11 MiB/sec. | ||
| 2644 | 2025.01.10 21:57:52.298973 [ 260 ] {81bc2b5f-7c69-4cba-9f40-8ea95cace1dc} <Debug> TCPHandler: Processed in 0.00245184 sec. | ||
| 2645 | 2025.01.10 21:57:52.299176 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2646 | 2025.01.10 21:57:52.299399 [ 262 ] {36ddd630-5a78-4a83-b982-992dc23433ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2647 | 2025.01.10 21:57:52.299499 [ 262 ] {36ddd630-5a78-4a83-b982-992dc23433ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2648 | 2025.01.10 21:57:52.300181 [ 262 ] {36ddd630-5a78-4a83-b982-992dc23433ed} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2649 | 2025.01.10 21:57:52.300219 [ 262 ] {36ddd630-5a78-4a83-b982-992dc23433ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2650 | 2025.01.10 21:57:52.300610 [ 262 ] {36ddd630-5a78-4a83-b982-992dc23433ed} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2651 | 2025.01.10 21:57:52.300856 [ 262 ] {36ddd630-5a78-4a83-b982-992dc23433ed} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2652 | 2025.01.10 21:57:52.301085 [ 262 ] {36ddd630-5a78-4a83-b982-992dc23433ed} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001741 sec., 34462.95232624928 rows/sec., 2.39 MiB/sec. | ||
| 2653 | 2025.01.10 21:57:52.301137 [ 262 ] {36ddd630-5a78-4a83-b982-992dc23433ed} <Debug> TCPHandler: Processed in 0.00206827 sec. | ||
| 2654 | 2025.01.10 21:57:52.301281 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2655 | 2025.01.10 21:57:52.301409 [ 260 ] {61a846c3-ad46-4516-a57f-24b2e855855b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2656 | 2025.01.10 21:57:52.301465 [ 260 ] {61a846c3-ad46-4516-a57f-24b2e855855b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2657 | 2025.01.10 21:57:52.301954 [ 260 ] {61a846c3-ad46-4516-a57f-24b2e855855b} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2658 | 2025.01.10 21:57:52.302002 [ 260 ] {61a846c3-ad46-4516-a57f-24b2e855855b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2659 | 2025.01.10 21:57:52.302390 [ 260 ] {61a846c3-ad46-4516-a57f-24b2e855855b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2660 | 2025.01.10 21:57:52.302632 [ 260 ] {61a846c3-ad46-4516-a57f-24b2e855855b} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2661 | 2025.01.10 21:57:52.302910 [ 260 ] {61a846c3-ad46-4516-a57f-24b2e855855b} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001526 sec., 11795.543905635648 rows/sec., 827.45 KiB/sec. | ||
| 2662 | 2025.01.10 21:57:52.303090 [ 260 ] {61a846c3-ad46-4516-a57f-24b2e855855b} <Debug> TCPHandler: Processed in 0.001864614 sec. | ||
| 2663 | 2025.01.10 21:57:53.508190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2664 | 2025.01.10 21:57:53.508830 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2025.01.10 21:57:53.508878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2666 | 2025.01.10 21:57:53.509400 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2667 | 2025.01.10 21:57:53.509661 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2025.01.10 21:57:53.509903 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2669 | 2025.01.10 21:57:53.509902 [ 155 ] {} <Debug> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2670 | 2025.01.10 21:57:53.509985 [ 155 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2025.01.10 21:57:53.510008 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2672 | 2025.01.10 21:57:53.510230 [ 200 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 2673 | 2025.01.10 21:57:53.510418 [ 200 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2674 | 2025.01.10 21:57:53.510463 [ 200 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2745 rows starting from the beginning of the part | ||
| 2675 | 2025.01.10 21:57:53.510573 [ 200 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2676 | 2025.01.10 21:57:53.510858 [ 200 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2677 | 2025.01.10 21:57:53.510993 [ 200 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2678 | 2025.01.10 21:57:53.511175 [ 200 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 2679 | 2025.01.10 21:57:53.511313 [ 200 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 2680 | 2025.01.10 21:57:53.513149 [ 186 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003055887 sec., 1656802.1003394432 rows/sec., 23.70 MiB/sec. | ||
| 2681 | 2025.01.10 21:57:53.513651 [ 191 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2682 | 2025.01.10 21:57:53.514025 [ 191 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_11_2} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2683 | 2025.01.10 21:57:53.514120 [ 191 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_11_2} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2684 | 2025.01.10 21:57:53.514232 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2685 | 2025.01.10 21:57:53.822640 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2686 | 2025.01.10 21:57:53.844395 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.01.10 21:57:53.844457 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2688 | 2025.01.10 21:57:53.852068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2689 | 2025.01.10 21:57:53.852853 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2690 | 2025.01.10 21:57:53.853145 [ 155 ] {} <Debug> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2691 | 2025.01.10 21:57:53.853216 [ 155 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2025.01.10 21:57:53.853262 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2693 | 2025.01.10 21:57:53.853672 [ 200 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 2694 | 2025.01.10 21:57:53.870021 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2695 | 2025.01.10 21:57:53.871503 [ 200 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2696 | 2025.01.10 21:57:53.872687 [ 200 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 2697 | 2025.01.10 21:57:53.877657 [ 200 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 2698 | 2025.01.10 21:57:53.882932 [ 200 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 2699 | 2025.01.10 21:57:53.888280 [ 200 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 2700 | 2025.01.10 21:57:53.894083 [ 200 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 2701 | 2025.01.10 21:57:53.898600 [ 200 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 2702 | 2025.01.10 21:57:53.957903 [ 186 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.104511236 sec., 794.1729825107035 rows/sec., 4.11 MiB/sec. | ||
| 2703 | 2025.01.10 21:57:53.960402 [ 186 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2704 | 2025.01.10 21:57:53.963277 [ 186 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_11_2} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2705 | 2025.01.10 21:57:53.963400 [ 186 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_11_2} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2706 | 2025.01.10 21:57:53.965756 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2707 | 2025.01.10 21:57:54.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.80 MiB, peak 179.67 MiB, free memory in arenas 0.00 B, will set to 172.20 MiB (RSS), difference: 2.40 MiB | ||
| 2708 | 2025.01.10 21:57:57.298179 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2709 | 2025.01.10 21:57:57.298385 [ 262 ] {46372d31-c3b8-4751-921a-e0219d367687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2710 | 2025.01.10 21:57:57.298463 [ 262 ] {46372d31-c3b8-4751-921a-e0219d367687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2711 | 2025.01.10 21:57:57.299266 [ 262 ] {46372d31-c3b8-4751-921a-e0219d367687} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2025.01.10 21:57:57.299316 [ 262 ] {46372d31-c3b8-4751-921a-e0219d367687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2713 | 2025.01.10 21:57:57.299754 [ 262 ] {46372d31-c3b8-4751-921a-e0219d367687} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2714 | 2025.01.10 21:57:57.300034 [ 262 ] {46372d31-c3b8-4751-921a-e0219d367687} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2025.01.10 21:57:57.300223 [ 105 ] {} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2716 | 2025.01.10 21:57:57.300290 [ 262 ] {46372d31-c3b8-4751-921a-e0219d367687} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001963 sec., 39735.09933774835 rows/sec., 3.41 MiB/sec. | ||
| 2717 | 2025.01.10 21:57:57.300318 [ 105 ] {} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2718 | 2025.01.10 21:57:57.300389 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2719 | 2025.01.10 21:57:57.300409 [ 262 ] {46372d31-c3b8-4751-921a-e0219d367687} <Debug> TCPHandler: Processed in 0.002359667 sec. | ||
| 2720 | 2025.01.10 21:57:57.300598 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::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 | ||
| 2721 | 2025.01.10 21:57:57.300685 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2025.01.10 21:57:57.300750 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2723 | 2025.01.10 21:57:57.300816 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1329 rows starting from the beginning of the part | ||
| 2724 | 2025.01.10 21:57:57.301042 [ 260 ] {b459d701-a2a1-4ec0-8fa3-4772762aa32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2725 | 2025.01.10 21:57:57.301074 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 189 rows starting from the beginning of the part | ||
| 2726 | 2025.01.10 21:57:57.301203 [ 260 ] {b459d701-a2a1-4ec0-8fa3-4772762aa32d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2727 | 2025.01.10 21:57:57.301485 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 78 rows starting from the beginning of the part | ||
| 2728 | 2025.01.10 21:57:57.302210 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1333 rows starting from the beginning of the part | ||
| 2729 | 2025.01.10 21:57:57.302666 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
| 2730 | 2025.01.10 21:57:57.303018 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 78 rows starting from the beginning of the part | ||
| 2731 | 2025.01.10 21:57:57.304425 [ 260 ] {b459d701-a2a1-4ec0-8fa3-4772762aa32d} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2732 | 2025.01.10 21:57:57.304516 [ 260 ] {b459d701-a2a1-4ec0-8fa3-4772762aa32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2733 | 2025.01.10 21:57:57.305735 [ 260 ] {b459d701-a2a1-4ec0-8fa3-4772762aa32d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2734 | 2025.01.10 21:57:57.306070 [ 260 ] {b459d701-a2a1-4ec0-8fa3-4772762aa32d} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2735 | 2025.01.10 21:57:57.306581 [ 260 ] {b459d701-a2a1-4ec0-8fa3-4772762aa32d} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005679 sec., 4578.270822327874 rows/sec., 344.26 KiB/sec. | ||
| 2736 | 2025.01.10 21:57:57.306630 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3033 rows, containing 5 columns (5 merged, 0 gathered) in 0.006133397 sec., 494505.73638067127 rows/sec., 43.22 MiB/sec. | ||
| 2737 | 2025.01.10 21:57:57.306708 [ 260 ] {b459d701-a2a1-4ec0-8fa3-4772762aa32d} <Debug> TCPHandler: Processed in 0.006183118 sec. | ||
| 2738 | 2025.01.10 21:57:57.306857 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2739 | 2025.01.10 21:57:57.306885 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2740 | 2025.01.10 21:57:57.306989 [ 262 ] {7b1cbfba-d870-445e-80be-cc381bce219c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2741 | 2025.01.10 21:57:57.307043 [ 262 ] {7b1cbfba-d870-445e-80be-cc381bce219c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2742 | 2025.01.10 21:57:57.307220 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2743 | 2025.01.10 21:57:57.307358 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_16_3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2744 | 2025.01.10 21:57:57.307464 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 2745 | 2025.01.10 21:57:57.307841 [ 262 ] {7b1cbfba-d870-445e-80be-cc381bce219c} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2025.01.10 21:57:57.307880 [ 262 ] {7b1cbfba-d870-445e-80be-cc381bce219c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2747 | 2025.01.10 21:57:57.308233 [ 262 ] {7b1cbfba-d870-445e-80be-cc381bce219c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2748 | 2025.01.10 21:57:57.308470 [ 262 ] {7b1cbfba-d870-445e-80be-cc381bce219c} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2025.01.10 21:57:57.308620 [ 105 ] {} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2750 | 2025.01.10 21:57:57.308686 [ 105 ] {} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2025.01.10 21:57:57.308713 [ 262 ] {7b1cbfba-d870-445e-80be-cc381bce219c} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001749 sec., 30874.785591766726 rows/sec., 2.41 MiB/sec. | ||
| 2752 | 2025.01.10 21:57:57.308728 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2753 | 2025.01.10 21:57:57.308860 [ 262 ] {7b1cbfba-d870-445e-80be-cc381bce219c} <Debug> TCPHandler: Processed in 0.00206061 sec. | ||
| 2754 | 2025.01.10 21:57:57.309010 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::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 | ||
| 2755 | 2025.01.10 21:57:57.309059 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2756 | 2025.01.10 21:57:57.309284 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2757 | 2025.01.10 21:57:57.309293 [ 260 ] {a5c8a945-f236-42b3-a22b-cb33ba0b2bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2758 | 2025.01.10 21:57:57.309348 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 810 rows starting from the beginning of the part | ||
| 2759 | 2025.01.10 21:57:57.309397 [ 260 ] {a5c8a945-f236-42b3-a22b-cb33ba0b2bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2760 | 2025.01.10 21:57:57.309741 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 354 rows starting from the beginning of the part | ||
| 2761 | 2025.01.10 21:57:57.310105 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 70 rows starting from the beginning of the part | ||
| 2762 | 2025.01.10 21:57:57.310484 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 818 rows starting from the beginning of the part | ||
| 2763 | 2025.01.10 21:57:57.310807 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
| 2764 | 2025.01.10 21:57:57.311154 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part | ||
| 2765 | 2025.01.10 21:57:57.311888 [ 260 ] {a5c8a945-f236-42b3-a22b-cb33ba0b2bd5} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2025.01.10 21:57:57.311957 [ 260 ] {a5c8a945-f236-42b3-a22b-cb33ba0b2bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2767 | 2025.01.10 21:57:57.312937 [ 260 ] {a5c8a945-f236-42b3-a22b-cb33ba0b2bd5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2768 | 2025.01.10 21:57:57.313484 [ 260 ] {a5c8a945-f236-42b3-a22b-cb33ba0b2bd5} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): 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.10 21:57:57.313742 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2770 | 2025.01.10 21:57:57.313848 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2771 | 2025.01.10 21:57:57.313925 [ 260 ] {a5c8a945-f236-42b3-a22b-cb33ba0b2bd5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004696 sec., 21294.718909710395 rows/sec., 1.48 MiB/sec. | ||
| 2772 | 2025.01.10 21:57:57.313936 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2773 | 2025.01.10 21:57:57.314217 [ 260 ] {a5c8a945-f236-42b3-a22b-cb33ba0b2bd5} <Debug> TCPHandler: Processed in 0.005214739 sec. | ||
| 2774 | 2025.01.10 21:57:57.314750 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2775 | 2025.01.10 21:57:57.315166 [ 196 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2134 rows, containing 5 columns (5 merged, 0 gathered) in 0.00626766 sec., 340477.9455171467 rows/sec., 25.87 MiB/sec. | ||
| 2776 | 2025.01.10 21:57:57.315257 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::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.10 21:57:57.315325 [ 262 ] {df596f5c-3987-4906-9181-3668b44eb256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2778 | 2025.01.10 21:57:57.315520 [ 262 ] {df596f5c-3987-4906-9181-3668b44eb256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2779 | 2025.01.10 21:57:57.315529 [ 196 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2780 | 2025.01.10 21:57:57.315641 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2781 | 2025.01.10 21:57:57.315744 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3412 rows starting from the beginning of the part | ||
| 2782 | 2025.01.10 21:57:57.316269 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 177 rows starting from the beginning of the part | ||
| 2783 | 2025.01.10 21:57:57.316613 [ 196 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.01.10 21:57:57.316893 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part | ||
| 2785 | 2025.01.10 21:57:57.317060 [ 196 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_16_3} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2786 | 2025.01.10 21:57:57.317436 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 967 rows starting from the beginning of the part | ||
| 2787 | 2025.01.10 21:57:57.317455 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2788 | 2025.01.10 21:57:57.317786 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2789 | 2025.01.10 21:57:57.318147 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 100 rows starting from the beginning of the part | ||
| 2790 | 2025.01.10 21:57:57.320284 [ 262 ] {df596f5c-3987-4906-9181-3668b44eb256} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2791 | 2025.01.10 21:57:57.320325 [ 262 ] {df596f5c-3987-4906-9181-3668b44eb256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2792 | 2025.01.10 21:57:57.321323 [ 187 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4816 rows, containing 5 columns (5 merged, 0 gathered) in 0.006908429 sec., 697119.4174536642 rows/sec., 46.71 MiB/sec. | ||
| 2793 | 2025.01.10 21:57:57.321434 [ 262 ] {df596f5c-3987-4906-9181-3668b44eb256} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2794 | 2025.01.10 21:57:57.321760 [ 262 ] {df596f5c-3987-4906-9181-3668b44eb256} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2795 | 2025.01.10 21:57:57.321770 [ 187 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2796 | 2025.01.10 21:57:57.322274 [ 262 ] {df596f5c-3987-4906-9181-3668b44eb256} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007129 sec., 3647.0753261326977 rows/sec., 6.54 MiB/sec. | ||
| 2797 | 2025.01.10 21:57:57.322578 [ 187 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2798 | 2025.01.10 21:57:57.322623 [ 262 ] {df596f5c-3987-4906-9181-3668b44eb256} <Debug> TCPHandler: Processed in 0.008222627 sec. | ||
| 2799 | 2025.01.10 21:57:57.322803 [ 187 ] {5116be86-6508-447c-92e8-12223e638356::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2800 | 2025.01.10 21:57:57.322834 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2801 | 2025.01.10 21:57:57.322967 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 2802 | 2025.01.10 21:57:57.323036 [ 260 ] {04fee956-eefc-4f30-aa23-46edc243ac68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2803 | 2025.01.10 21:57:57.323094 [ 260 ] {04fee956-eefc-4f30-aa23-46edc243ac68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2804 | 2025.01.10 21:57:57.323587 [ 260 ] {04fee956-eefc-4f30-aa23-46edc243ac68} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2805 | 2025.01.10 21:57:57.323627 [ 260 ] {04fee956-eefc-4f30-aa23-46edc243ac68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2806 | 2025.01.10 21:57:57.324009 [ 260 ] {04fee956-eefc-4f30-aa23-46edc243ac68} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2807 | 2025.01.10 21:57:57.324254 [ 260 ] {04fee956-eefc-4f30-aa23-46edc243ac68} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2808 | 2025.01.10 21:57:57.324424 [ 105 ] {} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2809 | 2025.01.10 21:57:57.324483 [ 105 ] {} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2810 | 2025.01.10 21:57:57.324517 [ 260 ] {04fee956-eefc-4f30-aa23-46edc243ac68} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001512 sec., 19841.26984126984 rows/sec., 1.36 MiB/sec. | ||
| 2811 | 2025.01.10 21:57:57.324524 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2812 | 2025.01.10 21:57:57.324641 [ 260 ] {04fee956-eefc-4f30-aa23-46edc243ac68} <Debug> TCPHandler: Processed in 0.001909594 sec. | ||
| 2813 | 2025.01.10 21:57:57.324779 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 2814 | 2025.01.10 21:57:57.324898 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2815 | 2025.01.10 21:57:57.324932 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 382 rows starting from the beginning of the part | ||
| 2816 | 2025.01.10 21:57:57.325053 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part | ||
| 2817 | 2025.01.10 21:57:57.325247 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
| 2818 | 2025.01.10 21:57:57.325395 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2819 | 2025.01.10 21:57:57.325545 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 18 rows starting from the beginning of the part | ||
| 2820 | 2025.01.10 21:57:57.325716 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 2821 | 2025.01.10 21:57:57.326797 [ 192 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 546 rows, containing 4 columns (4 merged, 0 gathered) in 0.002140692 sec., 255057.71031049773 rows/sec., 16.51 MiB/sec. | ||
| 2822 | 2025.01.10 21:57:57.326997 [ 194 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2823 | 2025.01.10 21:57:57.327295 [ 194 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2824 | 2025.01.10 21:57:57.327372 [ 194 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_16_3} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2825 | 2025.01.10 21:57:57.327457 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2826 | 2025.01.10 21:58:00.423405 [ 81 ] {} <Debug> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2827 | 2025.01.10 21:58:00.423490 [ 81 ] {} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2828 | 2025.01.10 21:58:00.423519 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2829 | 2025.01.10 21:58:00.423683 [ 187 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::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 | ||
| 2830 | 2025.01.10 21:58:00.424011 [ 187 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2831 | 2025.01.10 21:58:00.424055 [ 187 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::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 | ||
| 2832 | 2025.01.10 21:58:00.424150 [ 187 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::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 | ||
| 2833 | 2025.01.10 21:58:00.424294 [ 187 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2834 | 2025.01.10 21:58:00.424405 [ 187 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2835 | 2025.01.10 21:58:00.424512 [ 187 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::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 | ||
| 2836 | 2025.01.10 21:58:00.426718 [ 192 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 6 columns (6 merged, 0 gathered) in 0.003115959 sec., 11874.353930844403 rows/sec., 2.03 MiB/sec. | ||
| 2837 | 2025.01.10 21:58:00.426956 [ 190 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2838 | 2025.01.10 21:58:00.427455 [ 190 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::all_1_5_1} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2839 | 2025.01.10 21:58:00.427545 [ 190 ] {d5ca8cd7-d7f2-4814-b042-b07b0c49ef90::all_1_5_1} <Trace> oximeter.timeseries_schema (d5ca8cd7-d7f2-4814-b042-b07b0c49ef90) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2840 | 2025.01.10 21:58:00.427651 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2841 | 2025.01.10 21:58:00.872232 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2842 | 2025.01.10 21:58:00.872284 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2843 | 2025.01.10 21:58:01.010946 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2844 | 2025.01.10 21:58:01.011600 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2845 | 2025.01.10 21:58:01.011638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2846 | 2025.01.10 21:58:01.012161 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2847 | 2025.01.10 21:58:01.012417 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2848 | 2025.01.10 21:58:01.012651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2849 | 2025.01.10 21:58:01.024499 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 398 | ||
| 2850 | 2025.01.10 21:58:01.027858 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2851 | 2025.01.10 21:58:01.027915 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2852 | 2025.01.10 21:58:01.029391 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2853 | 2025.01.10 21:58:01.029708 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2854 | 2025.01.10 21:58:01.030278 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398 | ||
| 2855 | 2025.01.10 21:58:01.371047 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2856 | 2025.01.10 21:58:01.389939 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2857 | 2025.01.10 21:58:01.390005 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2858 | 2025.01.10 21:58:01.397408 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2859 | 2025.01.10 21:58:01.398230 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2860 | 2025.01.10 21:58:01.401413 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2861 | 2025.01.10 21:58:02.301154 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2025.01.10 21:58:02.301367 [ 262 ] {e8e16882-4389-4c09-94b7-be5941ca246e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2863 | 2025.01.10 21:58:02.301445 [ 262 ] {e8e16882-4389-4c09-94b7-be5941ca246e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2864 | 2025.01.10 21:58:02.302235 [ 262 ] {e8e16882-4389-4c09-94b7-be5941ca246e} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.01.10 21:58:02.302289 [ 262 ] {e8e16882-4389-4c09-94b7-be5941ca246e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2866 | 2025.01.10 21:58:02.302725 [ 262 ] {e8e16882-4389-4c09-94b7-be5941ca246e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2867 | 2025.01.10 21:58:02.302983 [ 262 ] {e8e16882-4389-4c09-94b7-be5941ca246e} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2025.01.10 21:58:02.303248 [ 262 ] {e8e16882-4389-4c09-94b7-be5941ca246e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 2869 | 2025.01.10 21:58:02.303392 [ 262 ] {e8e16882-4389-4c09-94b7-be5941ca246e} <Debug> TCPHandler: Processed in 0.002372108 sec. | ||
| 2870 | 2025.01.10 21:58:02.303700 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2871 | 2025.01.10 21:58:02.303911 [ 260 ] {adcf5dd1-53e5-41cb-914b-f0ed33a21818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2872 | 2025.01.10 21:58:02.303993 [ 260 ] {adcf5dd1-53e5-41cb-914b-f0ed33a21818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2873 | 2025.01.10 21:58:02.304801 [ 260 ] {adcf5dd1-53e5-41cb-914b-f0ed33a21818} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2874 | 2025.01.10 21:58:02.304841 [ 260 ] {adcf5dd1-53e5-41cb-914b-f0ed33a21818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2875 | 2025.01.10 21:58:02.305330 [ 260 ] {adcf5dd1-53e5-41cb-914b-f0ed33a21818} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2876 | 2025.01.10 21:58:02.305587 [ 260 ] {adcf5dd1-53e5-41cb-914b-f0ed33a21818} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2877 | 2025.01.10 21:58:02.305796 [ 260 ] {adcf5dd1-53e5-41cb-914b-f0ed33a21818} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.001942 sec., 102471.67868177137 rows/sec., 9.11 MiB/sec. | ||
| 2878 | 2025.01.10 21:58:02.305913 [ 260 ] {adcf5dd1-53e5-41cb-914b-f0ed33a21818} <Debug> TCPHandler: Processed in 0.002394618 sec. | ||
| 2879 | 2025.01.10 21:58:02.306057 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2880 | 2025.01.10 21:58:02.306176 [ 262 ] {b5d5565e-e5f0-46ce-b663-cb45a2f74eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2881 | 2025.01.10 21:58:02.306226 [ 262 ] {b5d5565e-e5f0-46ce-b663-cb45a2f74eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2882 | 2025.01.10 21:58:02.306812 [ 262 ] {b5d5565e-e5f0-46ce-b663-cb45a2f74eed} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2883 | 2025.01.10 21:58:02.306851 [ 262 ] {b5d5565e-e5f0-46ce-b663-cb45a2f74eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2884 | 2025.01.10 21:58:02.307248 [ 262 ] {b5d5565e-e5f0-46ce-b663-cb45a2f74eed} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2885 | 2025.01.10 21:58:02.307487 [ 262 ] {b5d5565e-e5f0-46ce-b663-cb45a2f74eed} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2025.01.10 21:58:02.307702 [ 262 ] {b5d5565e-e5f0-46ce-b663-cb45a2f74eed} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001551 sec., 12894.906511927788 rows/sec., 924.30 KiB/sec. | ||
| 2887 | 2025.01.10 21:58:02.307754 [ 262 ] {b5d5565e-e5f0-46ce-b663-cb45a2f74eed} <Debug> TCPHandler: Processed in 0.001754131 sec. | ||
| 2888 | 2025.01.10 21:58:02.307911 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2889 | 2025.01.10 21:58:02.308060 [ 260 ] {c20a2b0a-00c6-4321-b287-bd237bf49043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2890 | 2025.01.10 21:58:02.308119 [ 260 ] {c20a2b0a-00c6-4321-b287-bd237bf49043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2891 | 2025.01.10 21:58:02.308790 [ 260 ] {c20a2b0a-00c6-4321-b287-bd237bf49043} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2892 | 2025.01.10 21:58:02.308835 [ 260 ] {c20a2b0a-00c6-4321-b287-bd237bf49043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2893 | 2025.01.10 21:58:02.309239 [ 260 ] {c20a2b0a-00c6-4321-b287-bd237bf49043} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2894 | 2025.01.10 21:58:02.309491 [ 260 ] {c20a2b0a-00c6-4321-b287-bd237bf49043} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2025.01.10 21:58:02.309663 [ 260 ] {c20a2b0a-00c6-4321-b287-bd237bf49043} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001636 sec., 8557.457212713936 rows/sec., 599.31 KiB/sec. | ||
| 2896 | 2025.01.10 21:58:02.309714 [ 260 ] {c20a2b0a-00c6-4321-b287-bd237bf49043} <Debug> TCPHandler: Processed in 0.001872914 sec. | ||
| 2897 | 2025.01.10 21:58:02.309849 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2898 | 2025.01.10 21:58:02.309964 [ 262 ] {a95ee675-4210-45ba-b672-69b7de09d01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2899 | 2025.01.10 21:58:02.310012 [ 262 ] {a95ee675-4210-45ba-b672-69b7de09d01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2900 | 2025.01.10 21:58:02.310687 [ 262 ] {a95ee675-4210-45ba-b672-69b7de09d01e} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2025.01.10 21:58:02.310735 [ 262 ] {a95ee675-4210-45ba-b672-69b7de09d01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2902 | 2025.01.10 21:58:02.311145 [ 262 ] {a95ee675-4210-45ba-b672-69b7de09d01e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2903 | 2025.01.10 21:58:02.311387 [ 262 ] {a95ee675-4210-45ba-b672-69b7de09d01e} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2904 | 2025.01.10 21:58:02.311685 [ 262 ] {a95ee675-4210-45ba-b672-69b7de09d01e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001722 sec., 7549.361207897793 rows/sec., 470.70 KiB/sec. | ||
| 2905 | 2025.01.10 21:58:02.311747 [ 262 ] {a95ee675-4210-45ba-b672-69b7de09d01e} <Debug> TCPHandler: Processed in 0.001957196 sec. | ||
| 2906 | 2025.01.10 21:58:02.311895 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2025.01.10 21:58:02.312010 [ 260 ] {36e02f42-41f3-4e5b-9d6d-cf314fa84d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2908 | 2025.01.10 21:58:02.312059 [ 260 ] {36e02f42-41f3-4e5b-9d6d-cf314fa84d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2909 | 2025.01.10 21:58:02.312741 [ 260 ] {36e02f42-41f3-4e5b-9d6d-cf314fa84d3c} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.01.10 21:58:02.312781 [ 260 ] {36e02f42-41f3-4e5b-9d6d-cf314fa84d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2911 | 2025.01.10 21:58:02.313186 [ 260 ] {36e02f42-41f3-4e5b-9d6d-cf314fa84d3c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2912 | 2025.01.10 21:58:02.313423 [ 260 ] {36e02f42-41f3-4e5b-9d6d-cf314fa84d3c} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.01.10 21:58:02.313594 [ 260 ] {36e02f42-41f3-4e5b-9d6d-cf314fa84d3c} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001608 sec., 225124.37810945272 rows/sec., 15.84 MiB/sec. | ||
| 2914 | 2025.01.10 21:58:02.313644 [ 260 ] {36e02f42-41f3-4e5b-9d6d-cf314fa84d3c} <Debug> TCPHandler: Processed in 0.001804542 sec. | ||
| 2915 | 2025.01.10 21:58:02.313793 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2025.01.10 21:58:02.313939 [ 262 ] {0e082be3-f376-4e41-a6f7-d4402894dfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2917 | 2025.01.10 21:58:02.314001 [ 262 ] {0e082be3-f376-4e41-a6f7-d4402894dfe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2918 | 2025.01.10 21:58:02.314521 [ 262 ] {0e082be3-f376-4e41-a6f7-d4402894dfe1} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2025.01.10 21:58:02.314560 [ 262 ] {0e082be3-f376-4e41-a6f7-d4402894dfe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2920 | 2025.01.10 21:58:02.314942 [ 262 ] {0e082be3-f376-4e41-a6f7-d4402894dfe1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2921 | 2025.01.10 21:58:02.315185 [ 262 ] {0e082be3-f376-4e41-a6f7-d4402894dfe1} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2025.01.10 21:58:02.315403 [ 262 ] {0e082be3-f376-4e41-a6f7-d4402894dfe1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec. | ||
| 2923 | 2025.01.10 21:58:02.315455 [ 262 ] {0e082be3-f376-4e41-a6f7-d4402894dfe1} <Debug> TCPHandler: Processed in 0.00173159 sec. | ||
| 2924 | 2025.01.10 21:58:02.315614 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2025.01.10 21:58:02.315732 [ 260 ] {3adbab30-02d6-4303-8274-05c19b4fd106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2926 | 2025.01.10 21:58:02.315786 [ 260 ] {3adbab30-02d6-4303-8274-05c19b4fd106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2927 | 2025.01.10 21:58:02.316390 [ 260 ] {3adbab30-02d6-4303-8274-05c19b4fd106} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2025.01.10 21:58:02.316427 [ 260 ] {3adbab30-02d6-4303-8274-05c19b4fd106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2929 | 2025.01.10 21:58:02.316814 [ 260 ] {3adbab30-02d6-4303-8274-05c19b4fd106} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2930 | 2025.01.10 21:58:02.317053 [ 260 ] {3adbab30-02d6-4303-8274-05c19b4fd106} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.01.10 21:58:02.317234 [ 260 ] {3adbab30-02d6-4303-8274-05c19b4fd106} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001527 sec., 115913.55599214145 rows/sec., 7.65 MiB/sec. | ||
| 2932 | 2025.01.10 21:58:02.317283 [ 260 ] {3adbab30-02d6-4303-8274-05c19b4fd106} <Debug> TCPHandler: Processed in 0.001726839 sec. | ||
| 2933 | 2025.01.10 21:58:02.317455 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2934 | 2025.01.10 21:58:02.317590 [ 262 ] {36b60b9b-63be-486b-aea6-485172d3c2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2935 | 2025.01.10 21:58:02.317651 [ 262 ] {36b60b9b-63be-486b-aea6-485172d3c2e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2936 | 2025.01.10 21:58:02.318190 [ 262 ] {36b60b9b-63be-486b-aea6-485172d3c2e7} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2025.01.10 21:58:02.318228 [ 262 ] {36b60b9b-63be-486b-aea6-485172d3c2e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2938 | 2025.01.10 21:58:02.318588 [ 262 ] {36b60b9b-63be-486b-aea6-485172d3c2e7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2939 | 2025.01.10 21:58:02.318825 [ 262 ] {36b60b9b-63be-486b-aea6-485172d3c2e7} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2025.01.10 21:58:02.319034 [ 262 ] {36b60b9b-63be-486b-aea6-485172d3c2e7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 2941 | 2025.01.10 21:58:02.319085 [ 262 ] {36b60b9b-63be-486b-aea6-485172d3c2e7} <Debug> TCPHandler: Processed in 0.001699758 sec. | ||
| 2942 | 2025.01.10 21:58:02.319233 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2943 | 2025.01.10 21:58:02.319370 [ 260 ] {f9229f82-1f4e-41f2-9163-221b74db4996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2944 | 2025.01.10 21:58:02.319464 [ 260 ] {f9229f82-1f4e-41f2-9163-221b74db4996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2945 | 2025.01.10 21:58:02.320633 [ 260 ] {f9229f82-1f4e-41f2-9163-221b74db4996} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2946 | 2025.01.10 21:58:02.320672 [ 260 ] {f9229f82-1f4e-41f2-9163-221b74db4996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2947 | 2025.01.10 21:58:02.321337 [ 260 ] {f9229f82-1f4e-41f2-9163-221b74db4996} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2948 | 2025.01.10 21:58:02.321604 [ 260 ] {f9229f82-1f4e-41f2-9163-221b74db4996} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2949 | 2025.01.10 21:58:02.321852 [ 260 ] {f9229f82-1f4e-41f2-9163-221b74db4996} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002511 sec., 5177.220230983671 rows/sec., 9.28 MiB/sec. | ||
| 2950 | 2025.01.10 21:58:02.321949 [ 260 ] {f9229f82-1f4e-41f2-9163-221b74db4996} <Debug> TCPHandler: Processed in 0.00278031 sec. | ||
| 2951 | 2025.01.10 21:58:02.322087 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2952 | 2025.01.10 21:58:02.322205 [ 262 ] {b0f76eba-950e-4f6e-bcac-464432893779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2953 | 2025.01.10 21:58:02.322257 [ 262 ] {b0f76eba-950e-4f6e-bcac-464432893779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2954 | 2025.01.10 21:58:02.322727 [ 262 ] {b0f76eba-950e-4f6e-bcac-464432893779} <Trace> oximeter.measurements_i64 (84755478-40c8-4dc5-b35e-fd5b01c78467): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2955 | 2025.01.10 21:58:02.322766 [ 262 ] {b0f76eba-950e-4f6e-bcac-464432893779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2956 | 2025.01.10 21:58:02.323128 [ 262 ] {b0f76eba-950e-4f6e-bcac-464432893779} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2957 | 2025.01.10 21:58:02.323373 [ 262 ] {b0f76eba-950e-4f6e-bcac-464432893779} <Trace> oximeter.measurements_i64 (84755478-40c8-4dc5-b35e-fd5b01c78467): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2958 | 2025.01.10 21:58:02.323630 [ 262 ] {b0f76eba-950e-4f6e-bcac-464432893779} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.00143 sec., 2097.902097902098 rows/sec., 148.19 KiB/sec. | ||
| 2959 | 2025.01.10 21:58:02.323752 [ 262 ] {b0f76eba-950e-4f6e-bcac-464432893779} <Debug> TCPHandler: Processed in 0.00172173 sec. | ||
| 2960 | 2025.01.10 21:58:02.323881 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2961 | 2025.01.10 21:58:02.323999 [ 260 ] {f0fc9388-57ae-4f77-a31c-7029a75f6f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2962 | 2025.01.10 21:58:02.324053 [ 260 ] {f0fc9388-57ae-4f77-a31c-7029a75f6f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2963 | 2025.01.10 21:58:02.324611 [ 260 ] {f0fc9388-57ae-4f77-a31c-7029a75f6f80} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2964 | 2025.01.10 21:58:02.324658 [ 260 ] {f0fc9388-57ae-4f77-a31c-7029a75f6f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2965 | 2025.01.10 21:58:02.325081 [ 260 ] {f0fc9388-57ae-4f77-a31c-7029a75f6f80} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2966 | 2025.01.10 21:58:02.325320 [ 260 ] {f0fc9388-57ae-4f77-a31c-7029a75f6f80} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2967 | 2025.01.10 21:58:02.325526 [ 260 ] {f0fc9388-57ae-4f77-a31c-7029a75f6f80} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001551 sec., 33526.75693101225 rows/sec., 2.08 MiB/sec. | ||
| 2968 | 2025.01.10 21:58:02.325577 [ 260 ] {f0fc9388-57ae-4f77-a31c-7029a75f6f80} <Debug> TCPHandler: Processed in 0.00174997 sec. | ||
| 2969 | 2025.01.10 21:58:07.297552 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2970 | 2025.01.10 21:58:07.297754 [ 262 ] {46a6bb37-fe3d-4ec3-92b1-09336a691147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2971 | 2025.01.10 21:58:07.297826 [ 262 ] {46a6bb37-fe3d-4ec3-92b1-09336a691147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2972 | 2025.01.10 21:58:07.298608 [ 262 ] {46a6bb37-fe3d-4ec3-92b1-09336a691147} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2025.01.10 21:58:07.298658 [ 262 ] {46a6bb37-fe3d-4ec3-92b1-09336a691147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2974 | 2025.01.10 21:58:07.299110 [ 262 ] {46a6bb37-fe3d-4ec3-92b1-09336a691147} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2975 | 2025.01.10 21:58:07.299363 [ 262 ] {46a6bb37-fe3d-4ec3-92b1-09336a691147} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2025.01.10 21:58:07.299613 [ 262 ] {46a6bb37-fe3d-4ec3-92b1-09336a691147} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001911 sec., 40816.32653061225 rows/sec., 3.50 MiB/sec. | ||
| 2977 | 2025.01.10 21:58:07.299671 [ 262 ] {46a6bb37-fe3d-4ec3-92b1-09336a691147} <Debug> TCPHandler: Processed in 0.002242874 sec. | ||
| 2978 | 2025.01.10 21:58:07.299919 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2979 | 2025.01.10 21:58:07.300105 [ 260 ] {420e5150-3598-46ec-8bbd-4f6d77ab2c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2980 | 2025.01.10 21:58:07.300175 [ 260 ] {420e5150-3598-46ec-8bbd-4f6d77ab2c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2981 | 2025.01.10 21:58:07.300907 [ 260 ] {420e5150-3598-46ec-8bbd-4f6d77ab2c28} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2982 | 2025.01.10 21:58:07.300949 [ 260 ] {420e5150-3598-46ec-8bbd-4f6d77ab2c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2983 | 2025.01.10 21:58:07.301386 [ 260 ] {420e5150-3598-46ec-8bbd-4f6d77ab2c28} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2984 | 2025.01.10 21:58:07.301641 [ 260 ] {420e5150-3598-46ec-8bbd-4f6d77ab2c28} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2985 | 2025.01.10 21:58:07.301840 [ 45 ] {} <Debug> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 2986 | 2025.01.10 21:58:07.301910 [ 260 ] {420e5150-3598-46ec-8bbd-4f6d77ab2c28} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001854 sec., 14023.732470334413 rows/sec., 1.03 MiB/sec. | ||
| 2987 | 2025.01.10 21:58:07.301929 [ 45 ] {} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2988 | 2025.01.10 21:58:07.302006 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 2989 | 2025.01.10 21:58:07.302039 [ 260 ] {420e5150-3598-46ec-8bbd-4f6d77ab2c28} <Debug> TCPHandler: Processed in 0.002246514 sec. | ||
| 2990 | 2025.01.10 21:58:07.302255 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2991 | 2025.01.10 21:58:07.302278 [ 187 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::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 | ||
| 2992 | 2025.01.10 21:58:07.302475 [ 262 ] {cbc55676-ce07-4fca-8a55-68a5ff9e975e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2993 | 2025.01.10 21:58:07.302585 [ 262 ] {cbc55676-ce07-4fca-8a55-68a5ff9e975e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2994 | 2025.01.10 21:58:07.302608 [ 187 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2995 | 2025.01.10 21:58:07.302734 [ 187 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 15 rows starting from the beginning of the part | ||
| 2996 | 2025.01.10 21:58:07.303043 [ 187 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2997 | 2025.01.10 21:58:07.303339 [ 187 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part | ||
| 2998 | 2025.01.10 21:58:07.303660 [ 187 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 2999 | 2025.01.10 21:58:07.304020 [ 187 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3000 | 2025.01.10 21:58:07.304309 [ 187 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3001 | 2025.01.10 21:58:07.305640 [ 262 ] {cbc55676-ce07-4fca-8a55-68a5ff9e975e} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3002 | 2025.01.10 21:58:07.305706 [ 262 ] {cbc55676-ce07-4fca-8a55-68a5ff9e975e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3003 | 2025.01.10 21:58:07.306884 [ 262 ] {cbc55676-ce07-4fca-8a55-68a5ff9e975e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3004 | 2025.01.10 21:58:07.307388 [ 192 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 136 rows, containing 5 columns (5 merged, 0 gathered) in 0.005237861 sec., 25964.79746217015 rows/sec., 1.96 MiB/sec. | ||
| 3005 | 2025.01.10 21:58:07.307419 [ 262 ] {cbc55676-ce07-4fca-8a55-68a5ff9e975e} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3006 | 2025.01.10 21:58:07.307690 [ 199 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3007 | 2025.01.10 21:58:07.307863 [ 262 ] {cbc55676-ce07-4fca-8a55-68a5ff9e975e} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.005437 sec., 9931.947765311752 rows/sec., 794.25 KiB/sec. | ||
| 3008 | 2025.01.10 21:58:07.307997 [ 262 ] {cbc55676-ce07-4fca-8a55-68a5ff9e975e} <Debug> TCPHandler: Processed in 0.005837948 sec. | ||
| 3009 | 2025.01.10 21:58:07.308197 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3010 | 2025.01.10 21:58:07.308295 [ 199 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2025.01.10 21:58:07.308448 [ 260 ] {1ba69bb3-8cc7-4a09-91f4-73eb5f321e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3012 | 2025.01.10 21:58:07.308492 [ 199 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_10_2} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3013 | 2025.01.10 21:58:07.308544 [ 260 ] {1ba69bb3-8cc7-4a09-91f4-73eb5f321e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3014 | 2025.01.10 21:58:07.308646 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3015 | 2025.01.10 21:58:07.309264 [ 260 ] {1ba69bb3-8cc7-4a09-91f4-73eb5f321e55} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2025.01.10 21:58:07.309309 [ 260 ] {1ba69bb3-8cc7-4a09-91f4-73eb5f321e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3017 | 2025.01.10 21:58:07.309710 [ 260 ] {1ba69bb3-8cc7-4a09-91f4-73eb5f321e55} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3018 | 2025.01.10 21:58:07.309952 [ 260 ] {1ba69bb3-8cc7-4a09-91f4-73eb5f321e55} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2025.01.10 21:58:07.310233 [ 260 ] {1ba69bb3-8cc7-4a09-91f4-73eb5f321e55} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001877 sec., 53276.505061267984 rows/sec., 3.69 MiB/sec. | ||
| 3020 | 2025.01.10 21:58:07.310462 [ 260 ] {1ba69bb3-8cc7-4a09-91f4-73eb5f321e55} <Debug> TCPHandler: Processed in 0.002338498 sec. | ||
| 3021 | 2025.01.10 21:58:07.310634 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3022 | 2025.01.10 21:58:07.310773 [ 262 ] {f838120a-0511-4483-998b-ef7dba849eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3023 | 2025.01.10 21:58:07.310873 [ 262 ] {f838120a-0511-4483-998b-ef7dba849eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3024 | 2025.01.10 21:58:07.312104 [ 262 ] {f838120a-0511-4483-998b-ef7dba849eae} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2025.01.10 21:58:07.312144 [ 262 ] {f838120a-0511-4483-998b-ef7dba849eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3026 | 2025.01.10 21:58:07.312802 [ 262 ] {f838120a-0511-4483-998b-ef7dba849eae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3027 | 2025.01.10 21:58:07.313090 [ 262 ] {f838120a-0511-4483-998b-ef7dba849eae} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2025.01.10 21:58:07.313339 [ 262 ] {f838120a-0511-4483-998b-ef7dba849eae} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002598 sec., 10007.698229407237 rows/sec., 17.93 MiB/sec. | ||
| 3029 | 2025.01.10 21:58:07.313430 [ 262 ] {f838120a-0511-4483-998b-ef7dba849eae} <Debug> TCPHandler: Processed in 0.002868042 sec. | ||
| 3030 | 2025.01.10 21:58:07.313588 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3031 | 2025.01.10 21:58:07.313725 [ 260 ] {9bb5892b-b507-4491-8a94-c9efaf6511bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3032 | 2025.01.10 21:58:07.313785 [ 260 ] {9bb5892b-b507-4491-8a94-c9efaf6511bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3033 | 2025.01.10 21:58:07.314322 [ 260 ] {9bb5892b-b507-4491-8a94-c9efaf6511bd} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3034 | 2025.01.10 21:58:07.314370 [ 260 ] {9bb5892b-b507-4491-8a94-c9efaf6511bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3035 | 2025.01.10 21:58:07.314740 [ 260 ] {9bb5892b-b507-4491-8a94-c9efaf6511bd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3036 | 2025.01.10 21:58:07.314989 [ 260 ] {9bb5892b-b507-4491-8a94-c9efaf6511bd} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3037 | 2025.01.10 21:58:07.315202 [ 260 ] {9bb5892b-b507-4491-8a94-c9efaf6511bd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001507 sec., 19907.100199071 rows/sec., 1.36 MiB/sec. | ||
| 3038 | 2025.01.10 21:58:07.315252 [ 260 ] {9bb5892b-b507-4491-8a94-c9efaf6511bd} <Debug> TCPHandler: Processed in 0.001732239 sec. | ||
| 3039 | 2025.01.10 21:58:08.513697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3040 | 2025.01.10 21:58:08.514332 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3041 | 2025.01.10 21:58:08.514379 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3042 | 2025.01.10 21:58:08.514918 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3043 | 2025.01.10 21:58:08.515188 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3044 | 2025.01.10 21:58:08.515498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3045 | 2025.01.10 21:58:08.902409 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3046 | 2025.01.10 21:58:08.922007 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3047 | 2025.01.10 21:58:08.922053 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3048 | 2025.01.10 21:58:08.929623 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3049 | 2025.01.10 21:58:08.930374 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3050 | 2025.01.10 21:58:08.932915 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3051 | 2025.01.10 21:58:11.031309 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 434 | ||
| 3052 | 2025.01.10 21:58:11.034378 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3053 | 2025.01.10 21:58:11.034436 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3054 | 2025.01.10 21:58:11.036283 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3055 | 2025.01.10 21:58:11.036668 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3056 | 2025.01.10 21:58:11.037763 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 434 | ||
| 3057 | 2025.01.10 21:58:12.301869 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3058 | 2025.01.10 21:58:12.302058 [ 262 ] {a96ac1da-6d92-4b14-8295-93b5d173040a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3059 | 2025.01.10 21:58:12.302130 [ 262 ] {a96ac1da-6d92-4b14-8295-93b5d173040a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3060 | 2025.01.10 21:58:12.302894 [ 262 ] {a96ac1da-6d92-4b14-8295-93b5d173040a} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3061 | 2025.01.10 21:58:12.302940 [ 262 ] {a96ac1da-6d92-4b14-8295-93b5d173040a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3062 | 2025.01.10 21:58:12.303368 [ 262 ] {a96ac1da-6d92-4b14-8295-93b5d173040a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3063 | 2025.01.10 21:58:12.303618 [ 262 ] {a96ac1da-6d92-4b14-8295-93b5d173040a} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3064 | 2025.01.10 21:58:12.303882 [ 262 ] {a96ac1da-6d92-4b14-8295-93b5d173040a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001869 sec., 7490.63670411985 rows/sec., 539.23 KiB/sec. | ||
| 3065 | 2025.01.10 21:58:12.303962 [ 262 ] {a96ac1da-6d92-4b14-8295-93b5d173040a} <Debug> TCPHandler: Processed in 0.002217374 sec. | ||
| 3066 | 2025.01.10 21:58:12.304238 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3067 | 2025.01.10 21:58:12.304457 [ 260 ] {221f6bbc-4c69-40c6-84f0-07238eb0d1ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3068 | 2025.01.10 21:58:12.304543 [ 260 ] {221f6bbc-4c69-40c6-84f0-07238eb0d1ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3069 | 2025.01.10 21:58:12.305483 [ 260 ] {221f6bbc-4c69-40c6-84f0-07238eb0d1ef} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2025.01.10 21:58:12.305539 [ 260 ] {221f6bbc-4c69-40c6-84f0-07238eb0d1ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3071 | 2025.01.10 21:58:12.305989 [ 260 ] {221f6bbc-4c69-40c6-84f0-07238eb0d1ef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3072 | 2025.01.10 21:58:12.306259 [ 260 ] {221f6bbc-4c69-40c6-84f0-07238eb0d1ef} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2025.01.10 21:58:12.306501 [ 260 ] {221f6bbc-4c69-40c6-84f0-07238eb0d1ef} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002104 sec., 94581.74904942967 rows/sec., 8.41 MiB/sec. | ||
| 3074 | 2025.01.10 21:58:12.306650 [ 260 ] {221f6bbc-4c69-40c6-84f0-07238eb0d1ef} <Debug> TCPHandler: Processed in 0.002555784 sec. | ||
| 3075 | 2025.01.10 21:58:12.306804 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3076 | 2025.01.10 21:58:12.306924 [ 262 ] {0a1d44e6-7d98-418d-8c51-a9dfd5ddae20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3077 | 2025.01.10 21:58:12.306975 [ 262 ] {0a1d44e6-7d98-418d-8c51-a9dfd5ddae20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3078 | 2025.01.10 21:58:12.307571 [ 262 ] {0a1d44e6-7d98-418d-8c51-a9dfd5ddae20} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2025.01.10 21:58:12.307611 [ 262 ] {0a1d44e6-7d98-418d-8c51-a9dfd5ddae20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3080 | 2025.01.10 21:58:12.307975 [ 262 ] {0a1d44e6-7d98-418d-8c51-a9dfd5ddae20} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3081 | 2025.01.10 21:58:12.308227 [ 262 ] {0a1d44e6-7d98-418d-8c51-a9dfd5ddae20} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2025.01.10 21:58:12.308577 [ 262 ] {0a1d44e6-7d98-418d-8c51-a9dfd5ddae20} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.00167 sec., 11976.047904191617 rows/sec., 858.44 KiB/sec. | ||
| 3083 | 2025.01.10 21:58:12.308645 [ 262 ] {0a1d44e6-7d98-418d-8c51-a9dfd5ddae20} <Debug> TCPHandler: Processed in 0.001897084 sec. | ||
| 3084 | 2025.01.10 21:58:12.308790 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3085 | 2025.01.10 21:58:12.308920 [ 260 ] {bff7bc13-9178-4ffb-a9f8-83f1f940a774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3086 | 2025.01.10 21:58:12.308975 [ 260 ] {bff7bc13-9178-4ffb-a9f8-83f1f940a774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3087 | 2025.01.10 21:58:12.309564 [ 260 ] {bff7bc13-9178-4ffb-a9f8-83f1f940a774} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3088 | 2025.01.10 21:58:12.309606 [ 260 ] {bff7bc13-9178-4ffb-a9f8-83f1f940a774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3089 | 2025.01.10 21:58:12.310066 [ 260 ] {bff7bc13-9178-4ffb-a9f8-83f1f940a774} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3090 | 2025.01.10 21:58:12.310351 [ 260 ] {bff7bc13-9178-4ffb-a9f8-83f1f940a774} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2025.01.10 21:58:12.310572 [ 260 ] {bff7bc13-9178-4ffb-a9f8-83f1f940a774} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001683 sec., 8318.478906714201 rows/sec., 582.57 KiB/sec. | ||
| 3092 | 2025.01.10 21:58:12.310628 [ 260 ] {bff7bc13-9178-4ffb-a9f8-83f1f940a774} <Debug> TCPHandler: Processed in 0.001897054 sec. | ||
| 3093 | 2025.01.10 21:58:12.310764 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2025.01.10 21:58:12.310889 [ 262 ] {20fca19f-9d61-4542-9699-1826f33a5993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3095 | 2025.01.10 21:58:12.310939 [ 262 ] {20fca19f-9d61-4542-9699-1826f33a5993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3096 | 2025.01.10 21:58:12.311522 [ 262 ] {20fca19f-9d61-4542-9699-1826f33a5993} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2025.01.10 21:58:12.311563 [ 262 ] {20fca19f-9d61-4542-9699-1826f33a5993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3098 | 2025.01.10 21:58:12.311923 [ 262 ] {20fca19f-9d61-4542-9699-1826f33a5993} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3099 | 2025.01.10 21:58:12.312165 [ 262 ] {20fca19f-9d61-4542-9699-1826f33a5993} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2025.01.10 21:58:12.312367 [ 262 ] {20fca19f-9d61-4542-9699-1826f33a5993} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec. | ||
| 3101 | 2025.01.10 21:58:12.312418 [ 262 ] {20fca19f-9d61-4542-9699-1826f33a5993} <Debug> TCPHandler: Processed in 0.001713709 sec. | ||
| 3102 | 2025.01.10 21:58:12.312556 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3103 | 2025.01.10 21:58:12.312676 [ 260 ] {c397ba7c-6798-4e43-b77e-ba9fbf3adf8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3104 | 2025.01.10 21:58:12.312726 [ 260 ] {c397ba7c-6798-4e43-b77e-ba9fbf3adf8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3105 | 2025.01.10 21:58:12.313431 [ 260 ] {c397ba7c-6798-4e43-b77e-ba9fbf3adf8a} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2025.01.10 21:58:12.313471 [ 260 ] {c397ba7c-6798-4e43-b77e-ba9fbf3adf8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3107 | 2025.01.10 21:58:12.313852 [ 260 ] {c397ba7c-6798-4e43-b77e-ba9fbf3adf8a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3108 | 2025.01.10 21:58:12.314092 [ 260 ] {c397ba7c-6798-4e43-b77e-ba9fbf3adf8a} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3109 | 2025.01.10 21:58:12.314297 [ 260 ] {c397ba7c-6798-4e43-b77e-ba9fbf3adf8a} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001645 sec., 218237.0820668693 rows/sec., 15.34 MiB/sec. | ||
| 3110 | 2025.01.10 21:58:12.314349 [ 260 ] {c397ba7c-6798-4e43-b77e-ba9fbf3adf8a} <Debug> TCPHandler: Processed in 0.001853073 sec. | ||
| 3111 | 2025.01.10 21:58:12.314484 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3112 | 2025.01.10 21:58:12.314602 [ 262 ] {46f9e3d3-42a3-4227-9243-538187521d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3113 | 2025.01.10 21:58:12.314654 [ 262 ] {46f9e3d3-42a3-4227-9243-538187521d2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3114 | 2025.01.10 21:58:12.315149 [ 262 ] {46f9e3d3-42a3-4227-9243-538187521d2f} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3115 | 2025.01.10 21:58:12.315189 [ 262 ] {46f9e3d3-42a3-4227-9243-538187521d2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3116 | 2025.01.10 21:58:12.315583 [ 262 ] {46f9e3d3-42a3-4227-9243-538187521d2f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3117 | 2025.01.10 21:58:12.315823 [ 262 ] {46f9e3d3-42a3-4227-9243-538187521d2f} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3118 | 2025.01.10 21:58:12.316041 [ 262 ] {46f9e3d3-42a3-4227-9243-538187521d2f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec. | ||
| 3119 | 2025.01.10 21:58:12.316092 [ 262 ] {46f9e3d3-42a3-4227-9243-538187521d2f} <Debug> TCPHandler: Processed in 0.001667358 sec. | ||
| 3120 | 2025.01.10 21:58:12.316220 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3121 | 2025.01.10 21:58:12.316340 [ 260 ] {68410b27-9066-4bf0-b979-c319d803bee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3122 | 2025.01.10 21:58:12.316403 [ 260 ] {68410b27-9066-4bf0-b979-c319d803bee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3123 | 2025.01.10 21:58:12.317073 [ 260 ] {68410b27-9066-4bf0-b979-c319d803bee8} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3124 | 2025.01.10 21:58:12.317120 [ 260 ] {68410b27-9066-4bf0-b979-c319d803bee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3125 | 2025.01.10 21:58:12.317541 [ 260 ] {68410b27-9066-4bf0-b979-c319d803bee8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3126 | 2025.01.10 21:58:12.317774 [ 260 ] {68410b27-9066-4bf0-b979-c319d803bee8} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3127 | 2025.01.10 21:58:12.317990 [ 260 ] {68410b27-9066-4bf0-b979-c319d803bee8} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001679 sec., 105419.89279332936 rows/sec., 6.95 MiB/sec. | ||
| 3128 | 2025.01.10 21:58:12.318042 [ 260 ] {68410b27-9066-4bf0-b979-c319d803bee8} <Debug> TCPHandler: Processed in 0.001876484 sec. | ||
| 3129 | 2025.01.10 21:58:12.318186 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3130 | 2025.01.10 21:58:12.318304 [ 262 ] {883c0ce9-744c-47f6-909a-8948aa0e1a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3131 | 2025.01.10 21:58:12.318356 [ 262 ] {883c0ce9-744c-47f6-909a-8948aa0e1a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3132 | 2025.01.10 21:58:12.318840 [ 262 ] {883c0ce9-744c-47f6-909a-8948aa0e1a16} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3133 | 2025.01.10 21:58:12.318880 [ 262 ] {883c0ce9-744c-47f6-909a-8948aa0e1a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3134 | 2025.01.10 21:58:12.319235 [ 262 ] {883c0ce9-744c-47f6-909a-8948aa0e1a16} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3135 | 2025.01.10 21:58:12.319475 [ 262 ] {883c0ce9-744c-47f6-909a-8948aa0e1a16} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3136 | 2025.01.10 21:58:12.319686 [ 262 ] {883c0ce9-744c-47f6-909a-8948aa0e1a16} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 47.89 KiB/sec. | ||
| 3137 | 2025.01.10 21:58:12.319738 [ 262 ] {883c0ce9-744c-47f6-909a-8948aa0e1a16} <Debug> TCPHandler: Processed in 0.001609156 sec. | ||
| 3138 | 2025.01.10 21:58:12.319872 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3139 | 2025.01.10 21:58:12.319987 [ 260 ] {ec3fcd76-c677-4b6f-a1ef-4ab0e5e97951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3140 | 2025.01.10 21:58:12.320069 [ 260 ] {ec3fcd76-c677-4b6f-a1ef-4ab0e5e97951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3141 | 2025.01.10 21:58:12.321152 [ 260 ] {ec3fcd76-c677-4b6f-a1ef-4ab0e5e97951} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3142 | 2025.01.10 21:58:12.321191 [ 260 ] {ec3fcd76-c677-4b6f-a1ef-4ab0e5e97951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3143 | 2025.01.10 21:58:12.321788 [ 260 ] {ec3fcd76-c677-4b6f-a1ef-4ab0e5e97951} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3144 | 2025.01.10 21:58:12.322041 [ 260 ] {ec3fcd76-c677-4b6f-a1ef-4ab0e5e97951} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3145 | 2025.01.10 21:58:12.322221 [ 153 ] {} <Debug> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3146 | 2025.01.10 21:58:12.322315 [ 260 ] {ec3fcd76-c677-4b6f-a1ef-4ab0e5e97951} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002346 sec., 5541.346973572037 rows/sec., 9.93 MiB/sec. | ||
| 3147 | 2025.01.10 21:58:12.322324 [ 153 ] {} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2025.01.10 21:58:12.322429 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3149 | 2025.01.10 21:58:12.322634 [ 260 ] {ec3fcd76-c677-4b6f-a1ef-4ab0e5e97951} <Debug> TCPHandler: Processed in 0.002812211 sec. | ||
| 3150 | 2025.01.10 21:58:12.322927 [ 193 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 3151 | 2025.01.10 21:58:12.322972 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3152 | 2025.01.10 21:58:12.323400 [ 262 ] {c0d58fe3-ca18-411b-aee0-18309628f8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3153 | 2025.01.10 21:58:12.323521 [ 262 ] {c0d58fe3-ca18-411b-aee0-18309628f8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3154 | 2025.01.10 21:58:12.324021 [ 193 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3155 | 2025.01.10 21:58:12.324264 [ 193 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 66 rows starting from the beginning of the part | ||
| 3156 | 2025.01.10 21:58:12.324972 [ 193 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 3157 | 2025.01.10 21:58:12.325596 [ 193 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3158 | 2025.01.10 21:58:12.325761 [ 262 ] {c0d58fe3-ca18-411b-aee0-18309628f8cf} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3159 | 2025.01.10 21:58:12.325898 [ 262 ] {c0d58fe3-ca18-411b-aee0-18309628f8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3160 | 2025.01.10 21:58:12.326191 [ 193 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 3161 | 2025.01.10 21:58:12.326800 [ 193 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3162 | 2025.01.10 21:58:12.327341 [ 193 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 3163 | 2025.01.10 21:58:12.327754 [ 262 ] {c0d58fe3-ca18-411b-aee0-18309628f8cf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3164 | 2025.01.10 21:58:12.328394 [ 262 ] {c0d58fe3-ca18-411b-aee0-18309628f8cf} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2025.01.10 21:58:12.329081 [ 262 ] {c0d58fe3-ca18-411b-aee0-18309628f8cf} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005811 sec., 8948.545861297538 rows/sec., 567.35 KiB/sec. | ||
| 3166 | 2025.01.10 21:58:12.329468 [ 262 ] {c0d58fe3-ca18-411b-aee0-18309628f8cf} <Debug> TCPHandler: Processed in 0.006711573 sec. | ||
| 3167 | 2025.01.10 21:58:12.332206 [ 199 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 19 columns (19 merged, 0 gathered) in 0.009561215 sec., 15897.561136320019 rows/sec., 28.49 MiB/sec. | ||
| 3168 | 2025.01.10 21:58:12.332747 [ 199 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3169 | 2025.01.10 21:58:12.333226 [ 199 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3170 | 2025.01.10 21:58:12.333328 [ 199 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3171 | 2025.01.10 21:58:12.333499 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 3172 | 2025.01.10 21:58:15.872342 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3173 | 2025.01.10 21:58:15.872448 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3174 | 2025.01.10 21:58:16.016536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3175 | 2025.01.10 21:58:16.017206 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3176 | 2025.01.10 21:58:16.017251 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3177 | 2025.01.10 21:58:16.017863 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3178 | 2025.01.10 21:58:16.018132 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3179 | 2025.01.10 21:58:16.018313 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3180 | 2025.01.10 21:58:16.433895 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3181 | 2025.01.10 21:58:16.454324 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3182 | 2025.01.10 21:58:16.454390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3183 | 2025.01.10 21:58:16.462609 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3184 | 2025.01.10 21:58:16.463607 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3185 | 2025.01.10 21:58:16.468149 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3186 | 2025.01.10 21:58:17.297021 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3187 | 2025.01.10 21:58:17.297218 [ 262 ] {5e53ca26-19e9-474c-9b19-10c045948d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3188 | 2025.01.10 21:58:17.297292 [ 262 ] {5e53ca26-19e9-474c-9b19-10c045948d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3189 | 2025.01.10 21:58:17.298040 [ 262 ] {5e53ca26-19e9-474c-9b19-10c045948d0c} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3190 | 2025.01.10 21:58:17.298092 [ 262 ] {5e53ca26-19e9-474c-9b19-10c045948d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3191 | 2025.01.10 21:58:17.298637 [ 262 ] {5e53ca26-19e9-474c-9b19-10c045948d0c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3192 | 2025.01.10 21:58:17.298893 [ 262 ] {5e53ca26-19e9-474c-9b19-10c045948d0c} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3193 | 2025.01.10 21:58:17.299144 [ 262 ] {5e53ca26-19e9-474c-9b19-10c045948d0c} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001977 sec., 39453.71775417299 rows/sec., 3.38 MiB/sec. | ||
| 3194 | 2025.01.10 21:58:17.299200 [ 262 ] {5e53ca26-19e9-474c-9b19-10c045948d0c} <Debug> TCPHandler: Processed in 0.002305936 sec. | ||
| 3195 | 2025.01.10 21:58:17.299441 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3196 | 2025.01.10 21:58:17.299633 [ 260 ] {474f1da9-7b22-4a8f-99a0-0ce6db36e954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3197 | 2025.01.10 21:58:17.299707 [ 260 ] {474f1da9-7b22-4a8f-99a0-0ce6db36e954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3198 | 2025.01.10 21:58:17.300427 [ 260 ] {474f1da9-7b22-4a8f-99a0-0ce6db36e954} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3199 | 2025.01.10 21:58:17.300475 [ 260 ] {474f1da9-7b22-4a8f-99a0-0ce6db36e954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3200 | 2025.01.10 21:58:17.300901 [ 260 ] {474f1da9-7b22-4a8f-99a0-0ce6db36e954} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3201 | 2025.01.10 21:58:17.301170 [ 260 ] {474f1da9-7b22-4a8f-99a0-0ce6db36e954} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3202 | 2025.01.10 21:58:17.301421 [ 260 ] {474f1da9-7b22-4a8f-99a0-0ce6db36e954} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001839 sec., 14138.118542686243 rows/sec., 1.04 MiB/sec. | ||
| 3203 | 2025.01.10 21:58:17.301505 [ 260 ] {474f1da9-7b22-4a8f-99a0-0ce6db36e954} <Debug> TCPHandler: Processed in 0.002195923 sec. | ||
| 3204 | 2025.01.10 21:58:17.301654 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3205 | 2025.01.10 21:58:17.301792 [ 262 ] {fc514ba9-6d5c-443f-b828-0ef3f8cb9717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3206 | 2025.01.10 21:58:17.301849 [ 262 ] {fc514ba9-6d5c-443f-b828-0ef3f8cb9717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3207 | 2025.01.10 21:58:17.302557 [ 262 ] {fc514ba9-6d5c-443f-b828-0ef3f8cb9717} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2025.01.10 21:58:17.302598 [ 262 ] {fc514ba9-6d5c-443f-b828-0ef3f8cb9717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3209 | 2025.01.10 21:58:17.302974 [ 262 ] {fc514ba9-6d5c-443f-b828-0ef3f8cb9717} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3210 | 2025.01.10 21:58:17.303213 [ 262 ] {fc514ba9-6d5c-443f-b828-0ef3f8cb9717} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2025.01.10 21:58:17.303427 [ 262 ] {fc514ba9-6d5c-443f-b828-0ef3f8cb9717} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001667 sec., 32393.52129574085 rows/sec., 2.53 MiB/sec. | ||
| 3212 | 2025.01.10 21:58:17.303481 [ 262 ] {fc514ba9-6d5c-443f-b828-0ef3f8cb9717} <Debug> TCPHandler: Processed in 0.001894564 sec. | ||
| 3213 | 2025.01.10 21:58:17.303628 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3214 | 2025.01.10 21:58:17.303767 [ 260 ] {9d182f83-a2d9-4fd4-a0af-be018b3eb572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3215 | 2025.01.10 21:58:17.303829 [ 260 ] {9d182f83-a2d9-4fd4-a0af-be018b3eb572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3216 | 2025.01.10 21:58:17.304481 [ 260 ] {9d182f83-a2d9-4fd4-a0af-be018b3eb572} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3217 | 2025.01.10 21:58:17.304519 [ 260 ] {9d182f83-a2d9-4fd4-a0af-be018b3eb572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3218 | 2025.01.10 21:58:17.304911 [ 260 ] {9d182f83-a2d9-4fd4-a0af-be018b3eb572} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3219 | 2025.01.10 21:58:17.305146 [ 260 ] {9d182f83-a2d9-4fd4-a0af-be018b3eb572} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3220 | 2025.01.10 21:58:17.305327 [ 260 ] {9d182f83-a2d9-4fd4-a0af-be018b3eb572} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001591 sec., 62853.55122564425 rows/sec., 4.36 MiB/sec. | ||
| 3221 | 2025.01.10 21:58:17.305377 [ 260 ] {9d182f83-a2d9-4fd4-a0af-be018b3eb572} <Debug> TCPHandler: Processed in 0.001814942 sec. | ||
| 3222 | 2025.01.10 21:58:17.305533 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3223 | 2025.01.10 21:58:17.305651 [ 262 ] {a3f3e810-e5e0-467e-9baa-9d2079e704fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3224 | 2025.01.10 21:58:17.305734 [ 262 ] {a3f3e810-e5e0-467e-9baa-9d2079e704fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3225 | 2025.01.10 21:58:17.306925 [ 262 ] {a3f3e810-e5e0-467e-9baa-9d2079e704fc} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3226 | 2025.01.10 21:58:17.306965 [ 262 ] {a3f3e810-e5e0-467e-9baa-9d2079e704fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3227 | 2025.01.10 21:58:17.307624 [ 262 ] {a3f3e810-e5e0-467e-9baa-9d2079e704fc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3228 | 2025.01.10 21:58:17.307881 [ 262 ] {a3f3e810-e5e0-467e-9baa-9d2079e704fc} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3229 | 2025.01.10 21:58:17.308122 [ 262 ] {a3f3e810-e5e0-467e-9baa-9d2079e704fc} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002495 sec., 10420.841683366734 rows/sec., 18.67 MiB/sec. | ||
| 3230 | 2025.01.10 21:58:17.308214 [ 262 ] {a3f3e810-e5e0-467e-9baa-9d2079e704fc} <Debug> TCPHandler: Processed in 0.002739349 sec. | ||
| 3231 | 2025.01.10 21:58:17.308373 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3232 | 2025.01.10 21:58:17.308511 [ 260 ] {cbe1fba9-1082-4a30-8126-0c66bdd6e2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3233 | 2025.01.10 21:58:17.308572 [ 260 ] {cbe1fba9-1082-4a30-8126-0c66bdd6e2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3234 | 2025.01.10 21:58:17.309121 [ 260 ] {cbe1fba9-1082-4a30-8126-0c66bdd6e2be} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3235 | 2025.01.10 21:58:17.309166 [ 260 ] {cbe1fba9-1082-4a30-8126-0c66bdd6e2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3236 | 2025.01.10 21:58:17.309575 [ 260 ] {cbe1fba9-1082-4a30-8126-0c66bdd6e2be} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3237 | 2025.01.10 21:58:17.309821 [ 260 ] {cbe1fba9-1082-4a30-8126-0c66bdd6e2be} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3238 | 2025.01.10 21:58:17.310000 [ 260 ] {cbe1fba9-1082-4a30-8126-0c66bdd6e2be} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001519 sec., 19749.835418038183 rows/sec., 1.35 MiB/sec. | ||
| 3239 | 2025.01.10 21:58:17.310048 [ 260 ] {cbe1fba9-1082-4a30-8126-0c66bdd6e2be} <Debug> TCPHandler: Processed in 0.00174181 sec. | ||
| 3240 | 2025.01.10 21:58:18.731199 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3241 | 2025.01.10 21:58:18.731409 [ 262 ] {29db3b78-8adb-4fba-ba84-c91777a54d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3242 | 2025.01.10 21:58:18.731491 [ 262 ] {29db3b78-8adb-4fba-ba84-c91777a54d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3243 | 2025.01.10 21:58:18.732236 [ 262 ] {29db3b78-8adb-4fba-ba84-c91777a54d4c} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3244 | 2025.01.10 21:58:18.732289 [ 262 ] {29db3b78-8adb-4fba-ba84-c91777a54d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3245 | 2025.01.10 21:58:18.732699 [ 262 ] {29db3b78-8adb-4fba-ba84-c91777a54d4c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3246 | 2025.01.10 21:58:18.732963 [ 262 ] {29db3b78-8adb-4fba-ba84-c91777a54d4c} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3247 | 2025.01.10 21:58:18.733148 [ 97 ] {} <Debug> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3248 | 2025.01.10 21:58:18.733215 [ 262 ] {29db3b78-8adb-4fba-ba84-c91777a54d4c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec. | ||
| 3249 | 2025.01.10 21:58:18.733226 [ 97 ] {} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2025.01.10 21:58:18.733306 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3251 | 2025.01.10 21:58:18.733337 [ 262 ] {29db3b78-8adb-4fba-ba84-c91777a54d4c} <Debug> TCPHandler: Processed in 0.002275556 sec. | ||
| 3252 | 2025.01.10 21:58:18.733536 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 3253 | 2025.01.10 21:58:18.733654 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3254 | 2025.01.10 21:58:18.733718 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3255 | 2025.01.10 21:58:18.733770 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 3256 | 2025.01.10 21:58:18.734013 [ 260 ] {86f4f28f-18eb-467f-a604-d00022a5ee12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3257 | 2025.01.10 21:58:18.734067 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 3258 | 2025.01.10 21:58:18.734214 [ 260 ] {86f4f28f-18eb-467f-a604-d00022a5ee12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3259 | 2025.01.10 21:58:18.734431 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 3260 | 2025.01.10 21:58:18.734798 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 3261 | 2025.01.10 21:58:18.735053 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 3262 | 2025.01.10 21:58:18.736882 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003469689 sec., 20174.71882926683 rows/sec., 1.50 MiB/sec. | ||
| 3263 | 2025.01.10 21:58:18.737096 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3264 | 2025.01.10 21:58:18.737490 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_9_2} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3265 | 2025.01.10 21:58:18.737603 [ 193 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_9_2} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3266 | 2025.01.10 21:58:18.737648 [ 260 ] {86f4f28f-18eb-467f-a604-d00022a5ee12} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3267 | 2025.01.10 21:58:18.737717 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3268 | 2025.01.10 21:58:18.737748 [ 260 ] {86f4f28f-18eb-467f-a604-d00022a5ee12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3269 | 2025.01.10 21:58:18.738290 [ 260 ] {86f4f28f-18eb-467f-a604-d00022a5ee12} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3270 | 2025.01.10 21:58:18.738542 [ 260 ] {86f4f28f-18eb-467f-a604-d00022a5ee12} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2025.01.10 21:58:18.738725 [ 97 ] {} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3272 | 2025.01.10 21:58:18.738786 [ 97 ] {} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2025.01.10 21:58:18.738825 [ 260 ] {86f4f28f-18eb-467f-a604-d00022a5ee12} <Debug> executeQuery: Read 1339 rows, 114.23 KiB in 0.00496 sec., 269959.67741935485 rows/sec., 22.49 MiB/sec. | ||
| 3274 | 2025.01.10 21:58:18.738832 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3275 | 2025.01.10 21:58:18.739008 [ 260 ] {86f4f28f-18eb-467f-a604-d00022a5ee12} <Debug> TCPHandler: Processed in 0.005527369 sec. | ||
| 3276 | 2025.01.10 21:58:18.739080 [ 193 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::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 | ||
| 3277 | 2025.01.10 21:58:18.739223 [ 193 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3278 | 2025.01.10 21:58:18.739251 [ 193 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1385 rows starting from the beginning of the part | ||
| 3279 | 2025.01.10 21:58:18.739301 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3280 | 2025.01.10 21:58:18.739470 [ 193 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 199 rows starting from the beginning of the part | ||
| 3281 | 2025.01.10 21:58:18.739710 [ 193 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part | ||
| 3282 | 2025.01.10 21:58:18.739966 [ 262 ] {711a74a4-ce39-4ea0-a5a9-c6c52cbfab62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3283 | 2025.01.10 21:58:18.740062 [ 193 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 199 rows starting from the beginning of the part | ||
| 3284 | 2025.01.10 21:58:18.740169 [ 262 ] {711a74a4-ce39-4ea0-a5a9-c6c52cbfab62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3285 | 2025.01.10 21:58:18.740341 [ 193 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 78 rows starting from the beginning of the part | ||
| 3286 | 2025.01.10 21:58:18.740647 [ 193 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1339 rows starting from the beginning of the part | ||
| 3287 | 2025.01.10 21:58:18.742427 [ 262 ] {711a74a4-ce39-4ea0-a5a9-c6c52cbfab62} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3288 | 2025.01.10 21:58:18.742504 [ 262 ] {711a74a4-ce39-4ea0-a5a9-c6c52cbfab62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3289 | 2025.01.10 21:58:18.743436 [ 262 ] {711a74a4-ce39-4ea0-a5a9-c6c52cbfab62} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3290 | 2025.01.10 21:58:18.743710 [ 262 ] {711a74a4-ce39-4ea0-a5a9-c6c52cbfab62} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3291 | 2025.01.10 21:58:18.744264 [ 262 ] {711a74a4-ce39-4ea0-a5a9-c6c52cbfab62} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004528 sec., 4416.961130742049 rows/sec., 316.61 KiB/sec. | ||
| 3292 | 2025.01.10 21:58:18.744282 [ 193 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3278 rows, containing 5 columns (5 merged, 0 gathered) in 0.005325944 sec., 615477.7444148868 rows/sec., 54.16 MiB/sec. | ||
| 3293 | 2025.01.10 21:58:18.744415 [ 262 ] {711a74a4-ce39-4ea0-a5a9-c6c52cbfab62} <Debug> TCPHandler: Processed in 0.005261761 sec. | ||
| 3294 | 2025.01.10 21:58:18.744605 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3295 | 2025.01.10 21:58:18.744611 [ 198 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3296 | 2025.01.10 21:58:18.744746 [ 260 ] {ba8ed9e6-fce9-4361-8b86-e414845f37e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3297 | 2025.01.10 21:58:18.744813 [ 260 ] {ba8ed9e6-fce9-4361-8b86-e414845f37e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3298 | 2025.01.10 21:58:18.744982 [ 198 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3299 | 2025.01.10 21:58:18.745107 [ 198 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_21_4} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3300 | 2025.01.10 21:58:18.745238 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3301 | 2025.01.10 21:58:18.745719 [ 260 ] {ba8ed9e6-fce9-4361-8b86-e414845f37e4} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2025.01.10 21:58:18.745757 [ 260 ] {ba8ed9e6-fce9-4361-8b86-e414845f37e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3303 | 2025.01.10 21:58:18.746137 [ 260 ] {ba8ed9e6-fce9-4361-8b86-e414845f37e4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3304 | 2025.01.10 21:58:18.746369 [ 260 ] {ba8ed9e6-fce9-4361-8b86-e414845f37e4} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3305 | 2025.01.10 21:58:18.746634 [ 260 ] {ba8ed9e6-fce9-4361-8b86-e414845f37e4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001915 sec., 126370.75718015665 rows/sec., 8.56 MiB/sec. | ||
| 3306 | 2025.01.10 21:58:18.746825 [ 260 ] {ba8ed9e6-fce9-4361-8b86-e414845f37e4} <Debug> TCPHandler: Processed in 0.002299596 sec. | ||
| 3307 | 2025.01.10 21:58:18.746999 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3308 | 2025.01.10 21:58:18.747135 [ 262 ] {19500a35-0d75-4c13-af5e-a740ec790ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3309 | 2025.01.10 21:58:18.747193 [ 262 ] {19500a35-0d75-4c13-af5e-a740ec790ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3310 | 2025.01.10 21:58:18.747828 [ 262 ] {19500a35-0d75-4c13-af5e-a740ec790ae7} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3311 | 2025.01.10 21:58:18.747866 [ 262 ] {19500a35-0d75-4c13-af5e-a740ec790ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3312 | 2025.01.10 21:58:18.748213 [ 262 ] {19500a35-0d75-4c13-af5e-a740ec790ae7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3313 | 2025.01.10 21:58:18.748445 [ 262 ] {19500a35-0d75-4c13-af5e-a740ec790ae7} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2025.01.10 21:58:18.748596 [ 97 ] {} <Debug> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3315 | 2025.01.10 21:58:18.748660 [ 97 ] {} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3316 | 2025.01.10 21:58:18.748699 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3317 | 2025.01.10 21:58:18.748704 [ 262 ] {19500a35-0d75-4c13-af5e-a740ec790ae7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001586 sec., 8196.72131147541 rows/sec., 511.06 KiB/sec. | ||
| 3318 | 2025.01.10 21:58:18.748920 [ 262 ] {19500a35-0d75-4c13-af5e-a740ec790ae7} <Debug> TCPHandler: Processed in 0.001987087 sec. | ||
| 3319 | 2025.01.10 21:58:18.748943 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 3320 | 2025.01.10 21:58:18.749119 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3321 | 2025.01.10 21:58:18.749149 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3322 | 2025.01.10 21:58:18.749197 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 3323 | 2025.01.10 21:58:18.749399 [ 260 ] {79f182a5-61f8-4a2e-8f5b-3f143fc888f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3324 | 2025.01.10 21:58:18.749500 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 3325 | 2025.01.10 21:58:18.749538 [ 260 ] {79f182a5-61f8-4a2e-8f5b-3f143fc888f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3326 | 2025.01.10 21:58:18.749848 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 3327 | 2025.01.10 21:58:18.750182 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 3328 | 2025.01.10 21:58:18.750533 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 3329 | 2025.01.10 21:58:18.752765 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003987365 sec., 16301.492338925582 rows/sec., 1.05 MiB/sec. | ||
| 3330 | 2025.01.10 21:58:18.752885 [ 260 ] {79f182a5-61f8-4a2e-8f5b-3f143fc888f5} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2025.01.10 21:58:18.752907 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3332 | 2025.01.10 21:58:18.752950 [ 260 ] {79f182a5-61f8-4a2e-8f5b-3f143fc888f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3333 | 2025.01.10 21:58:18.753444 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_9_2} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2025.01.10 21:58:18.753681 [ 193 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_9_2} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3335 | 2025.01.10 21:58:18.753784 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3336 | 2025.01.10 21:58:18.753895 [ 260 ] {79f182a5-61f8-4a2e-8f5b-3f143fc888f5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3337 | 2025.01.10 21:58:18.754145 [ 260 ] {79f182a5-61f8-4a2e-8f5b-3f143fc888f5} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3338 | 2025.01.10 21:58:18.754337 [ 144 ] {} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3339 | 2025.01.10 21:58:18.754401 [ 260 ] {79f182a5-61f8-4a2e-8f5b-3f143fc888f5} <Debug> executeQuery: Read 815 rows, 60.13 KiB in 0.005116 sec., 159304.1438623925 rows/sec., 11.48 MiB/sec. | ||
| 3340 | 2025.01.10 21:58:18.754409 [ 144 ] {} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3341 | 2025.01.10 21:58:18.754498 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3342 | 2025.01.10 21:58:18.754563 [ 260 ] {79f182a5-61f8-4a2e-8f5b-3f143fc888f5} <Debug> TCPHandler: Processed in 0.005547199 sec. | ||
| 3343 | 2025.01.10 21:58:18.754794 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::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 | ||
| 3344 | 2025.01.10 21:58:18.754825 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3345 | 2025.01.10 21:58:18.754996 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3346 | 2025.01.10 21:58:18.755066 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 860 rows starting from the beginning of the part | ||
| 3347 | 2025.01.10 21:58:18.755075 [ 262 ] {7dc9b4bc-42d0-4cdc-ad50-abc019409f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3348 | 2025.01.10 21:58:18.755317 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 362 rows starting from the beginning of the part | ||
| 3349 | 2025.01.10 21:58:18.755333 [ 262 ] {7dc9b4bc-42d0-4cdc-ad50-abc019409f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3350 | 2025.01.10 21:58:18.755674 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 54 rows starting from the beginning of the part | ||
| 3351 | 2025.01.10 21:58:18.755970 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 359 rows starting from the beginning of the part | ||
| 3352 | 2025.01.10 21:58:18.756261 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 54 rows starting from the beginning of the part | ||
| 3353 | 2025.01.10 21:58:18.756549 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 815 rows starting from the beginning of the part | ||
| 3354 | 2025.01.10 21:58:18.757768 [ 262 ] {7dc9b4bc-42d0-4cdc-ad50-abc019409f00} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2025.01.10 21:58:18.757827 [ 262 ] {7dc9b4bc-42d0-4cdc-ad50-abc019409f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3356 | 2025.01.10 21:58:18.758842 [ 262 ] {7dc9b4bc-42d0-4cdc-ad50-abc019409f00} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3357 | 2025.01.10 21:58:18.759159 [ 262 ] {7dc9b4bc-42d0-4cdc-ad50-abc019409f00} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2025.01.10 21:58:18.759727 [ 262 ] {7dc9b4bc-42d0-4cdc-ad50-abc019409f00} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004693 sec., 1278.4998934583423 rows/sec., 66.80 KiB/sec. | ||
| 3359 | 2025.01.10 21:58:18.760034 [ 262 ] {7dc9b4bc-42d0-4cdc-ad50-abc019409f00} <Debug> TCPHandler: Processed in 0.005352814 sec. | ||
| 3360 | 2025.01.10 21:58:18.760039 [ 193 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2504 rows, containing 5 columns (5 merged, 0 gathered) in 0.005415286 sec., 462394.7839504691 rows/sec., 35.03 MiB/sec. | ||
| 3361 | 2025.01.10 21:58:18.760319 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3362 | 2025.01.10 21:58:18.760453 [ 193 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3363 | 2025.01.10 21:58:18.760643 [ 260 ] {f1b360b7-4aeb-4c9b-804f-96acf7c2ce82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3364 | 2025.01.10 21:58:18.760744 [ 260 ] {f1b360b7-4aeb-4c9b-804f-96acf7c2ce82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3365 | 2025.01.10 21:58:18.761140 [ 193 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3366 | 2025.01.10 21:58:18.761334 [ 193 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_21_4} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3367 | 2025.01.10 21:58:18.761416 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3368 | 2025.01.10 21:58:18.761934 [ 260 ] {f1b360b7-4aeb-4c9b-804f-96acf7c2ce82} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3369 | 2025.01.10 21:58:18.761978 [ 260 ] {f1b360b7-4aeb-4c9b-804f-96acf7c2ce82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3370 | 2025.01.10 21:58:18.762428 [ 260 ] {f1b360b7-4aeb-4c9b-804f-96acf7c2ce82} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3371 | 2025.01.10 21:58:18.762664 [ 260 ] {f1b360b7-4aeb-4c9b-804f-96acf7c2ce82} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2025.01.10 21:58:18.762837 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3373 | 2025.01.10 21:58:18.762909 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3374 | 2025.01.10 21:58:18.762911 [ 260 ] {f1b360b7-4aeb-4c9b-804f-96acf7c2ce82} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002356 sec., 408743.6332767402 rows/sec., 27.16 MiB/sec. | ||
| 3375 | 2025.01.10 21:58:18.762950 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3376 | 2025.01.10 21:58:18.763089 [ 260 ] {f1b360b7-4aeb-4c9b-804f-96acf7c2ce82} <Debug> TCPHandler: Processed in 0.002921653 sec. | ||
| 3377 | 2025.01.10 21:58:18.763361 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3378 | 2025.01.10 21:58:18.763434 [ 188 ] {5116be86-6508-447c-92e8-12223e638356::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 | ||
| 3379 | 2025.01.10 21:58:18.763742 [ 262 ] {2dca6008-1360-4ae3-970f-429309a39b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3380 | 2025.01.10 21:58:18.763950 [ 262 ] {2dca6008-1360-4ae3-970f-429309a39b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3381 | 2025.01.10 21:58:18.764019 [ 188 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3382 | 2025.01.10 21:58:18.764123 [ 188 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4816 rows starting from the beginning of the part | ||
| 3383 | 2025.01.10 21:58:18.764393 [ 188 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 177 rows starting from the beginning of the part | ||
| 3384 | 2025.01.10 21:58:18.764804 [ 188 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part | ||
| 3385 | 2025.01.10 21:58:18.765175 [ 188 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 177 rows starting from the beginning of the part | ||
| 3386 | 2025.01.10 21:58:18.765464 [ 188 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 100 rows starting from the beginning of the part | ||
| 3387 | 2025.01.10 21:58:18.765807 [ 188 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 963 rows starting from the beginning of the part | ||
| 3388 | 2025.01.10 21:58:18.766345 [ 262 ] {2dca6008-1360-4ae3-970f-429309a39b6d} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2025.01.10 21:58:18.766390 [ 262 ] {2dca6008-1360-4ae3-970f-429309a39b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3390 | 2025.01.10 21:58:18.766873 [ 262 ] {2dca6008-1360-4ae3-970f-429309a39b6d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3391 | 2025.01.10 21:58:18.767229 [ 262 ] {2dca6008-1360-4ae3-970f-429309a39b6d} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3392 | 2025.01.10 21:58:18.767543 [ 262 ] {2dca6008-1360-4ae3-970f-429309a39b6d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003949 sec., 253.2286654849329 rows/sec., 17.06 KiB/sec. | ||
| 3393 | 2025.01.10 21:58:18.767608 [ 262 ] {2dca6008-1360-4ae3-970f-429309a39b6d} <Debug> TCPHandler: Processed in 0.004399826 sec. | ||
| 3394 | 2025.01.10 21:58:18.767811 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3395 | 2025.01.10 21:58:18.767992 [ 260 ] {2e95df20-0cda-4466-8e22-69acd3b53e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3396 | 2025.01.10 21:58:18.768099 [ 260 ] {2e95df20-0cda-4466-8e22-69acd3b53e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3397 | 2025.01.10 21:58:18.769129 [ 188 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6333 rows, containing 5 columns (5 merged, 0 gathered) in 0.006035094 sec., 1049362.2800241387 rows/sec., 70.24 MiB/sec. | ||
| 3398 | 2025.01.10 21:58:18.769801 [ 189 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3399 | 2025.01.10 21:58:18.770486 [ 189 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2025.01.10 21:58:18.770548 [ 260 ] {2e95df20-0cda-4466-8e22-69acd3b53e37} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3401 | 2025.01.10 21:58:18.770613 [ 260 ] {2e95df20-0cda-4466-8e22-69acd3b53e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3402 | 2025.01.10 21:58:18.770640 [ 189 ] {5116be86-6508-447c-92e8-12223e638356::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3403 | 2025.01.10 21:58:18.770826 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
| 3404 | 2025.01.10 21:58:18.771460 [ 260 ] {2e95df20-0cda-4466-8e22-69acd3b53e37} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3405 | 2025.01.10 21:58:18.771724 [ 260 ] {2e95df20-0cda-4466-8e22-69acd3b53e37} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3406 | 2025.01.10 21:58:18.771961 [ 260 ] {2e95df20-0cda-4466-8e22-69acd3b53e37} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00404 sec., 3217.8217821782177 rows/sec., 5.77 MiB/sec. | ||
| 3407 | 2025.01.10 21:58:18.772067 [ 260 ] {2e95df20-0cda-4466-8e22-69acd3b53e37} <Debug> TCPHandler: Processed in 0.004366816 sec. | ||
| 3408 | 2025.01.10 21:58:18.772237 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3409 | 2025.01.10 21:58:18.772377 [ 262 ] {db8758db-7558-4a68-9c4c-942f337d50e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3410 | 2025.01.10 21:58:18.772439 [ 262 ] {db8758db-7558-4a68-9c4c-942f337d50e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3411 | 2025.01.10 21:58:18.772949 [ 262 ] {db8758db-7558-4a68-9c4c-942f337d50e8} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3412 | 2025.01.10 21:58:18.772987 [ 262 ] {db8758db-7558-4a68-9c4c-942f337d50e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3413 | 2025.01.10 21:58:18.773356 [ 262 ] {db8758db-7558-4a68-9c4c-942f337d50e8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3414 | 2025.01.10 21:58:18.773598 [ 262 ] {db8758db-7558-4a68-9c4c-942f337d50e8} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3415 | 2025.01.10 21:58:18.773728 [ 144 ] {} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3416 | 2025.01.10 21:58:18.773770 [ 144 ] {} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3417 | 2025.01.10 21:58:18.773796 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3418 | 2025.01.10 21:58:18.773799 [ 262 ] {db8758db-7558-4a68-9c4c-942f337d50e8} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.001453 sec., 23399.862353750857 rows/sec., 1.37 MiB/sec. | ||
| 3419 | 2025.01.10 21:58:18.773956 [ 262 ] {db8758db-7558-4a68-9c4c-942f337d50e8} <Debug> TCPHandler: Processed in 0.001782151 sec. | ||
| 3420 | 2025.01.10 21:58:18.774039 [ 189 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3421 | 2025.01.10 21:58:18.774162 [ 189 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3422 | 2025.01.10 21:58:18.774196 [ 189 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 546 rows starting from the beginning of the part | ||
| 3423 | 2025.01.10 21:58:18.774305 [ 189 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part | ||
| 3424 | 2025.01.10 21:58:18.774519 [ 189 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 3425 | 2025.01.10 21:58:18.774707 [ 189 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part | ||
| 3426 | 2025.01.10 21:58:18.774866 [ 189 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 3427 | 2025.01.10 21:58:18.775040 [ 189 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 3428 | 2025.01.10 21:58:18.776209 [ 191 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 744 rows, containing 4 columns (4 merged, 0 gathered) in 0.002307347 sec., 322448.2490063263 rows/sec., 20.75 MiB/sec. | ||
| 3429 | 2025.01.10 21:58:18.776424 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3430 | 2025.01.10 21:58:18.776749 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3431 | 2025.01.10 21:58:18.776823 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_21_4} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3432 | 2025.01.10 21:58:18.776907 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3433 | 2025.01.10 21:58:21.038826 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 490 | ||
| 3434 | 2025.01.10 21:58:21.042545 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3435 | 2025.01.10 21:58:21.042593 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3436 | 2025.01.10 21:58:21.044093 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3437 | 2025.01.10 21:58:21.044397 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.01.10 21:58:21.044929 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 490 | ||
| 3439 | 2025.01.10 21:58:22.294194 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3440 | 2025.01.10 21:58:22.294390 [ 262 ] {8718a313-910b-428e-acc9-42516e62a344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3441 | 2025.01.10 21:58:22.294466 [ 262 ] {8718a313-910b-428e-acc9-42516e62a344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3442 | 2025.01.10 21:58:22.295234 [ 262 ] {8718a313-910b-428e-acc9-42516e62a344} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3443 | 2025.01.10 21:58:22.295286 [ 262 ] {8718a313-910b-428e-acc9-42516e62a344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3444 | 2025.01.10 21:58:22.295731 [ 262 ] {8718a313-910b-428e-acc9-42516e62a344} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3445 | 2025.01.10 21:58:22.295987 [ 262 ] {8718a313-910b-428e-acc9-42516e62a344} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3446 | 2025.01.10 21:58:22.296223 [ 262 ] {8718a313-910b-428e-acc9-42516e62a344} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001887 sec., 13778.48436671966 rows/sec., 1.02 MiB/sec. | ||
| 3447 | 2025.01.10 21:58:22.296281 [ 262 ] {8718a313-910b-428e-acc9-42516e62a344} <Debug> TCPHandler: Processed in 0.002213024 sec. | ||
| 3448 | 2025.01.10 21:58:22.296552 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3449 | 2025.01.10 21:58:22.296765 [ 260 ] {062e96a8-a8ff-4c58-8f57-9198ba97dd82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3450 | 2025.01.10 21:58:22.296849 [ 260 ] {062e96a8-a8ff-4c58-8f57-9198ba97dd82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3451 | 2025.01.10 21:58:22.297697 [ 260 ] {062e96a8-a8ff-4c58-8f57-9198ba97dd82} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3452 | 2025.01.10 21:58:22.297752 [ 260 ] {062e96a8-a8ff-4c58-8f57-9198ba97dd82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3453 | 2025.01.10 21:58:22.298184 [ 260 ] {062e96a8-a8ff-4c58-8f57-9198ba97dd82} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3454 | 2025.01.10 21:58:22.298431 [ 260 ] {062e96a8-a8ff-4c58-8f57-9198ba97dd82} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3455 | 2025.01.10 21:58:22.298718 [ 260 ] {062e96a8-a8ff-4c58-8f57-9198ba97dd82} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002008 sec., 13944.223107569722 rows/sec., 1.09 MiB/sec. | ||
| 3456 | 2025.01.10 21:58:22.298950 [ 260 ] {062e96a8-a8ff-4c58-8f57-9198ba97dd82} <Debug> TCPHandler: Processed in 0.002537813 sec. | ||
| 3457 | 2025.01.10 21:58:22.299249 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3458 | 2025.01.10 21:58:22.299472 [ 262 ] {aeee893a-2599-45b2-9342-e8826997a094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3459 | 2025.01.10 21:58:22.299570 [ 262 ] {aeee893a-2599-45b2-9342-e8826997a094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3460 | 2025.01.10 21:58:22.300166 [ 262 ] {aeee893a-2599-45b2-9342-e8826997a094} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3461 | 2025.01.10 21:58:22.300205 [ 262 ] {aeee893a-2599-45b2-9342-e8826997a094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3462 | 2025.01.10 21:58:22.300600 [ 262 ] {aeee893a-2599-45b2-9342-e8826997a094} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3463 | 2025.01.10 21:58:22.300846 [ 262 ] {aeee893a-2599-45b2-9342-e8826997a094} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3464 | 2025.01.10 21:58:22.301095 [ 262 ] {aeee893a-2599-45b2-9342-e8826997a094} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001677 sec., 35778.17531305903 rows/sec., 2.48 MiB/sec. | ||
| 3465 | 2025.01.10 21:58:22.301275 [ 262 ] {aeee893a-2599-45b2-9342-e8826997a094} <Debug> TCPHandler: Processed in 0.002184653 sec. | ||
| 3466 | 2025.01.10 21:58:22.301488 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3467 | 2025.01.10 21:58:22.301628 [ 260 ] {29e80380-de22-4fdc-bb92-6eb3d6ecb02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3468 | 2025.01.10 21:58:22.301688 [ 260 ] {29e80380-de22-4fdc-bb92-6eb3d6ecb02d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3469 | 2025.01.10 21:58:22.302194 [ 260 ] {29e80380-de22-4fdc-bb92-6eb3d6ecb02d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3470 | 2025.01.10 21:58:22.302234 [ 260 ] {29e80380-de22-4fdc-bb92-6eb3d6ecb02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3471 | 2025.01.10 21:58:22.302608 [ 260 ] {29e80380-de22-4fdc-bb92-6eb3d6ecb02d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3472 | 2025.01.10 21:58:22.302886 [ 260 ] {29e80380-de22-4fdc-bb92-6eb3d6ecb02d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3473 | 2025.01.10 21:58:22.303099 [ 260 ] {29e80380-de22-4fdc-bb92-6eb3d6ecb02d} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001502 sec., 11984.021304926764 rows/sec., 840.68 KiB/sec. | ||
| 3474 | 2025.01.10 21:58:22.303149 [ 260 ] {29e80380-de22-4fdc-bb92-6eb3d6ecb02d} <Debug> TCPHandler: Processed in 0.00174715 sec. | ||
| 3475 | 2025.01.10 21:58:23.519340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3476 | 2025.01.10 21:58:23.519973 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.01.10 21:58:23.520017 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3478 | 2025.01.10 21:58:23.520572 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3479 | 2025.01.10 21:58:23.520889 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2025.01.10 21:58:23.521129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3481 | 2025.01.10 21:58:23.969123 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3482 | 2025.01.10 21:58:23.989765 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3483 | 2025.01.10 21:58:23.989809 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3484 | 2025.01.10 21:58:23.997831 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3485 | 2025.01.10 21:58:23.998593 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3486 | 2025.01.10 21:58:24.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.06 MiB, peak 180.42 MiB, free memory in arenas 0.00 B, will set to 176.27 MiB (RSS), difference: -3.80 MiB | ||
| 3487 | 2025.01.10 21:58:24.002368 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3488 | 2025.01.10 21:58:25.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.27 MiB, peak 180.42 MiB, free memory in arenas 0.00 B, will set to 176.27 MiB (RSS), difference: 4.00 MiB | ||
| 3489 | 2025.01.10 21:58:27.297456 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3490 | 2025.01.10 21:58:27.297647 [ 262 ] {7f6e2f48-eb8a-4244-ab1e-9ed12f428021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3491 | 2025.01.10 21:58:27.297719 [ 262 ] {7f6e2f48-eb8a-4244-ab1e-9ed12f428021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3492 | 2025.01.10 21:58:27.298519 [ 262 ] {7f6e2f48-eb8a-4244-ab1e-9ed12f428021} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2025.01.10 21:58:27.298572 [ 262 ] {7f6e2f48-eb8a-4244-ab1e-9ed12f428021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3494 | 2025.01.10 21:58:27.299037 [ 262 ] {7f6e2f48-eb8a-4244-ab1e-9ed12f428021} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3495 | 2025.01.10 21:58:27.299290 [ 262 ] {7f6e2f48-eb8a-4244-ab1e-9ed12f428021} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2025.01.10 21:58:27.299500 [ 262 ] {7f6e2f48-eb8a-4244-ab1e-9ed12f428021} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001902 sec., 41009.46372239748 rows/sec., 3.52 MiB/sec. | ||
| 3497 | 2025.01.10 21:58:27.299604 [ 262 ] {7f6e2f48-eb8a-4244-ab1e-9ed12f428021} <Debug> TCPHandler: Processed in 0.002303376 sec. | ||
| 3498 | 2025.01.10 21:58:27.299886 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3499 | 2025.01.10 21:58:27.300096 [ 260 ] {13444cac-5ded-44bc-af81-54fd2b1aa6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3500 | 2025.01.10 21:58:27.300178 [ 260 ] {13444cac-5ded-44bc-af81-54fd2b1aa6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3501 | 2025.01.10 21:58:27.301046 [ 260 ] {13444cac-5ded-44bc-af81-54fd2b1aa6a8} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3502 | 2025.01.10 21:58:27.301097 [ 260 ] {13444cac-5ded-44bc-af81-54fd2b1aa6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3503 | 2025.01.10 21:58:27.301530 [ 260 ] {13444cac-5ded-44bc-af81-54fd2b1aa6a8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3504 | 2025.01.10 21:58:27.301787 [ 260 ] {13444cac-5ded-44bc-af81-54fd2b1aa6a8} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3505 | 2025.01.10 21:58:27.302025 [ 260 ] {13444cac-5ded-44bc-af81-54fd2b1aa6a8} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001992 sec., 13052.208835341366 rows/sec., 981.46 KiB/sec. | ||
| 3506 | 2025.01.10 21:58:27.302082 [ 260 ] {13444cac-5ded-44bc-af81-54fd2b1aa6a8} <Debug> TCPHandler: Processed in 0.002340627 sec. | ||
| 3507 | 2025.01.10 21:58:27.302245 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3508 | 2025.01.10 21:58:27.302366 [ 262 ] {3563d4aa-2bd6-428a-9bfb-c24bf7146c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3509 | 2025.01.10 21:58:27.302414 [ 262 ] {3563d4aa-2bd6-428a-9bfb-c24bf7146c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3510 | 2025.01.10 21:58:27.303015 [ 262 ] {3563d4aa-2bd6-428a-9bfb-c24bf7146c87} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3511 | 2025.01.10 21:58:27.303054 [ 262 ] {3563d4aa-2bd6-428a-9bfb-c24bf7146c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3512 | 2025.01.10 21:58:27.303411 [ 262 ] {3563d4aa-2bd6-428a-9bfb-c24bf7146c87} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3513 | 2025.01.10 21:58:27.303651 [ 262 ] {3563d4aa-2bd6-428a-9bfb-c24bf7146c87} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2025.01.10 21:58:27.303876 [ 262 ] {3563d4aa-2bd6-428a-9bfb-c24bf7146c87} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001526 sec., 35386.631716906944 rows/sec., 2.76 MiB/sec. | ||
| 3515 | 2025.01.10 21:58:27.303956 [ 262 ] {3563d4aa-2bd6-428a-9bfb-c24bf7146c87} <Debug> TCPHandler: Processed in 0.001765881 sec. | ||
| 3516 | 2025.01.10 21:58:27.304197 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3517 | 2025.01.10 21:58:27.304339 [ 260 ] {66c95cdb-93ae-4314-8c15-61566672b74c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3518 | 2025.01.10 21:58:27.304403 [ 260 ] {66c95cdb-93ae-4314-8c15-61566672b74c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3519 | 2025.01.10 21:58:27.304999 [ 260 ] {66c95cdb-93ae-4314-8c15-61566672b74c} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2025.01.10 21:58:27.305038 [ 260 ] {66c95cdb-93ae-4314-8c15-61566672b74c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3521 | 2025.01.10 21:58:27.305425 [ 260 ] {66c95cdb-93ae-4314-8c15-61566672b74c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3522 | 2025.01.10 21:58:27.305659 [ 260 ] {66c95cdb-93ae-4314-8c15-61566672b74c} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2025.01.10 21:58:27.305888 [ 260 ] {66c95cdb-93ae-4314-8c15-61566672b74c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001575 sec., 63492.06349206349 rows/sec., 4.40 MiB/sec. | ||
| 3524 | 2025.01.10 21:58:27.306094 [ 260 ] {66c95cdb-93ae-4314-8c15-61566672b74c} <Debug> TCPHandler: Processed in 0.001979887 sec. | ||
| 3525 | 2025.01.10 21:58:27.306292 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3526 | 2025.01.10 21:58:27.306410 [ 262 ] {75577342-ef93-4927-8cdf-bec76568faf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3527 | 2025.01.10 21:58:27.306494 [ 262 ] {75577342-ef93-4927-8cdf-bec76568faf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3528 | 2025.01.10 21:58:27.307699 [ 262 ] {75577342-ef93-4927-8cdf-bec76568faf4} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3529 | 2025.01.10 21:58:27.307740 [ 262 ] {75577342-ef93-4927-8cdf-bec76568faf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3530 | 2025.01.10 21:58:27.308396 [ 262 ] {75577342-ef93-4927-8cdf-bec76568faf4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3531 | 2025.01.10 21:58:27.308660 [ 262 ] {75577342-ef93-4927-8cdf-bec76568faf4} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3532 | 2025.01.10 21:58:27.308973 [ 262 ] {75577342-ef93-4927-8cdf-bec76568faf4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002567 sec., 10128.554733151539 rows/sec., 18.15 MiB/sec. | ||
| 3533 | 2025.01.10 21:58:27.309227 [ 262 ] {75577342-ef93-4927-8cdf-bec76568faf4} <Debug> TCPHandler: Processed in 0.003025617 sec. | ||
| 3534 | 2025.01.10 21:58:27.309384 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3535 | 2025.01.10 21:58:27.309502 [ 260 ] {35c158a2-c883-412a-b23a-26f07c0e877e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3536 | 2025.01.10 21:58:27.309553 [ 260 ] {35c158a2-c883-412a-b23a-26f07c0e877e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3537 | 2025.01.10 21:58:27.310039 [ 260 ] {35c158a2-c883-412a-b23a-26f07c0e877e} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2025.01.10 21:58:27.310077 [ 260 ] {35c158a2-c883-412a-b23a-26f07c0e877e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3539 | 2025.01.10 21:58:27.310445 [ 260 ] {35c158a2-c883-412a-b23a-26f07c0e877e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3540 | 2025.01.10 21:58:27.310681 [ 260 ] {35c158a2-c883-412a-b23a-26f07c0e877e} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3541 | 2025.01.10 21:58:27.310858 [ 260 ] {35c158a2-c883-412a-b23a-26f07c0e877e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001381 sec., 21723.38884866039 rows/sec., 1.49 MiB/sec. | ||
| 3542 | 2025.01.10 21:58:27.310910 [ 260 ] {35c158a2-c883-412a-b23a-26f07c0e877e} <Debug> TCPHandler: Processed in 0.001579536 sec. | ||
| 3543 | 2025.01.10 21:58:29.687913 [ 142 ] {} <Debug> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3544 | 2025.01.10 21:58:29.687997 [ 142 ] {} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3545 | 2025.01.10 21:58:29.688024 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3546 | 2025.01.10 21:58:29.688256 [ 189 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::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 | ||
| 3547 | 2025.01.10 21:58:29.688528 [ 189 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3548 | 2025.01.10 21:58:29.688596 [ 189 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3549 | 2025.01.10 21:58:29.688753 [ 189 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3550 | 2025.01.10 21:58:29.688981 [ 189 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3551 | 2025.01.10 21:58:29.689176 [ 189 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3552 | 2025.01.10 21:58:29.689339 [ 189 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3553 | 2025.01.10 21:58:29.690482 [ 191 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002357698 sec., 3817.2827902470967 rows/sec., 257.22 KiB/sec. | ||
| 3554 | 2025.01.10 21:58:29.690673 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3555 | 2025.01.10 21:58:29.691014 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3556 | 2025.01.10 21:58:29.691102 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_9_2} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3557 | 2025.01.10 21:58:29.691202 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3558 | 2025.01.10 21:58:30.872521 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3559 | 2025.01.10 21:58:30.872584 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3560 | 2025.01.10 21:58:31.022143 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3561 | 2025.01.10 21:58:31.022791 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3562 | 2025.01.10 21:58:31.022827 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3563 | 2025.01.10 21:58:31.023387 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3564 | 2025.01.10 21:58:31.023697 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2025.01.10 21:58:31.023889 [ 140 ] {} <Debug> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3566 | 2025.01.10 21:58:31.023936 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3567 | 2025.01.10 21:58:31.023958 [ 140 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2025.01.10 21:58:31.023988 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3569 | 2025.01.10 21:58:31.024113 [ 189 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3570 | 2025.01.10 21:58:31.024229 [ 189 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3571 | 2025.01.10 21:58:31.024265 [ 189 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3572 | 2025.01.10 21:58:31.024334 [ 189 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3573 | 2025.01.10 21:58:31.024638 [ 189 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3574 | 2025.01.10 21:58:31.024842 [ 189 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3575 | 2025.01.10 21:58:31.024961 [ 189 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3576 | 2025.01.10 21:58:31.025134 [ 189 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3577 | 2025.01.10 21:58:31.026857 [ 191 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00278657 sec., 2648776.093907564 rows/sec., 37.89 MiB/sec. | ||
| 3578 | 2025.01.10 21:58:31.027540 [ 191 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3579 | 2025.01.10 21:58:31.027981 [ 191 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2025.01.10 21:58:31.028070 [ 191 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_16_3} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3581 | 2025.01.10 21:58:31.028182 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3582 | 2025.01.10 21:58:31.046091 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 510 | ||
| 3583 | 2025.01.10 21:58:31.048824 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3584 | 2025.01.10 21:58:31.048863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3585 | 2025.01.10 21:58:31.050309 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3586 | 2025.01.10 21:58:31.050657 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3587 | 2025.01.10 21:58:31.050810 [ 140 ] {} <Debug> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3588 | 2025.01.10 21:58:31.050861 [ 140 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3589 | 2025.01.10 21:58:31.050896 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3590 | 2025.01.10 21:58:31.051291 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::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 | ||
| 3591 | 2025.01.10 21:58:31.051922 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 510 | ||
| 3592 | 2025.01.10 21:58:31.052384 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3593 | 2025.01.10 21:58:31.052560 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part | ||
| 3594 | 2025.01.10 21:58:31.053235 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 3595 | 2025.01.10 21:58:31.053880 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 3596 | 2025.01.10 21:58:31.054474 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3597 | 2025.01.10 21:58:31.055084 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 3598 | 2025.01.10 21:58:31.055689 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3599 | 2025.01.10 21:58:31.063363 [ 196 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 72 columns (72 merged, 0 gathered) in 0.012373926 sec., 41215.6982351438 rows/sec., 36.38 MiB/sec. | ||
| 3600 | 2025.01.10 21:58:31.064260 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3601 | 2025.01.10 21:58:31.064983 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3602 | 2025.01.10 21:58:31.065066 [ 195 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_11_2} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3603 | 2025.01.10 21:58:31.065263 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 3604 | 2025.01.10 21:58:31.502843 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3605 | 2025.01.10 21:58:31.523862 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3606 | 2025.01.10 21:58:31.523921 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3607 | 2025.01.10 21:58:31.531718 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3608 | 2025.01.10 21:58:31.532505 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3609 | 2025.01.10 21:58:31.532792 [ 139 ] {} <Debug> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3610 | 2025.01.10 21:58:31.532845 [ 139 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3611 | 2025.01.10 21:58:31.532880 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3612 | 2025.01.10 21:58:31.533354 [ 189 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 3613 | 2025.01.10 21:58:31.549427 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3614 | 2025.01.10 21:58:31.550744 [ 189 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3615 | 2025.01.10 21:58:31.552023 [ 189 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 3616 | 2025.01.10 21:58:31.557451 [ 189 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 3617 | 2025.01.10 21:58:31.563002 [ 189 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 3618 | 2025.01.10 21:58:31.568566 [ 189 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 3619 | 2025.01.10 21:58:31.575297 [ 189 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 3620 | 2025.01.10 21:58:31.580372 [ 189 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 3621 | 2025.01.10 21:58:31.640521 [ 196 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.107351798 sec., 1127.1352902724554 rows/sec., 5.83 MiB/sec. | ||
| 3622 | 2025.01.10 21:58:31.643058 [ 196 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3623 | 2025.01.10 21:58:31.645941 [ 196 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_16_3} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3624 | 2025.01.10 21:58:31.646056 [ 196 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_16_3} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3625 | 2025.01.10 21:58:31.648454 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3626 | 2025.01.10 21:58:32.001237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.52 MiB, peak 187.47 MiB, free memory in arenas 0.00 B, will set to 179.34 MiB (RSS), difference: 1.82 MiB | ||
| 3627 | 2025.01.10 21:58:32.002723 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001068521 sec. | ||
| 3628 | 2025.01.10 21:58:32.301597 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3629 | 2025.01.10 21:58:32.301911 [ 262 ] {f5bcbb34-8fd7-4d71-b50d-d1ce943bb5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3630 | 2025.01.10 21:58:32.302023 [ 262 ] {f5bcbb34-8fd7-4d71-b50d-d1ce943bb5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3631 | 2025.01.10 21:58:32.302779 [ 262 ] {f5bcbb34-8fd7-4d71-b50d-d1ce943bb5e2} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3632 | 2025.01.10 21:58:32.302831 [ 262 ] {f5bcbb34-8fd7-4d71-b50d-d1ce943bb5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3633 | 2025.01.10 21:58:32.303277 [ 262 ] {f5bcbb34-8fd7-4d71-b50d-d1ce943bb5e2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3634 | 2025.01.10 21:58:32.303539 [ 262 ] {f5bcbb34-8fd7-4d71-b50d-d1ce943bb5e2} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3635 | 2025.01.10 21:58:32.303945 [ 262 ] {f5bcbb34-8fd7-4d71-b50d-d1ce943bb5e2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002086 sec., 6711.409395973154 rows/sec., 483.13 KiB/sec. | ||
| 3636 | 2025.01.10 21:58:32.304285 [ 262 ] {f5bcbb34-8fd7-4d71-b50d-d1ce943bb5e2} <Debug> TCPHandler: Processed in 0.002866563 sec. | ||
| 3637 | 2025.01.10 21:58:32.304574 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3638 | 2025.01.10 21:58:32.304810 [ 260 ] {82ce79cf-5e53-49be-be5d-4d8625e77fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3639 | 2025.01.10 21:58:32.304928 [ 260 ] {82ce79cf-5e53-49be-be5d-4d8625e77fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3640 | 2025.01.10 21:58:32.305808 [ 260 ] {82ce79cf-5e53-49be-be5d-4d8625e77fe7} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3641 | 2025.01.10 21:58:32.305862 [ 260 ] {82ce79cf-5e53-49be-be5d-4d8625e77fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3642 | 2025.01.10 21:58:32.306316 [ 260 ] {82ce79cf-5e53-49be-be5d-4d8625e77fe7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3643 | 2025.01.10 21:58:32.306582 [ 260 ] {82ce79cf-5e53-49be-be5d-4d8625e77fe7} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3644 | 2025.01.10 21:58:32.306859 [ 260 ] {82ce79cf-5e53-49be-be5d-4d8625e77fe7} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002116 sec., 94045.36862003781 rows/sec., 8.36 MiB/sec. | ||
| 3645 | 2025.01.10 21:58:32.307084 [ 260 ] {82ce79cf-5e53-49be-be5d-4d8625e77fe7} <Debug> TCPHandler: Processed in 0.002648036 sec. | ||
| 3646 | 2025.01.10 21:58:32.307246 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3647 | 2025.01.10 21:58:32.307368 [ 262 ] {3aee20b2-f189-4379-b04a-21573b6cd6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3648 | 2025.01.10 21:58:32.307418 [ 262 ] {3aee20b2-f189-4379-b04a-21573b6cd6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3649 | 2025.01.10 21:58:32.308022 [ 262 ] {3aee20b2-f189-4379-b04a-21573b6cd6a9} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3650 | 2025.01.10 21:58:32.308062 [ 262 ] {3aee20b2-f189-4379-b04a-21573b6cd6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3651 | 2025.01.10 21:58:32.308430 [ 262 ] {3aee20b2-f189-4379-b04a-21573b6cd6a9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3652 | 2025.01.10 21:58:32.308683 [ 262 ] {3aee20b2-f189-4379-b04a-21573b6cd6a9} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3653 | 2025.01.10 21:58:32.308859 [ 137 ] {} <Debug> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3654 | 2025.01.10 21:58:32.308936 [ 262 ] {3aee20b2-f189-4379-b04a-21573b6cd6a9} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001588 sec., 12594.458438287154 rows/sec., 902.77 KiB/sec. | ||
| 3655 | 2025.01.10 21:58:32.308939 [ 137 ] {} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3656 | 2025.01.10 21:58:32.309023 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3657 | 2025.01.10 21:58:32.309069 [ 262 ] {3aee20b2-f189-4379-b04a-21573b6cd6a9} <Debug> TCPHandler: Processed in 0.001880715 sec. | ||
| 3658 | 2025.01.10 21:58:32.309375 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3659 | 2025.01.10 21:58:32.309492 [ 204 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::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 | ||
| 3660 | 2025.01.10 21:58:32.309695 [ 260 ] {d6f0c71a-07b0-4bef-a98e-735894ac81c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3661 | 2025.01.10 21:58:32.309740 [ 204 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3662 | 2025.01.10 21:58:32.309813 [ 260 ] {d6f0c71a-07b0-4bef-a98e-735894ac81c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3663 | 2025.01.10 21:58:32.309819 [ 204 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 54 rows starting from the beginning of the part | ||
| 3664 | 2025.01.10 21:58:32.310202 [ 204 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3665 | 2025.01.10 21:58:32.310542 [ 204 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3666 | 2025.01.10 21:58:32.310928 [ 204 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part | ||
| 3667 | 2025.01.10 21:58:32.311305 [ 204 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3668 | 2025.01.10 21:58:32.311665 [ 204 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 3669 | 2025.01.10 21:58:32.312672 [ 260 ] {d6f0c71a-07b0-4bef-a98e-735894ac81c2} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2025.01.10 21:58:32.312755 [ 260 ] {d6f0c71a-07b0-4bef-a98e-735894ac81c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3671 | 2025.01.10 21:58:32.313881 [ 260 ] {d6f0c71a-07b0-4bef-a98e-735894ac81c2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3672 | 2025.01.10 21:58:32.314437 [ 190 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.005296163 sec., 31343.446189250593 rows/sec., 2.36 MiB/sec. | ||
| 3673 | 2025.01.10 21:58:32.314445 [ 260 ] {d6f0c71a-07b0-4bef-a98e-735894ac81c2} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3674 | 2025.01.10 21:58:32.314695 [ 190 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3675 | 2025.01.10 21:58:32.315051 [ 260 ] {d6f0c71a-07b0-4bef-a98e-735894ac81c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00541 sec., 2587.8003696857672 rows/sec., 181.23 KiB/sec. | ||
| 3676 | 2025.01.10 21:58:32.315444 [ 260 ] {d6f0c71a-07b0-4bef-a98e-735894ac81c2} <Debug> TCPHandler: Processed in 0.00626698 sec. | ||
| 3677 | 2025.01.10 21:58:32.315772 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3678 | 2025.01.10 21:58:32.315908 [ 190 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.01.10 21:58:32.315996 [ 262 ] {79cd36d6-7d1f-48e9-bd41-f8dc0ced9af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3680 | 2025.01.10 21:58:32.316077 [ 262 ] {79cd36d6-7d1f-48e9-bd41-f8dc0ced9af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3681 | 2025.01.10 21:58:32.316089 [ 190 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_15_3} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3682 | 2025.01.10 21:58:32.316284 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3683 | 2025.01.10 21:58:32.316814 [ 262 ] {79cd36d6-7d1f-48e9-bd41-f8dc0ced9af7} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3684 | 2025.01.10 21:58:32.316858 [ 262 ] {79cd36d6-7d1f-48e9-bd41-f8dc0ced9af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3685 | 2025.01.10 21:58:32.317218 [ 262 ] {79cd36d6-7d1f-48e9-bd41-f8dc0ced9af7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3686 | 2025.01.10 21:58:32.317470 [ 262 ] {79cd36d6-7d1f-48e9-bd41-f8dc0ced9af7} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3687 | 2025.01.10 21:58:32.317768 [ 262 ] {79cd36d6-7d1f-48e9-bd41-f8dc0ced9af7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001809 sec., 7186.2907683803205 rows/sec., 448.06 KiB/sec. | ||
| 3688 | 2025.01.10 21:58:32.318122 [ 262 ] {79cd36d6-7d1f-48e9-bd41-f8dc0ced9af7} <Debug> TCPHandler: Processed in 0.002522202 sec. | ||
| 3689 | 2025.01.10 21:58:32.318296 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3690 | 2025.01.10 21:58:32.318437 [ 260 ] {17b0c4af-2d5e-4a8a-8020-026d50aa0353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3691 | 2025.01.10 21:58:32.318496 [ 260 ] {17b0c4af-2d5e-4a8a-8020-026d50aa0353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3692 | 2025.01.10 21:58:32.319278 [ 260 ] {17b0c4af-2d5e-4a8a-8020-026d50aa0353} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3693 | 2025.01.10 21:58:32.319319 [ 260 ] {17b0c4af-2d5e-4a8a-8020-026d50aa0353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3694 | 2025.01.10 21:58:32.319699 [ 260 ] {17b0c4af-2d5e-4a8a-8020-026d50aa0353} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3695 | 2025.01.10 21:58:32.319940 [ 260 ] {17b0c4af-2d5e-4a8a-8020-026d50aa0353} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3696 | 2025.01.10 21:58:32.320286 [ 260 ] {17b0c4af-2d5e-4a8a-8020-026d50aa0353} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001856 sec., 193426.72413793104 rows/sec., 13.60 MiB/sec. | ||
| 3697 | 2025.01.10 21:58:32.320581 [ 260 ] {17b0c4af-2d5e-4a8a-8020-026d50aa0353} <Debug> TCPHandler: Processed in 0.002345417 sec. | ||
| 3698 | 2025.01.10 21:58:32.320956 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3699 | 2025.01.10 21:58:32.321121 [ 262 ] {51dad345-d8a3-4135-bce3-b64151b07add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3700 | 2025.01.10 21:58:32.321182 [ 262 ] {51dad345-d8a3-4135-bce3-b64151b07add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3701 | 2025.01.10 21:58:32.321765 [ 262 ] {51dad345-d8a3-4135-bce3-b64151b07add} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2025.01.10 21:58:32.321811 [ 262 ] {51dad345-d8a3-4135-bce3-b64151b07add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3703 | 2025.01.10 21:58:32.322200 [ 262 ] {51dad345-d8a3-4135-bce3-b64151b07add} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3704 | 2025.01.10 21:58:32.322452 [ 262 ] {51dad345-d8a3-4135-bce3-b64151b07add} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3705 | 2025.01.10 21:58:32.322758 [ 262 ] {51dad345-d8a3-4135-bce3-b64151b07add} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00164 sec., 3658.5365853658536 rows/sec., 191.14 KiB/sec. | ||
| 3706 | 2025.01.10 21:58:32.322841 [ 262 ] {51dad345-d8a3-4135-bce3-b64151b07add} <Debug> TCPHandler: Processed in 0.002135121 sec. | ||
| 3707 | 2025.01.10 21:58:32.322983 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3708 | 2025.01.10 21:58:32.323101 [ 260 ] {871adb72-7d5a-451b-b51d-a13b76e75d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3709 | 2025.01.10 21:58:32.323156 [ 260 ] {871adb72-7d5a-451b-b51d-a13b76e75d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3710 | 2025.01.10 21:58:32.323725 [ 260 ] {871adb72-7d5a-451b-b51d-a13b76e75d49} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3711 | 2025.01.10 21:58:32.323764 [ 260 ] {871adb72-7d5a-451b-b51d-a13b76e75d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3712 | 2025.01.10 21:58:32.324157 [ 260 ] {871adb72-7d5a-451b-b51d-a13b76e75d49} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3713 | 2025.01.10 21:58:32.324400 [ 260 ] {871adb72-7d5a-451b-b51d-a13b76e75d49} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3714 | 2025.01.10 21:58:32.324680 [ 260 ] {871adb72-7d5a-451b-b51d-a13b76e75d49} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001583 sec., 111813.01326595072 rows/sec., 7.38 MiB/sec. | ||
| 3715 | 2025.01.10 21:58:32.324890 [ 260 ] {871adb72-7d5a-451b-b51d-a13b76e75d49} <Debug> TCPHandler: Processed in 0.001959587 sec. | ||
| 3716 | 2025.01.10 21:58:32.325052 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3717 | 2025.01.10 21:58:32.325190 [ 262 ] {48e6c96b-0cc3-4b5f-a398-3de6b7e5e7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3718 | 2025.01.10 21:58:32.325252 [ 262 ] {48e6c96b-0cc3-4b5f-a398-3de6b7e5e7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3719 | 2025.01.10 21:58:32.325800 [ 262 ] {48e6c96b-0cc3-4b5f-a398-3de6b7e5e7fa} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3720 | 2025.01.10 21:58:32.325846 [ 262 ] {48e6c96b-0cc3-4b5f-a398-3de6b7e5e7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3721 | 2025.01.10 21:58:32.326220 [ 262 ] {48e6c96b-0cc3-4b5f-a398-3de6b7e5e7fa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3722 | 2025.01.10 21:58:32.326463 [ 262 ] {48e6c96b-0cc3-4b5f-a398-3de6b7e5e7fa} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3723 | 2025.01.10 21:58:32.326760 [ 262 ] {48e6c96b-0cc3-4b5f-a398-3de6b7e5e7fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00158 sec., 632.9113924050632 rows/sec., 42.65 KiB/sec. | ||
| 3724 | 2025.01.10 21:58:32.326863 [ 262 ] {48e6c96b-0cc3-4b5f-a398-3de6b7e5e7fa} <Debug> TCPHandler: Processed in 0.001876763 sec. | ||
| 3725 | 2025.01.10 21:58:32.327011 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2025.01.10 21:58:32.327147 [ 260 ] {1e2393e0-17f5-4ff8-8961-9f768bed8e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3727 | 2025.01.10 21:58:32.327240 [ 260 ] {1e2393e0-17f5-4ff8-8961-9f768bed8e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3728 | 2025.01.10 21:58:32.328448 [ 260 ] {1e2393e0-17f5-4ff8-8961-9f768bed8e33} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.01.10 21:58:32.328487 [ 260 ] {1e2393e0-17f5-4ff8-8961-9f768bed8e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3730 | 2025.01.10 21:58:32.329108 [ 260 ] {1e2393e0-17f5-4ff8-8961-9f768bed8e33} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3731 | 2025.01.10 21:58:32.329358 [ 260 ] {1e2393e0-17f5-4ff8-8961-9f768bed8e33} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3732 | 2025.01.10 21:58:32.329644 [ 260 ] {1e2393e0-17f5-4ff8-8961-9f768bed8e33} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002519 sec., 5160.778086542278 rows/sec., 9.25 MiB/sec. | ||
| 3733 | 2025.01.10 21:58:32.329764 [ 260 ] {1e2393e0-17f5-4ff8-8961-9f768bed8e33} <Debug> TCPHandler: Processed in 0.002817631 sec. | ||
| 3734 | 2025.01.10 21:58:32.329915 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3735 | 2025.01.10 21:58:32.330122 [ 262 ] {a43ac3c9-558c-4805-9843-ab9e0ccec3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3736 | 2025.01.10 21:58:32.330217 [ 262 ] {a43ac3c9-558c-4805-9843-ab9e0ccec3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3737 | 2025.01.10 21:58:32.331075 [ 262 ] {a43ac3c9-558c-4805-9843-ab9e0ccec3b1} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3738 | 2025.01.10 21:58:32.331115 [ 262 ] {a43ac3c9-558c-4805-9843-ab9e0ccec3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 3739 | 2025.01.10 21:58:32.331485 [ 262 ] {a43ac3c9-558c-4805-9843-ab9e0ccec3b1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3740 | 2025.01.10 21:58:32.331728 [ 262 ] {a43ac3c9-558c-4805-9843-ab9e0ccec3b1} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.01.10 21:58:32.332011 [ 262 ] {a43ac3c9-558c-4805-9843-ab9e0ccec3b1} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001927 sec., 26984.950700570836 rows/sec., 1.67 MiB/sec. | ||
| 3742 | 2025.01.10 21:58:32.332228 [ 262 ] {a43ac3c9-558c-4805-9843-ab9e0ccec3b1} <Debug> TCPHandler: Processed in 0.002377529 sec. | ||
| 3743 | 2025.01.10 21:58:37.298730 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3744 | 2025.01.10 21:58:37.298963 [ 262 ] {2187dcc5-aec2-465d-be50-5225effef4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3745 | 2025.01.10 21:58:37.299045 [ 262 ] {2187dcc5-aec2-465d-be50-5225effef4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3746 | 2025.01.10 21:58:37.299815 [ 262 ] {2187dcc5-aec2-465d-be50-5225effef4df} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3747 | 2025.01.10 21:58:37.299870 [ 262 ] {2187dcc5-aec2-465d-be50-5225effef4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3748 | 2025.01.10 21:58:37.300292 [ 262 ] {2187dcc5-aec2-465d-be50-5225effef4df} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3749 | 2025.01.10 21:58:37.300553 [ 262 ] {2187dcc5-aec2-465d-be50-5225effef4df} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3750 | 2025.01.10 21:58:37.300796 [ 262 ] {2187dcc5-aec2-465d-be50-5225effef4df} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001891 sec., 1057.641459545214 rows/sec., 86.24 KiB/sec. | ||
| 3751 | 2025.01.10 21:58:37.300852 [ 262 ] {2187dcc5-aec2-465d-be50-5225effef4df} <Debug> TCPHandler: Processed in 0.002258735 sec. | ||
| 3752 | 2025.01.10 21:58:37.301127 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3753 | 2025.01.10 21:58:37.301319 [ 260 ] {4cf43346-d308-4bc8-886b-56ff7487d155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3754 | 2025.01.10 21:58:37.301390 [ 260 ] {4cf43346-d308-4bc8-886b-56ff7487d155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3755 | 2025.01.10 21:58:37.302192 [ 260 ] {4cf43346-d308-4bc8-886b-56ff7487d155} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2025.01.10 21:58:37.302239 [ 260 ] {4cf43346-d308-4bc8-886b-56ff7487d155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3757 | 2025.01.10 21:58:37.302672 [ 260 ] {4cf43346-d308-4bc8-886b-56ff7487d155} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3758 | 2025.01.10 21:58:37.302942 [ 260 ] {4cf43346-d308-4bc8-886b-56ff7487d155} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2025.01.10 21:58:37.303194 [ 260 ] {4cf43346-d308-4bc8-886b-56ff7487d155} <Debug> executeQuery: Read 79 rows, 6.92 KiB in 0.001927 sec., 40996.36741048262 rows/sec., 3.51 MiB/sec. | ||
| 3760 | 2025.01.10 21:58:37.303276 [ 260 ] {4cf43346-d308-4bc8-886b-56ff7487d155} <Debug> TCPHandler: Processed in 0.002278336 sec. | ||
| 3761 | 2025.01.10 21:58:37.303470 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3762 | 2025.01.10 21:58:37.303611 [ 262 ] {e515c080-01ca-499b-9808-13d8681c0f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3763 | 2025.01.10 21:58:37.303671 [ 262 ] {e515c080-01ca-499b-9808-13d8681c0f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3764 | 2025.01.10 21:58:37.304366 [ 262 ] {e515c080-01ca-499b-9808-13d8681c0f68} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2025.01.10 21:58:37.304407 [ 262 ] {e515c080-01ca-499b-9808-13d8681c0f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3766 | 2025.01.10 21:58:37.304770 [ 262 ] {e515c080-01ca-499b-9808-13d8681c0f68} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3767 | 2025.01.10 21:58:37.305010 [ 262 ] {e515c080-01ca-499b-9808-13d8681c0f68} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2025.01.10 21:58:37.305217 [ 262 ] {e515c080-01ca-499b-9808-13d8681c0f68} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001637 sec., 17104.45937690898 rows/sec., 1.25 MiB/sec. | ||
| 3769 | 2025.01.10 21:58:37.305270 [ 262 ] {e515c080-01ca-499b-9808-13d8681c0f68} <Debug> TCPHandler: Processed in 0.001869234 sec. | ||
| 3770 | 2025.01.10 21:58:37.305422 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3771 | 2025.01.10 21:58:37.305540 [ 260 ] {197a5afc-09f2-480e-a8dc-e9850cc1faa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3772 | 2025.01.10 21:58:37.305588 [ 260 ] {197a5afc-09f2-480e-a8dc-e9850cc1faa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3773 | 2025.01.10 21:58:37.306196 [ 260 ] {197a5afc-09f2-480e-a8dc-e9850cc1faa1} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3774 | 2025.01.10 21:58:37.306236 [ 260 ] {197a5afc-09f2-480e-a8dc-e9850cc1faa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3775 | 2025.01.10 21:58:37.306591 [ 260 ] {197a5afc-09f2-480e-a8dc-e9850cc1faa1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3776 | 2025.01.10 21:58:37.306837 [ 260 ] {197a5afc-09f2-480e-a8dc-e9850cc1faa1} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2025.01.10 21:58:37.307057 [ 260 ] {197a5afc-09f2-480e-a8dc-e9850cc1faa1} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001541 sec., 36340.038935756 rows/sec., 2.84 MiB/sec. | ||
| 3778 | 2025.01.10 21:58:37.307109 [ 260 ] {197a5afc-09f2-480e-a8dc-e9850cc1faa1} <Debug> TCPHandler: Processed in 0.00174487 sec. | ||
| 3779 | 2025.01.10 21:58:37.307260 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3780 | 2025.01.10 21:58:37.307399 [ 262 ] {bf7590d4-485a-4071-b243-258f620e6e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3781 | 2025.01.10 21:58:37.307462 [ 262 ] {bf7590d4-485a-4071-b243-258f620e6e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3782 | 2025.01.10 21:58:37.308112 [ 262 ] {bf7590d4-485a-4071-b243-258f620e6e94} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2025.01.10 21:58:37.308160 [ 262 ] {bf7590d4-485a-4071-b243-258f620e6e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3784 | 2025.01.10 21:58:37.308569 [ 262 ] {bf7590d4-485a-4071-b243-258f620e6e94} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3785 | 2025.01.10 21:58:37.308810 [ 262 ] {bf7590d4-485a-4071-b243-258f620e6e94} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2025.01.10 21:58:37.309026 [ 262 ] {bf7590d4-485a-4071-b243-258f620e6e94} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001657 sec., 60953.530476765234 rows/sec., 4.23 MiB/sec. | ||
| 3787 | 2025.01.10 21:58:37.309078 [ 262 ] {bf7590d4-485a-4071-b243-258f620e6e94} <Debug> TCPHandler: Processed in 0.001877324 sec. | ||
| 3788 | 2025.01.10 21:58:37.309220 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3789 | 2025.01.10 21:58:37.309356 [ 260 ] {291ec038-e6b3-4d5c-bf0b-a87877aa31d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3790 | 2025.01.10 21:58:37.309449 [ 260 ] {291ec038-e6b3-4d5c-bf0b-a87877aa31d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3791 | 2025.01.10 21:58:37.310685 [ 260 ] {291ec038-e6b3-4d5c-bf0b-a87877aa31d6} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3792 | 2025.01.10 21:58:37.310725 [ 260 ] {291ec038-e6b3-4d5c-bf0b-a87877aa31d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3793 | 2025.01.10 21:58:37.311430 [ 260 ] {291ec038-e6b3-4d5c-bf0b-a87877aa31d6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3794 | 2025.01.10 21:58:37.311769 [ 260 ] {291ec038-e6b3-4d5c-bf0b-a87877aa31d6} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3795 | 2025.01.10 21:58:37.311955 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3796 | 2025.01.10 21:58:37.312055 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3797 | 2025.01.10 21:58:37.312063 [ 260 ] {291ec038-e6b3-4d5c-bf0b-a87877aa31d6} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002727 sec., 9534.286762009535 rows/sec., 17.09 MiB/sec. | ||
| 3798 | 2025.01.10 21:58:37.312094 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3799 | 2025.01.10 21:58:37.312561 [ 260 ] {291ec038-e6b3-4d5c-bf0b-a87877aa31d6} <Debug> TCPHandler: Processed in 0.003393168 sec. | ||
| 3800 | 2025.01.10 21:58:37.312578 [ 187 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 3801 | 2025.01.10 21:58:37.312947 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3802 | 2025.01.10 21:58:37.313252 [ 262 ] {c050d6f1-dbe7-4515-acb2-f7a381a726e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3803 | 2025.01.10 21:58:37.313359 [ 187 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3804 | 2025.01.10 21:58:37.313372 [ 262 ] {c050d6f1-dbe7-4515-acb2-f7a381a726e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3805 | 2025.01.10 21:58:37.313624 [ 187 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part | ||
| 3806 | 2025.01.10 21:58:37.314469 [ 187 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3807 | 2025.01.10 21:58:37.315275 [ 187 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 3808 | 2025.01.10 21:58:37.315503 [ 262 ] {c050d6f1-dbe7-4515-acb2-f7a381a726e5} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2025.01.10 21:58:37.315640 [ 262 ] {c050d6f1-dbe7-4515-acb2-f7a381a726e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3810 | 2025.01.10 21:58:37.315990 [ 187 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3811 | 2025.01.10 21:58:37.316594 [ 187 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 3812 | 2025.01.10 21:58:37.317243 [ 187 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
| 3813 | 2025.01.10 21:58:37.317370 [ 262 ] {c050d6f1-dbe7-4515-acb2-f7a381a726e5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3814 | 2025.01.10 21:58:37.318130 [ 262 ] {c050d6f1-dbe7-4515-acb2-f7a381a726e5} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2025.01.10 21:58:37.318719 [ 262 ] {c050d6f1-dbe7-4515-acb2-f7a381a726e5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005528 sec., 5426.917510853835 rows/sec., 380.70 KiB/sec. | ||
| 3816 | 2025.01.10 21:58:37.319185 [ 262 ] {c050d6f1-dbe7-4515-acb2-f7a381a726e5} <Debug> TCPHandler: Processed in 0.006492187 sec. | ||
| 3817 | 2025.01.10 21:58:37.322188 [ 190 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 19 columns (19 merged, 0 gathered) in 0.009954586 sec., 25716.79023115577 rows/sec., 46.08 MiB/sec. | ||
| 3818 | 2025.01.10 21:58:37.322708 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3819 | 2025.01.10 21:58:37.323139 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3820 | 2025.01.10 21:58:37.323221 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3821 | 2025.01.10 21:58:37.323371 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 3822 | 2025.01.10 21:58:38.525222 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3823 | 2025.01.10 21:58:38.525870 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3824 | 2025.01.10 21:58:38.525914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3825 | 2025.01.10 21:58:38.526428 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3826 | 2025.01.10 21:58:38.526683 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3827 | 2025.01.10 21:58:38.526944 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3828 | 2025.01.10 21:58:39.050114 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3829 | 2025.01.10 21:58:39.069151 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2025.01.10 21:58:39.069205 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3831 | 2025.01.10 21:58:39.076428 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3832 | 2025.01.10 21:58:39.077154 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3833 | 2025.01.10 21:58:39.080638 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3834 | 2025.01.10 21:58:40.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.34 MiB, peak 187.47 MiB, free memory in arenas 0.00 B, will set to 181.57 MiB (RSS), difference: 1.22 MiB | ||
| 3835 | 2025.01.10 21:58:41.053216 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 546 | ||
| 3836 | 2025.01.10 21:58:41.056999 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3837 | 2025.01.10 21:58:41.057041 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3838 | 2025.01.10 21:58:41.058526 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3839 | 2025.01.10 21:58:41.058840 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3840 | 2025.01.10 21:58:41.059693 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 546 | ||
| 3841 | 2025.01.10 21:58:42.302450 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3842 | 2025.01.10 21:58:42.302646 [ 262 ] {d500f87d-e3a4-4460-9ba2-7646452aff28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3843 | 2025.01.10 21:58:42.302715 [ 262 ] {d500f87d-e3a4-4460-9ba2-7646452aff28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3844 | 2025.01.10 21:58:42.303481 [ 262 ] {d500f87d-e3a4-4460-9ba2-7646452aff28} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2025.01.10 21:58:42.303532 [ 262 ] {d500f87d-e3a4-4460-9ba2-7646452aff28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3846 | 2025.01.10 21:58:42.303973 [ 262 ] {d500f87d-e3a4-4460-9ba2-7646452aff28} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3847 | 2025.01.10 21:58:42.304230 [ 262 ] {d500f87d-e3a4-4460-9ba2-7646452aff28} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3848 | 2025.01.10 21:58:42.304511 [ 262 ] {d500f87d-e3a4-4460-9ba2-7646452aff28} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec. | ||
| 3849 | 2025.01.10 21:58:42.304701 [ 262 ] {d500f87d-e3a4-4460-9ba2-7646452aff28} <Debug> TCPHandler: Processed in 0.002385078 sec. | ||
| 3850 | 2025.01.10 21:58:42.304984 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3851 | 2025.01.10 21:58:42.305203 [ 260 ] {22abc7c9-0afc-4eb1-8b44-07f15370e48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3852 | 2025.01.10 21:58:42.305280 [ 260 ] {22abc7c9-0afc-4eb1-8b44-07f15370e48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3853 | 2025.01.10 21:58:42.306101 [ 260 ] {22abc7c9-0afc-4eb1-8b44-07f15370e48b} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2025.01.10 21:58:42.306147 [ 260 ] {22abc7c9-0afc-4eb1-8b44-07f15370e48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3855 | 2025.01.10 21:58:42.306604 [ 260 ] {22abc7c9-0afc-4eb1-8b44-07f15370e48b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3856 | 2025.01.10 21:58:42.306861 [ 260 ] {22abc7c9-0afc-4eb1-8b44-07f15370e48b} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2025.01.10 21:58:42.307043 [ 127 ] {} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3858 | 2025.01.10 21:58:42.307107 [ 260 ] {22abc7c9-0afc-4eb1-8b44-07f15370e48b} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.001963 sec., 101375.44574630668 rows/sec., 9.01 MiB/sec. | ||
| 3859 | 2025.01.10 21:58:42.307133 [ 127 ] {} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3860 | 2025.01.10 21:58:42.307204 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3861 | 2025.01.10 21:58:42.307232 [ 260 ] {22abc7c9-0afc-4eb1-8b44-07f15370e48b} <Debug> TCPHandler: Processed in 0.002386538 sec. | ||
| 3862 | 2025.01.10 21:58:42.307450 [ 199 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::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 | ||
| 3863 | 2025.01.10 21:58:42.307491 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3864 | 2025.01.10 21:58:42.307633 [ 199 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3865 | 2025.01.10 21:58:42.307719 [ 199 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1395 rows starting from the beginning of the part | ||
| 3866 | 2025.01.10 21:58:42.307859 [ 262 ] {a31b16dc-a27b-4aef-b9ae-8562f836ee16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3867 | 2025.01.10 21:58:42.308007 [ 199 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 3868 | 2025.01.10 21:58:42.308155 [ 262 ] {a31b16dc-a27b-4aef-b9ae-8562f836ee16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3869 | 2025.01.10 21:58:42.308310 [ 199 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 78 rows starting from the beginning of the part | ||
| 3870 | 2025.01.10 21:58:42.308639 [ 199 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 199 rows starting from the beginning of the part | ||
| 3871 | 2025.01.10 21:58:42.308948 [ 199 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 79 rows starting from the beginning of the part | ||
| 3872 | 2025.01.10 21:58:42.309237 [ 199 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 199 rows starting from the beginning of the part | ||
| 3873 | 2025.01.10 21:58:42.310922 [ 262 ] {a31b16dc-a27b-4aef-b9ae-8562f836ee16} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3874 | 2025.01.10 21:58:42.311011 [ 262 ] {a31b16dc-a27b-4aef-b9ae-8562f836ee16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3875 | 2025.01.10 21:58:42.312206 [ 262 ] {a31b16dc-a27b-4aef-b9ae-8562f836ee16} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3876 | 2025.01.10 21:58:42.312606 [ 262 ] {a31b16dc-a27b-4aef-b9ae-8562f836ee16} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3877 | 2025.01.10 21:58:42.313018 [ 199 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.005714194 sec., 345805.5501790804 rows/sec., 30.61 MiB/sec. | ||
| 3878 | 2025.01.10 21:58:42.313115 [ 262 ] {a31b16dc-a27b-4aef-b9ae-8562f836ee16} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005367 sec., 3726.476616359232 rows/sec., 267.11 KiB/sec. | ||
| 3879 | 2025.01.10 21:58:42.313194 [ 262 ] {a31b16dc-a27b-4aef-b9ae-8562f836ee16} <Debug> TCPHandler: Processed in 0.005857229 sec. | ||
| 3880 | 2025.01.10 21:58:42.313360 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3881 | 2025.01.10 21:58:42.313370 [ 192 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3882 | 2025.01.10 21:58:42.313526 [ 260 ] {4e8079d6-659d-40d1-8a81-da71fe340e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3883 | 2025.01.10 21:58:42.313618 [ 260 ] {4e8079d6-659d-40d1-8a81-da71fe340e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3884 | 2025.01.10 21:58:42.313899 [ 192 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3885 | 2025.01.10 21:58:42.314119 [ 192 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_26_5} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3886 | 2025.01.10 21:58:42.314316 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 3887 | 2025.01.10 21:58:42.314670 [ 260 ] {4e8079d6-659d-40d1-8a81-da71fe340e8e} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3888 | 2025.01.10 21:58:42.314715 [ 260 ] {4e8079d6-659d-40d1-8a81-da71fe340e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3889 | 2025.01.10 21:58:42.315084 [ 260 ] {4e8079d6-659d-40d1-8a81-da71fe340e8e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3890 | 2025.01.10 21:58:42.315325 [ 260 ] {4e8079d6-659d-40d1-8a81-da71fe340e8e} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3891 | 2025.01.10 21:58:42.315492 [ 127 ] {} <Debug> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3892 | 2025.01.10 21:58:42.315550 [ 127 ] {} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3893 | 2025.01.10 21:58:42.315576 [ 260 ] {4e8079d6-659d-40d1-8a81-da71fe340e8e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002069 sec., 6766.553890768487 rows/sec., 473.89 KiB/sec. | ||
| 3894 | 2025.01.10 21:58:42.315592 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3895 | 2025.01.10 21:58:42.315801 [ 260 ] {4e8079d6-659d-40d1-8a81-da71fe340e8e} <Debug> TCPHandler: Processed in 0.002502962 sec. | ||
| 3896 | 2025.01.10 21:58:42.315905 [ 199 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::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 | ||
| 3897 | 2025.01.10 21:58:42.316094 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3898 | 2025.01.10 21:58:42.316392 [ 199 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3899 | 2025.01.10 21:58:42.316446 [ 262 ] {4921c804-72d3-4661-af94-e578ee0bbc52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3900 | 2025.01.10 21:58:42.316463 [ 199 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::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 | ||
| 3901 | 2025.01.10 21:58:42.316541 [ 262 ] {4921c804-72d3-4661-af94-e578ee0bbc52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3902 | 2025.01.10 21:58:42.316729 [ 199 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::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 | ||
| 3903 | 2025.01.10 21:58:42.317065 [ 199 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::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 | ||
| 3904 | 2025.01.10 21:58:42.317304 [ 199 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 3905 | 2025.01.10 21:58:42.317618 [ 199 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3906 | 2025.01.10 21:58:42.318050 [ 199 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::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 | ||
| 3907 | 2025.01.10 21:58:42.320009 [ 262 ] {4921c804-72d3-4661-af94-e578ee0bbc52} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2025.01.10 21:58:42.320088 [ 262 ] {4921c804-72d3-4661-af94-e578ee0bbc52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3909 | 2025.01.10 21:58:42.321112 [ 262 ] {4921c804-72d3-4661-af94-e578ee0bbc52} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3910 | 2025.01.10 21:58:42.321273 [ 192 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.00557491 sec., 96862.55024744794 rows/sec., 6.94 MiB/sec. | ||
| 3911 | 2025.01.10 21:58:42.321498 [ 198 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3912 | 2025.01.10 21:58:42.321570 [ 262 ] {4921c804-72d3-4661-af94-e578ee0bbc52} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3913 | 2025.01.10 21:58:42.322017 [ 262 ] {4921c804-72d3-4661-af94-e578ee0bbc52} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005642 sec., 2304.147465437788 rows/sec., 143.66 KiB/sec. | ||
| 3914 | 2025.01.10 21:58:42.322190 [ 262 ] {4921c804-72d3-4661-af94-e578ee0bbc52} <Debug> TCPHandler: Processed in 0.00626702 sec. | ||
| 3915 | 2025.01.10 21:58:42.322203 [ 198 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_11_2} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3916 | 2025.01.10 21:58:42.322356 [ 198 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_11_2} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3917 | 2025.01.10 21:58:42.322375 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3918 | 2025.01.10 21:58:42.322463 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3919 | 2025.01.10 21:58:42.322536 [ 260 ] {49b83b15-eee6-425d-8f44-1215d3d2c66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3920 | 2025.01.10 21:58:42.322593 [ 260 ] {49b83b15-eee6-425d-8f44-1215d3d2c66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3921 | 2025.01.10 21:58:42.323411 [ 260 ] {49b83b15-eee6-425d-8f44-1215d3d2c66b} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3922 | 2025.01.10 21:58:42.323454 [ 260 ] {49b83b15-eee6-425d-8f44-1215d3d2c66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3923 | 2025.01.10 21:58:42.323829 [ 260 ] {49b83b15-eee6-425d-8f44-1215d3d2c66b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3924 | 2025.01.10 21:58:42.324068 [ 260 ] {49b83b15-eee6-425d-8f44-1215d3d2c66b} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3925 | 2025.01.10 21:58:42.324223 [ 127 ] {} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3926 | 2025.01.10 21:58:42.324276 [ 127 ] {} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3927 | 2025.01.10 21:58:42.324308 [ 260 ] {49b83b15-eee6-425d-8f44-1215d3d2c66b} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001789 sec., 200670.76579094466 rows/sec., 14.11 MiB/sec. | ||
| 3928 | 2025.01.10 21:58:42.324315 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3929 | 2025.01.10 21:58:42.324518 [ 260 ] {49b83b15-eee6-425d-8f44-1215d3d2c66b} <Debug> TCPHandler: Processed in 0.002214944 sec. | ||
| 3930 | 2025.01.10 21:58:42.324919 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3931 | 2025.01.10 21:58:42.325010 [ 199 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::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 | ||
| 3932 | 2025.01.10 21:58:42.325535 [ 262 ] {5c4562e5-7273-45dc-8595-cda056745a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3933 | 2025.01.10 21:58:42.325596 [ 199 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3934 | 2025.01.10 21:58:42.325636 [ 262 ] {5c4562e5-7273-45dc-8595-cda056745a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3935 | 2025.01.10 21:58:42.325657 [ 199 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 867 rows starting from the beginning of the part | ||
| 3936 | 2025.01.10 21:58:42.325958 [ 199 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part | ||
| 3937 | 2025.01.10 21:58:42.326289 [ 199 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 54 rows starting from the beginning of the part | ||
| 3938 | 2025.01.10 21:58:42.326559 [ 199 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 359 rows starting from the beginning of the part | ||
| 3939 | 2025.01.10 21:58:42.326827 [ 199 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3940 | 2025.01.10 21:58:42.327079 [ 199 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 359 rows starting from the beginning of the part | ||
| 3941 | 2025.01.10 21:58:42.328330 [ 262 ] {5c4562e5-7273-45dc-8595-cda056745a76} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3942 | 2025.01.10 21:58:42.328391 [ 262 ] {5c4562e5-7273-45dc-8595-cda056745a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3943 | 2025.01.10 21:58:42.329410 [ 262 ] {5c4562e5-7273-45dc-8595-cda056745a76} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3944 | 2025.01.10 21:58:42.329825 [ 262 ] {5c4562e5-7273-45dc-8595-cda056745a76} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3945 | 2025.01.10 21:58:42.330183 [ 127 ] {} <Debug> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3946 | 2025.01.10 21:58:42.330300 [ 127 ] {} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3947 | 2025.01.10 21:58:42.330354 [ 192 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1723 rows, containing 5 columns (5 merged, 0 gathered) in 0.00592935 sec., 290588.34442223853 rows/sec., 22.03 MiB/sec. | ||
| 3948 | 2025.01.10 21:58:42.330399 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3949 | 2025.01.10 21:58:42.330516 [ 262 ] {5c4562e5-7273-45dc-8595-cda056745a76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00513 sec., 1169.5906432748538 rows/sec., 61.11 KiB/sec. | ||
| 3950 | 2025.01.10 21:58:42.330860 [ 262 ] {5c4562e5-7273-45dc-8595-cda056745a76} <Debug> TCPHandler: Processed in 0.006218009 sec. | ||
| 3951 | 2025.01.10 21:58:42.331028 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 3952 | 2025.01.10 21:58:42.331025 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3953 | 2025.01.10 21:58:42.331164 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3954 | 2025.01.10 21:58:42.331384 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3955 | 2025.01.10 21:58:42.331500 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 3956 | 2025.01.10 21:58:42.331580 [ 260 ] {781969d0-6be7-4e2e-a31e-bc1c3f801e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3957 | 2025.01.10 21:58:42.331797 [ 260 ] {781969d0-6be7-4e2e-a31e-bc1c3f801e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3958 | 2025.01.10 21:58:42.332024 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 3959 | 2025.01.10 21:58:42.332495 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 3960 | 2025.01.10 21:58:42.333086 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2025.01.10 21:58:42.333076 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 3962 | 2025.01.10 21:58:42.333633 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 3963 | 2025.01.10 21:58:42.333658 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_26_5} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3964 | 2025.01.10 21:58:42.334020 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::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 | ||
| 3965 | 2025.01.10 21:58:42.334127 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3966 | 2025.01.10 21:58:42.335011 [ 260 ] {781969d0-6be7-4e2e-a31e-bc1c3f801e85} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3967 | 2025.01.10 21:58:42.335082 [ 260 ] {781969d0-6be7-4e2e-a31e-bc1c3f801e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3968 | 2025.01.10 21:58:42.336169 [ 260 ] {781969d0-6be7-4e2e-a31e-bc1c3f801e85} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3969 | 2025.01.10 21:58:42.336657 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006108135 sec., 10805.262162673222 rows/sec., 564.53 KiB/sec. | ||
| 3970 | 2025.01.10 21:58:42.336787 [ 260 ] {781969d0-6be7-4e2e-a31e-bc1c3f801e85} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3971 | 2025.01.10 21:58:42.336861 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3972 | 2025.01.10 21:58:42.337124 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3973 | 2025.01.10 21:58:42.337280 [ 260 ] {781969d0-6be7-4e2e-a31e-bc1c3f801e85} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005823 sec., 30396.70273055126 rows/sec., 2.00 MiB/sec. | ||
| 3974 | 2025.01.10 21:58:42.337301 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2025.01.10 21:58:42.337502 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3976 | 2025.01.10 21:58:42.337539 [ 260 ] {781969d0-6be7-4e2e-a31e-bc1c3f801e85} <Debug> TCPHandler: Processed in 0.006544478 sec. | ||
| 3977 | 2025.01.10 21:58:42.337730 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_11_2} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2025.01.10 21:58:42.337879 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3979 | 2025.01.10 21:58:42.337963 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::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 | ||
| 3980 | 2025.01.10 21:58:42.338033 [ 192 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_11_2} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3981 | 2025.01.10 21:58:42.338271 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3982 | 2025.01.10 21:58:42.338282 [ 262 ] {3fdf993c-18e2-45c7-901e-08ba76c5ba1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3983 | 2025.01.10 21:58:42.338447 [ 262 ] {3fdf993c-18e2-45c7-901e-08ba76c5ba1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3984 | 2025.01.10 21:58:42.338464 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3985 | 2025.01.10 21:58:42.338581 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6333 rows starting from the beginning of the part | ||
| 3986 | 2025.01.10 21:58:42.338954 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3987 | 2025.01.10 21:58:42.339305 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 100 rows starting from the beginning of the part | ||
| 3988 | 2025.01.10 21:58:42.339615 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 177 rows starting from the beginning of the part | ||
| 3989 | 2025.01.10 21:58:42.339816 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 101 rows starting from the beginning of the part | ||
| 3990 | 2025.01.10 21:58:42.340077 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 177 rows starting from the beginning of the part | ||
| 3991 | 2025.01.10 21:58:42.340856 [ 262 ] {3fdf993c-18e2-45c7-901e-08ba76c5ba1d} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.01.10 21:58:42.340933 [ 262 ] {3fdf993c-18e2-45c7-901e-08ba76c5ba1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 3993 | 2025.01.10 21:58:42.341591 [ 262 ] {3fdf993c-18e2-45c7-901e-08ba76c5ba1d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3994 | 2025.01.10 21:58:42.342137 [ 262 ] {3fdf993c-18e2-45c7-901e-08ba76c5ba1d} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2025.01.10 21:58:42.342703 [ 262 ] {3fdf993c-18e2-45c7-901e-08ba76c5ba1d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00457 sec., 218.8183807439825 rows/sec., 14.74 KiB/sec. | ||
| 3996 | 2025.01.10 21:58:42.342869 [ 262 ] {3fdf993c-18e2-45c7-901e-08ba76c5ba1d} <Debug> TCPHandler: Processed in 0.005188429 sec. | ||
| 3997 | 2025.01.10 21:58:42.343033 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3998 | 2025.01.10 21:58:42.343169 [ 260 ] {4674bc9d-5bfe-4606-8352-cd9d0ed46319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3999 | 2025.01.10 21:58:42.343294 [ 260 ] {4674bc9d-5bfe-4606-8352-cd9d0ed46319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4000 | 2025.01.10 21:58:42.344479 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6948 rows, containing 5 columns (5 merged, 0 gathered) in 0.006833326 sec., 1016781.5789851092 rows/sec., 68.10 MiB/sec. | ||
| 4001 | 2025.01.10 21:58:42.345072 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4002 | 2025.01.10 21:58:42.345682 [ 260 ] {4674bc9d-5bfe-4606-8352-cd9d0ed46319} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4003 | 2025.01.10 21:58:42.345739 [ 260 ] {4674bc9d-5bfe-4606-8352-cd9d0ed46319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4004 | 2025.01.10 21:58:42.345773 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4005 | 2025.01.10 21:58:42.345993 [ 193 ] {5116be86-6508-447c-92e8-12223e638356::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4006 | 2025.01.10 21:58:42.346161 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
| 4007 | 2025.01.10 21:58:42.346711 [ 260 ] {4674bc9d-5bfe-4606-8352-cd9d0ed46319} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4008 | 2025.01.10 21:58:42.346971 [ 260 ] {4674bc9d-5bfe-4606-8352-cd9d0ed46319} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4009 | 2025.01.10 21:58:42.347232 [ 260 ] {4674bc9d-5bfe-4606-8352-cd9d0ed46319} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004087 sec., 3180.8172253486664 rows/sec., 5.70 MiB/sec. | ||
| 4010 | 2025.01.10 21:58:42.347434 [ 260 ] {4674bc9d-5bfe-4606-8352-cd9d0ed46319} <Debug> TCPHandler: Processed in 0.004472969 sec. | ||
| 4011 | 2025.01.10 21:58:42.347603 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4012 | 2025.01.10 21:58:42.347741 [ 262 ] {6f845308-fb5d-4c2d-8867-cb94815b2d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4013 | 2025.01.10 21:58:42.347800 [ 262 ] {6f845308-fb5d-4c2d-8867-cb94815b2d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4014 | 2025.01.10 21:58:42.348372 [ 262 ] {6f845308-fb5d-4c2d-8867-cb94815b2d4f} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2025.01.10 21:58:42.348420 [ 262 ] {6f845308-fb5d-4c2d-8867-cb94815b2d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4016 | 2025.01.10 21:58:42.348796 [ 262 ] {6f845308-fb5d-4c2d-8867-cb94815b2d4f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4017 | 2025.01.10 21:58:42.349030 [ 262 ] {6f845308-fb5d-4c2d-8867-cb94815b2d4f} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2025.01.10 21:58:42.349190 [ 127 ] {} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4019 | 2025.01.10 21:58:42.349256 [ 127 ] {} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4020 | 2025.01.10 21:58:42.349295 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4021 | 2025.01.10 21:58:42.349302 [ 262 ] {6f845308-fb5d-4c2d-8867-cb94815b2d4f} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001582 sec., 32869.78508217446 rows/sec., 2.04 MiB/sec. | ||
| 4022 | 2025.01.10 21:58:42.349493 [ 262 ] {6f845308-fb5d-4c2d-8867-cb94815b2d4f} <Debug> TCPHandler: Processed in 0.001952507 sec. | ||
| 4023 | 2025.01.10 21:58:42.349565 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 4024 | 2025.01.10 21:58:42.349759 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4025 | 2025.01.10 21:58:42.349790 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 744 rows starting from the beginning of the part | ||
| 4026 | 2025.01.10 21:58:42.349878 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 18 rows starting from the beginning of the part | ||
| 4027 | 2025.01.10 21:58:42.350073 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 4028 | 2025.01.10 21:58:42.350288 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part | ||
| 4029 | 2025.01.10 21:58:42.350422 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
| 4030 | 2025.01.10 21:58:42.350554 [ 200 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 52 rows starting from the beginning of the part | ||
| 4031 | 2025.01.10 21:58:42.351759 [ 191 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 926 rows, containing 4 columns (4 merged, 0 gathered) in 0.002379309 sec., 389188.6257732812 rows/sec., 25.08 MiB/sec. | ||
| 4032 | 2025.01.10 21:58:42.352096 [ 191 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4033 | 2025.01.10 21:58:42.352575 [ 191 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4034 | 2025.01.10 21:58:42.352661 [ 191 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_26_5} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4035 | 2025.01.10 21:58:42.352753 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 4036 | 2025.01.10 21:58:45.872643 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4037 | 2025.01.10 21:58:45.872718 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4038 | 2025.01.10 21:58:46.028002 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 4039 | 2025.01.10 21:58:46.028628 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4040 | 2025.01.10 21:58:46.028668 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4041 | 2025.01.10 21:58:46.029204 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4042 | 2025.01.10 21:58:46.029460 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4043 | 2025.01.10 21:58:46.029721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4044 | 2025.01.10 21:58:46.581646 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4045 | 2025.01.10 21:58:46.600909 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2025.01.10 21:58:46.600951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4047 | 2025.01.10 21:58:46.608231 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4048 | 2025.01.10 21:58:46.608968 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2025.01.10 21:58:46.611502 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4050 | 2025.01.10 21:58:47.298597 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4051 | 2025.01.10 21:58:47.298805 [ 262 ] {9a4200a7-ea0f-4c21-b60b-2a389ff81b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4052 | 2025.01.10 21:58:47.298884 [ 262 ] {9a4200a7-ea0f-4c21-b60b-2a389ff81b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4053 | 2025.01.10 21:58:47.299749 [ 262 ] {9a4200a7-ea0f-4c21-b60b-2a389ff81b2a} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4054 | 2025.01.10 21:58:47.299794 [ 262 ] {9a4200a7-ea0f-4c21-b60b-2a389ff81b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4055 | 2025.01.10 21:58:47.300227 [ 262 ] {9a4200a7-ea0f-4c21-b60b-2a389ff81b2a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4056 | 2025.01.10 21:58:47.300494 [ 262 ] {9a4200a7-ea0f-4c21-b60b-2a389ff81b2a} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4057 | 2025.01.10 21:58:47.300705 [ 262 ] {9a4200a7-ea0f-4c21-b60b-2a389ff81b2a} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001957 sec., 39856.9238630557 rows/sec., 3.42 MiB/sec. | ||
| 4058 | 2025.01.10 21:58:47.300769 [ 262 ] {9a4200a7-ea0f-4c21-b60b-2a389ff81b2a} <Debug> TCPHandler: Processed in 0.002303646 sec. | ||
| 4059 | 2025.01.10 21:58:47.301037 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4060 | 2025.01.10 21:58:47.301253 [ 260 ] {67f313ff-5e0a-4f3a-953c-b8a7fd5af412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4061 | 2025.01.10 21:58:47.301335 [ 260 ] {67f313ff-5e0a-4f3a-953c-b8a7fd5af412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4062 | 2025.01.10 21:58:47.302113 [ 260 ] {67f313ff-5e0a-4f3a-953c-b8a7fd5af412} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4063 | 2025.01.10 21:58:47.302160 [ 260 ] {67f313ff-5e0a-4f3a-953c-b8a7fd5af412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4064 | 2025.01.10 21:58:47.302593 [ 260 ] {67f313ff-5e0a-4f3a-953c-b8a7fd5af412} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4065 | 2025.01.10 21:58:47.302852 [ 260 ] {67f313ff-5e0a-4f3a-953c-b8a7fd5af412} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4066 | 2025.01.10 21:58:47.303114 [ 260 ] {67f313ff-5e0a-4f3a-953c-b8a7fd5af412} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001911 sec., 13605.442176870749 rows/sec., 1023.07 KiB/sec. | ||
| 4067 | 2025.01.10 21:58:47.303329 [ 260 ] {67f313ff-5e0a-4f3a-953c-b8a7fd5af412} <Debug> TCPHandler: Processed in 0.00243139 sec. | ||
| 4068 | 2025.01.10 21:58:47.303556 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4069 | 2025.01.10 21:58:47.303784 [ 262 ] {445d6b42-adbb-49bd-a643-9b59c995847a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4070 | 2025.01.10 21:58:47.303876 [ 262 ] {445d6b42-adbb-49bd-a643-9b59c995847a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4071 | 2025.01.10 21:58:47.304842 [ 262 ] {445d6b42-adbb-49bd-a643-9b59c995847a} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4072 | 2025.01.10 21:58:47.304883 [ 262 ] {445d6b42-adbb-49bd-a643-9b59c995847a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4073 | 2025.01.10 21:58:47.305240 [ 262 ] {445d6b42-adbb-49bd-a643-9b59c995847a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4074 | 2025.01.10 21:58:47.305472 [ 262 ] {445d6b42-adbb-49bd-a643-9b59c995847a} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4075 | 2025.01.10 21:58:47.305676 [ 262 ] {445d6b42-adbb-49bd-a643-9b59c995847a} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001949 sec., 27706.516162134427 rows/sec., 2.16 MiB/sec. | ||
| 4076 | 2025.01.10 21:58:47.305727 [ 262 ] {445d6b42-adbb-49bd-a643-9b59c995847a} <Debug> TCPHandler: Processed in 0.002284956 sec. | ||
| 4077 | 2025.01.10 21:58:47.305877 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4078 | 2025.01.10 21:58:47.306001 [ 260 ] {60c89620-2c24-47b6-a278-b01484e362a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4079 | 2025.01.10 21:58:47.306060 [ 260 ] {60c89620-2c24-47b6-a278-b01484e362a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4080 | 2025.01.10 21:58:47.306605 [ 260 ] {60c89620-2c24-47b6-a278-b01484e362a1} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2025.01.10 21:58:47.306641 [ 260 ] {60c89620-2c24-47b6-a278-b01484e362a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4082 | 2025.01.10 21:58:47.307029 [ 260 ] {60c89620-2c24-47b6-a278-b01484e362a1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4083 | 2025.01.10 21:58:47.307277 [ 260 ] {60c89620-2c24-47b6-a278-b01484e362a1} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4084 | 2025.01.10 21:58:47.307451 [ 260 ] {60c89620-2c24-47b6-a278-b01484e362a1} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00148 sec., 67567.56756756757 rows/sec., 4.68 MiB/sec. | ||
| 4085 | 2025.01.10 21:58:47.307500 [ 260 ] {60c89620-2c24-47b6-a278-b01484e362a1} <Debug> TCPHandler: Processed in 0.001680018 sec. | ||
| 4086 | 2025.01.10 21:58:47.307635 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4087 | 2025.01.10 21:58:47.307754 [ 262 ] {073c980f-3eb6-4ca7-98f6-da99ad3e9257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4088 | 2025.01.10 21:58:47.307834 [ 262 ] {073c980f-3eb6-4ca7-98f6-da99ad3e9257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4089 | 2025.01.10 21:58:47.308984 [ 262 ] {073c980f-3eb6-4ca7-98f6-da99ad3e9257} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4090 | 2025.01.10 21:58:47.309023 [ 262 ] {073c980f-3eb6-4ca7-98f6-da99ad3e9257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4091 | 2025.01.10 21:58:47.309653 [ 262 ] {073c980f-3eb6-4ca7-98f6-da99ad3e9257} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4092 | 2025.01.10 21:58:47.309906 [ 262 ] {073c980f-3eb6-4ca7-98f6-da99ad3e9257} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2025.01.10 21:58:47.310162 [ 262 ] {073c980f-3eb6-4ca7-98f6-da99ad3e9257} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002431 sec., 10695.187165775402 rows/sec., 19.17 MiB/sec. | ||
| 4094 | 2025.01.10 21:58:47.310253 [ 262 ] {073c980f-3eb6-4ca7-98f6-da99ad3e9257} <Debug> TCPHandler: Processed in 0.002672197 sec. | ||
| 4095 | 2025.01.10 21:58:47.310416 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4096 | 2025.01.10 21:58:47.310553 [ 260 ] {2a547803-4701-407e-a85f-7328cdc209a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4097 | 2025.01.10 21:58:47.310614 [ 260 ] {2a547803-4701-407e-a85f-7328cdc209a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4098 | 2025.01.10 21:58:47.311182 [ 260 ] {2a547803-4701-407e-a85f-7328cdc209a2} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4099 | 2025.01.10 21:58:47.311225 [ 260 ] {2a547803-4701-407e-a85f-7328cdc209a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4100 | 2025.01.10 21:58:47.311647 [ 260 ] {2a547803-4701-407e-a85f-7328cdc209a2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4101 | 2025.01.10 21:58:47.311880 [ 260 ] {2a547803-4701-407e-a85f-7328cdc209a2} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4102 | 2025.01.10 21:58:47.312091 [ 260 ] {2a547803-4701-407e-a85f-7328cdc209a2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001561 sec., 19218.449711723253 rows/sec., 1.32 MiB/sec. | ||
| 4103 | 2025.01.10 21:58:47.312252 [ 260 ] {2a547803-4701-407e-a85f-7328cdc209a2} <Debug> TCPHandler: Processed in 0.001895354 sec. | ||
| 4104 | 2025.01.10 21:58:48.731885 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4105 | 2025.01.10 21:58:48.732066 [ 262 ] {07c0ccd7-331a-49e4-9170-50b404fc69c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4106 | 2025.01.10 21:58:48.732133 [ 262 ] {07c0ccd7-331a-49e4-9170-50b404fc69c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4107 | 2025.01.10 21:58:48.732884 [ 262 ] {07c0ccd7-331a-49e4-9170-50b404fc69c9} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2025.01.10 21:58:48.732929 [ 262 ] {07c0ccd7-331a-49e4-9170-50b404fc69c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4109 | 2025.01.10 21:58:48.733340 [ 262 ] {07c0ccd7-331a-49e4-9170-50b404fc69c9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4110 | 2025.01.10 21:58:48.733593 [ 262 ] {07c0ccd7-331a-49e4-9170-50b404fc69c9} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.01.10 21:58:48.733827 [ 262 ] {07c0ccd7-331a-49e4-9170-50b404fc69c9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00181 sec., 7734.806629834255 rows/sec., 556.80 KiB/sec. | ||
| 4112 | 2025.01.10 21:58:48.733884 [ 262 ] {07c0ccd7-331a-49e4-9170-50b404fc69c9} <Debug> TCPHandler: Processed in 0.00211979 sec. | ||
| 4113 | 2025.01.10 21:58:48.734193 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4114 | 2025.01.10 21:58:48.734410 [ 260 ] {23088e51-7dd7-46ff-a834-e9150ae811ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4115 | 2025.01.10 21:58:48.734494 [ 260 ] {23088e51-7dd7-46ff-a834-e9150ae811ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4116 | 2025.01.10 21:58:48.735257 [ 260 ] {23088e51-7dd7-46ff-a834-e9150ae811ce} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4117 | 2025.01.10 21:58:48.735307 [ 260 ] {23088e51-7dd7-46ff-a834-e9150ae811ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4118 | 2025.01.10 21:58:48.735713 [ 260 ] {23088e51-7dd7-46ff-a834-e9150ae811ce} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4119 | 2025.01.10 21:58:48.735967 [ 260 ] {23088e51-7dd7-46ff-a834-e9150ae811ce} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4120 | 2025.01.10 21:58:48.736224 [ 260 ] {23088e51-7dd7-46ff-a834-e9150ae811ce} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001863 sec., 6441.2238325281805 rows/sec., 525.24 KiB/sec. | ||
| 4121 | 2025.01.10 21:58:48.736384 [ 260 ] {23088e51-7dd7-46ff-a834-e9150ae811ce} <Debug> TCPHandler: Processed in 0.002337117 sec. | ||
| 4122 | 2025.01.10 21:58:48.736565 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4123 | 2025.01.10 21:58:48.736701 [ 262 ] {7c51d9fe-68e5-4338-be05-41d64cc919d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4124 | 2025.01.10 21:58:48.736759 [ 262 ] {7c51d9fe-68e5-4338-be05-41d64cc919d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4125 | 2025.01.10 21:58:48.738147 [ 262 ] {7c51d9fe-68e5-4338-be05-41d64cc919d0} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4126 | 2025.01.10 21:58:48.738186 [ 262 ] {7c51d9fe-68e5-4338-be05-41d64cc919d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4127 | 2025.01.10 21:58:48.738625 [ 262 ] {7c51d9fe-68e5-4338-be05-41d64cc919d0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4128 | 2025.01.10 21:58:48.738864 [ 262 ] {7c51d9fe-68e5-4338-be05-41d64cc919d0} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4129 | 2025.01.10 21:58:48.739047 [ 262 ] {7c51d9fe-68e5-4338-be05-41d64cc919d0} <Debug> executeQuery: Read 1345 rows, 114.67 KiB in 0.002376 sec., 566077.4410774411 rows/sec., 47.13 MiB/sec. | ||
| 4130 | 2025.01.10 21:58:48.739098 [ 262 ] {7c51d9fe-68e5-4338-be05-41d64cc919d0} <Debug> TCPHandler: Processed in 0.002599595 sec. | ||
| 4131 | 2025.01.10 21:58:48.739262 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4132 | 2025.01.10 21:58:48.739401 [ 260 ] {447600b7-00b4-46fe-84d2-1f6d5a7f4a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4133 | 2025.01.10 21:58:48.739460 [ 260 ] {447600b7-00b4-46fe-84d2-1f6d5a7f4a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4134 | 2025.01.10 21:58:48.740094 [ 260 ] {447600b7-00b4-46fe-84d2-1f6d5a7f4a01} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2025.01.10 21:58:48.740135 [ 260 ] {447600b7-00b4-46fe-84d2-1f6d5a7f4a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4136 | 2025.01.10 21:58:48.740488 [ 260 ] {447600b7-00b4-46fe-84d2-1f6d5a7f4a01} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4137 | 2025.01.10 21:58:48.740724 [ 260 ] {447600b7-00b4-46fe-84d2-1f6d5a7f4a01} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2025.01.10 21:58:48.740975 [ 260 ] {447600b7-00b4-46fe-84d2-1f6d5a7f4a01} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.001604 sec., 19950.124688279302 rows/sec., 1.38 MiB/sec. | ||
| 4139 | 2025.01.10 21:58:48.741205 [ 260 ] {447600b7-00b4-46fe-84d2-1f6d5a7f4a01} <Debug> TCPHandler: Processed in 0.002000518 sec. | ||
| 4140 | 2025.01.10 21:58:48.741368 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4141 | 2025.01.10 21:58:48.741508 [ 262 ] {39d6fffb-ef20-4d14-9bb3-f8303ee4787c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4142 | 2025.01.10 21:58:48.741565 [ 262 ] {39d6fffb-ef20-4d14-9bb3-f8303ee4787c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4143 | 2025.01.10 21:58:48.742245 [ 262 ] {39d6fffb-ef20-4d14-9bb3-f8303ee4787c} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2025.01.10 21:58:48.742284 [ 262 ] {39d6fffb-ef20-4d14-9bb3-f8303ee4787c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4145 | 2025.01.10 21:58:48.742647 [ 262 ] {39d6fffb-ef20-4d14-9bb3-f8303ee4787c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4146 | 2025.01.10 21:58:48.742879 [ 262 ] {39d6fffb-ef20-4d14-9bb3-f8303ee4787c} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4147 | 2025.01.10 21:58:48.743054 [ 262 ] {39d6fffb-ef20-4d14-9bb3-f8303ee4787c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001578 sec., 153358.68187579216 rows/sec., 10.39 MiB/sec. | ||
| 4148 | 2025.01.10 21:58:48.743104 [ 262 ] {39d6fffb-ef20-4d14-9bb3-f8303ee4787c} <Debug> TCPHandler: Processed in 0.001804662 sec. | ||
| 4149 | 2025.01.10 21:58:48.743261 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4150 | 2025.01.10 21:58:48.743397 [ 260 ] {910fbff8-8f8c-45e6-886c-58c7da0883a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4151 | 2025.01.10 21:58:48.743454 [ 260 ] {910fbff8-8f8c-45e6-886c-58c7da0883a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4152 | 2025.01.10 21:58:48.744059 [ 260 ] {910fbff8-8f8c-45e6-886c-58c7da0883a2} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2025.01.10 21:58:48.744097 [ 260 ] {910fbff8-8f8c-45e6-886c-58c7da0883a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4154 | 2025.01.10 21:58:48.744437 [ 260 ] {910fbff8-8f8c-45e6-886c-58c7da0883a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4155 | 2025.01.10 21:58:48.744680 [ 260 ] {910fbff8-8f8c-45e6-886c-58c7da0883a2} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2025.01.10 21:58:48.744889 [ 260 ] {910fbff8-8f8c-45e6-886c-58c7da0883a2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001521 sec., 8547.008547008547 rows/sec., 532.90 KiB/sec. | ||
| 4157 | 2025.01.10 21:58:48.744942 [ 260 ] {910fbff8-8f8c-45e6-886c-58c7da0883a2} <Debug> TCPHandler: Processed in 0.00174681 sec. | ||
| 4158 | 2025.01.10 21:58:48.745099 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4159 | 2025.01.10 21:58:48.745236 [ 262 ] {c5a4c8c6-856d-4f56-b27a-ff0055ede047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4160 | 2025.01.10 21:58:48.745293 [ 262 ] {c5a4c8c6-856d-4f56-b27a-ff0055ede047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4161 | 2025.01.10 21:58:48.746195 [ 262 ] {c5a4c8c6-856d-4f56-b27a-ff0055ede047} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4162 | 2025.01.10 21:58:48.746233 [ 262 ] {c5a4c8c6-856d-4f56-b27a-ff0055ede047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4163 | 2025.01.10 21:58:48.746618 [ 262 ] {c5a4c8c6-856d-4f56-b27a-ff0055ede047} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4164 | 2025.01.10 21:58:48.746851 [ 262 ] {c5a4c8c6-856d-4f56-b27a-ff0055ede047} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4165 | 2025.01.10 21:58:48.747031 [ 262 ] {c5a4c8c6-856d-4f56-b27a-ff0055ede047} <Debug> executeQuery: Read 827 rows, 61.11 KiB in 0.001826 sec., 452902.5191675794 rows/sec., 32.68 MiB/sec. | ||
| 4166 | 2025.01.10 21:58:48.747082 [ 262 ] {c5a4c8c6-856d-4f56-b27a-ff0055ede047} <Debug> TCPHandler: Processed in 0.002052419 sec. | ||
| 4167 | 2025.01.10 21:58:48.747240 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4168 | 2025.01.10 21:58:48.747377 [ 260 ] {690892df-bc14-4f1f-9c54-f9e5e3a83430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4169 | 2025.01.10 21:58:48.747436 [ 260 ] {690892df-bc14-4f1f-9c54-f9e5e3a83430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4170 | 2025.01.10 21:58:48.747958 [ 260 ] {690892df-bc14-4f1f-9c54-f9e5e3a83430} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4171 | 2025.01.10 21:58:48.747996 [ 260 ] {690892df-bc14-4f1f-9c54-f9e5e3a83430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4172 | 2025.01.10 21:58:48.748347 [ 260 ] {690892df-bc14-4f1f-9c54-f9e5e3a83430} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4173 | 2025.01.10 21:58:48.748578 [ 260 ] {690892df-bc14-4f1f-9c54-f9e5e3a83430} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4174 | 2025.01.10 21:58:48.748785 [ 260 ] {690892df-bc14-4f1f-9c54-f9e5e3a83430} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 4175 | 2025.01.10 21:58:48.748835 [ 260 ] {690892df-bc14-4f1f-9c54-f9e5e3a83430} <Debug> TCPHandler: Processed in 0.001661057 sec. | ||
| 4176 | 2025.01.10 21:58:48.748989 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4177 | 2025.01.10 21:58:48.749128 [ 262 ] {213822b6-dcd0-4b5a-9df8-ea427dcf67fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4178 | 2025.01.10 21:58:48.749191 [ 262 ] {213822b6-dcd0-4b5a-9df8-ea427dcf67fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4179 | 2025.01.10 21:58:48.750008 [ 262 ] {213822b6-dcd0-4b5a-9df8-ea427dcf67fd} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4180 | 2025.01.10 21:58:48.750045 [ 262 ] {213822b6-dcd0-4b5a-9df8-ea427dcf67fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4181 | 2025.01.10 21:58:48.750482 [ 262 ] {213822b6-dcd0-4b5a-9df8-ea427dcf67fd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4182 | 2025.01.10 21:58:48.750721 [ 262 ] {213822b6-dcd0-4b5a-9df8-ea427dcf67fd} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4183 | 2025.01.10 21:58:48.750906 [ 262 ] {213822b6-dcd0-4b5a-9df8-ea427dcf67fd} <Debug> executeQuery: Read 969 rows, 65.95 KiB in 0.001809 sec., 535655.0580431178 rows/sec., 35.60 MiB/sec. | ||
| 4184 | 2025.01.10 21:58:48.750955 [ 262 ] {213822b6-dcd0-4b5a-9df8-ea427dcf67fd} <Debug> TCPHandler: Processed in 0.002033039 sec. | ||
| 4185 | 2025.01.10 21:58:48.751108 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4186 | 2025.01.10 21:58:48.751244 [ 260 ] {994af2a9-3b0d-471e-a454-324543009423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4187 | 2025.01.10 21:58:48.751306 [ 260 ] {994af2a9-3b0d-471e-a454-324543009423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4188 | 2025.01.10 21:58:48.751830 [ 260 ] {994af2a9-3b0d-471e-a454-324543009423} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4189 | 2025.01.10 21:58:48.751869 [ 260 ] {994af2a9-3b0d-471e-a454-324543009423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4190 | 2025.01.10 21:58:48.752225 [ 260 ] {994af2a9-3b0d-471e-a454-324543009423} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4191 | 2025.01.10 21:58:48.752456 [ 260 ] {994af2a9-3b0d-471e-a454-324543009423} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4192 | 2025.01.10 21:58:48.752673 [ 260 ] {994af2a9-3b0d-471e-a454-324543009423} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec. | ||
| 4193 | 2025.01.10 21:58:48.752723 [ 260 ] {994af2a9-3b0d-471e-a454-324543009423} <Debug> TCPHandler: Processed in 0.001680318 sec. | ||
| 4194 | 2025.01.10 21:58:48.752879 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4195 | 2025.01.10 21:58:48.753017 [ 262 ] {13d7a30a-f766-4a52-a613-9b218b8b38a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4196 | 2025.01.10 21:58:48.753109 [ 262 ] {13d7a30a-f766-4a52-a613-9b218b8b38a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4197 | 2025.01.10 21:58:48.754289 [ 262 ] {13d7a30a-f766-4a52-a613-9b218b8b38a7} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4198 | 2025.01.10 21:58:48.754326 [ 262 ] {13d7a30a-f766-4a52-a613-9b218b8b38a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4199 | 2025.01.10 21:58:48.754922 [ 262 ] {13d7a30a-f766-4a52-a613-9b218b8b38a7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4200 | 2025.01.10 21:58:48.755172 [ 262 ] {13d7a30a-f766-4a52-a613-9b218b8b38a7} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4201 | 2025.01.10 21:58:48.755369 [ 262 ] {13d7a30a-f766-4a52-a613-9b218b8b38a7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002384 sec., 5453.020134228188 rows/sec., 9.77 MiB/sec. | ||
| 4202 | 2025.01.10 21:58:48.755460 [ 262 ] {13d7a30a-f766-4a52-a613-9b218b8b38a7} <Debug> TCPHandler: Processed in 0.002645456 sec. | ||
| 4203 | 2025.01.10 21:58:48.755668 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4204 | 2025.01.10 21:58:48.755808 [ 260 ] {2323d40c-c7fe-4241-b07b-7f783ffe98df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4205 | 2025.01.10 21:58:48.755869 [ 260 ] {2323d40c-c7fe-4241-b07b-7f783ffe98df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4206 | 2025.01.10 21:58:48.756431 [ 260 ] {2323d40c-c7fe-4241-b07b-7f783ffe98df} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4207 | 2025.01.10 21:58:48.756477 [ 260 ] {2323d40c-c7fe-4241-b07b-7f783ffe98df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4208 | 2025.01.10 21:58:48.756858 [ 260 ] {2323d40c-c7fe-4241-b07b-7f783ffe98df} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4209 | 2025.01.10 21:58:48.757092 [ 260 ] {2323d40c-c7fe-4241-b07b-7f783ffe98df} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4210 | 2025.01.10 21:58:48.757301 [ 260 ] {2323d40c-c7fe-4241-b07b-7f783ffe98df} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.001523 sec., 22324.35981615233 rows/sec., 1.30 MiB/sec. | ||
| 4211 | 2025.01.10 21:58:48.757348 [ 260 ] {2323d40c-c7fe-4241-b07b-7f783ffe98df} <Debug> TCPHandler: Processed in 0.00174671 sec. | ||
| 4212 | 2025.01.10 21:58:51.060871 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 604 | ||
| 4213 | 2025.01.10 21:58:51.064519 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2025.01.10 21:58:51.064568 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4215 | 2025.01.10 21:58:51.066046 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4216 | 2025.01.10 21:58:51.066342 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2025.01.10 21:58:51.066880 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604 | ||
| 4218 | 2025.01.10 21:58:52.294783 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4219 | 2025.01.10 21:58:52.294988 [ 262 ] {c524816c-77fe-485d-b08e-e92566c5469a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4220 | 2025.01.10 21:58:52.295065 [ 262 ] {c524816c-77fe-485d-b08e-e92566c5469a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4221 | 2025.01.10 21:58:52.295896 [ 262 ] {c524816c-77fe-485d-b08e-e92566c5469a} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4222 | 2025.01.10 21:58:52.295942 [ 262 ] {c524816c-77fe-485d-b08e-e92566c5469a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4223 | 2025.01.10 21:58:52.296363 [ 262 ] {c524816c-77fe-485d-b08e-e92566c5469a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4224 | 2025.01.10 21:58:52.296618 [ 262 ] {c524816c-77fe-485d-b08e-e92566c5469a} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4225 | 2025.01.10 21:58:52.296851 [ 262 ] {c524816c-77fe-485d-b08e-e92566c5469a} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00192 sec., 13541.666666666666 rows/sec., 1.01 MiB/sec. | ||
| 4226 | 2025.01.10 21:58:52.296909 [ 262 ] {c524816c-77fe-485d-b08e-e92566c5469a} <Debug> TCPHandler: Processed in 0.002245244 sec. | ||
| 4227 | 2025.01.10 21:58:52.297169 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4228 | 2025.01.10 21:58:52.297381 [ 260 ] {e950b5f6-6ef2-4665-855b-8d4a0d8d098c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4229 | 2025.01.10 21:58:52.297461 [ 260 ] {e950b5f6-6ef2-4665-855b-8d4a0d8d098c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4230 | 2025.01.10 21:58:52.298245 [ 260 ] {e950b5f6-6ef2-4665-855b-8d4a0d8d098c} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4231 | 2025.01.10 21:58:52.298288 [ 260 ] {e950b5f6-6ef2-4665-855b-8d4a0d8d098c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4232 | 2025.01.10 21:58:52.298724 [ 260 ] {e950b5f6-6ef2-4665-855b-8d4a0d8d098c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4233 | 2025.01.10 21:58:52.298969 [ 260 ] {e950b5f6-6ef2-4665-855b-8d4a0d8d098c} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4234 | 2025.01.10 21:58:52.299167 [ 260 ] {e950b5f6-6ef2-4665-855b-8d4a0d8d098c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001845 sec., 15176.151761517614 rows/sec., 1.18 MiB/sec. | ||
| 4235 | 2025.01.10 21:58:52.299221 [ 260 ] {e950b5f6-6ef2-4665-855b-8d4a0d8d098c} <Debug> TCPHandler: Processed in 0.002196083 sec. | ||
| 4236 | 2025.01.10 21:58:52.299386 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4237 | 2025.01.10 21:58:52.299527 [ 262 ] {114c3ab4-0f0c-4707-911b-09f86afbbb45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4238 | 2025.01.10 21:58:52.299590 [ 262 ] {114c3ab4-0f0c-4707-911b-09f86afbbb45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4239 | 2025.01.10 21:58:52.300188 [ 262 ] {114c3ab4-0f0c-4707-911b-09f86afbbb45} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4240 | 2025.01.10 21:58:52.300228 [ 262 ] {114c3ab4-0f0c-4707-911b-09f86afbbb45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4241 | 2025.01.10 21:58:52.300622 [ 262 ] {114c3ab4-0f0c-4707-911b-09f86afbbb45} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4242 | 2025.01.10 21:58:52.300867 [ 262 ] {114c3ab4-0f0c-4707-911b-09f86afbbb45} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4243 | 2025.01.10 21:58:52.301079 [ 262 ] {114c3ab4-0f0c-4707-911b-09f86afbbb45} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.63 MiB/sec. | ||
| 4244 | 2025.01.10 21:58:52.301132 [ 262 ] {114c3ab4-0f0c-4707-911b-09f86afbbb45} <Debug> TCPHandler: Processed in 0.001814072 sec. | ||
| 4245 | 2025.01.10 21:58:52.301306 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4246 | 2025.01.10 21:58:52.301446 [ 260 ] {7564b474-360e-4115-a8c7-85fbef0c4c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4247 | 2025.01.10 21:58:52.301508 [ 260 ] {7564b474-360e-4115-a8c7-85fbef0c4c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4248 | 2025.01.10 21:58:52.302036 [ 260 ] {7564b474-360e-4115-a8c7-85fbef0c4c78} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4249 | 2025.01.10 21:58:52.302074 [ 260 ] {7564b474-360e-4115-a8c7-85fbef0c4c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4250 | 2025.01.10 21:58:52.302447 [ 260 ] {7564b474-360e-4115-a8c7-85fbef0c4c78} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4251 | 2025.01.10 21:58:52.302681 [ 260 ] {7564b474-360e-4115-a8c7-85fbef0c4c78} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4252 | 2025.01.10 21:58:52.302856 [ 260 ] {7564b474-360e-4115-a8c7-85fbef0c4c78} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001441 sec., 12491.325468424706 rows/sec., 876.26 KiB/sec. | ||
| 4253 | 2025.01.10 21:58:52.302904 [ 260 ] {7564b474-360e-4115-a8c7-85fbef0c4c78} <Debug> TCPHandler: Processed in 0.001669768 sec. | ||
| 4254 | 2025.01.10 21:58:53.529866 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4255 | 2025.01.10 21:58:53.530488 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.01.10 21:58:53.530532 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4257 | 2025.01.10 21:58:53.531140 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4258 | 2025.01.10 21:58:53.531401 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.01.10 21:58:53.531646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4260 | 2025.01.10 21:58:54.111603 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4261 | 2025.01.10 21:58:54.131857 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2025.01.10 21:58:54.131899 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4263 | 2025.01.10 21:58:54.139476 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4264 | 2025.01.10 21:58:54.140231 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2025.01.10 21:58:54.142653 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4266 | 2025.01.10 21:58:57.297872 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4267 | 2025.01.10 21:58:57.298057 [ 262 ] {bfe9fe5c-c0f9-4d80-a72b-11298c26d824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4268 | 2025.01.10 21:58:57.298134 [ 262 ] {bfe9fe5c-c0f9-4d80-a72b-11298c26d824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4269 | 2025.01.10 21:58:57.299017 [ 262 ] {bfe9fe5c-c0f9-4d80-a72b-11298c26d824} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4270 | 2025.01.10 21:58:57.299059 [ 262 ] {bfe9fe5c-c0f9-4d80-a72b-11298c26d824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4271 | 2025.01.10 21:58:57.299499 [ 262 ] {bfe9fe5c-c0f9-4d80-a72b-11298c26d824} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4272 | 2025.01.10 21:58:57.299751 [ 262 ] {bfe9fe5c-c0f9-4d80-a72b-11298c26d824} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4273 | 2025.01.10 21:58:57.299996 [ 262 ] {bfe9fe5c-c0f9-4d80-a72b-11298c26d824} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001993 sec., 39136.97942799799 rows/sec., 3.36 MiB/sec. | ||
| 4274 | 2025.01.10 21:58:57.300053 [ 262 ] {bfe9fe5c-c0f9-4d80-a72b-11298c26d824} <Debug> TCPHandler: Processed in 0.002299256 sec. | ||
| 4275 | 2025.01.10 21:58:57.300331 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4276 | 2025.01.10 21:58:57.300548 [ 260 ] {a8047ea0-409f-43ce-bad4-f4546b5259de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4277 | 2025.01.10 21:58:57.300630 [ 260 ] {a8047ea0-409f-43ce-bad4-f4546b5259de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4278 | 2025.01.10 21:58:57.301411 [ 260 ] {a8047ea0-409f-43ce-bad4-f4546b5259de} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4279 | 2025.01.10 21:58:57.301452 [ 260 ] {a8047ea0-409f-43ce-bad4-f4546b5259de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4280 | 2025.01.10 21:58:57.301881 [ 260 ] {a8047ea0-409f-43ce-bad4-f4546b5259de} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4281 | 2025.01.10 21:58:57.302127 [ 260 ] {a8047ea0-409f-43ce-bad4-f4546b5259de} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4282 | 2025.01.10 21:58:57.302266 [ 98 ] {} <Debug> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4283 | 2025.01.10 21:58:57.302312 [ 98 ] {} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2025.01.10 21:58:57.302334 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4285 | 2025.01.10 21:58:57.302340 [ 260 ] {a8047ea0-409f-43ce-bad4-f4546b5259de} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001853 sec., 14031.300593631948 rows/sec., 1.03 MiB/sec. | ||
| 4286 | 2025.01.10 21:58:57.302494 [ 260 ] {a8047ea0-409f-43ce-bad4-f4546b5259de} <Debug> TCPHandler: Processed in 0.002295326 sec. | ||
| 4287 | 2025.01.10 21:58:57.302690 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::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 | ||
| 4288 | 2025.01.10 21:58:57.302774 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4289 | 2025.01.10 21:58:57.302925 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4290 | 2025.01.10 21:58:57.303005 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 54 rows starting from the beginning of the part | ||
| 4291 | 2025.01.10 21:58:57.303029 [ 262 ] {10248f94-8439-43d7-b634-8bd8665489e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4292 | 2025.01.10 21:58:57.303125 [ 262 ] {10248f94-8439-43d7-b634-8bd8665489e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4293 | 2025.01.10 21:58:57.303164 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part | ||
| 4294 | 2025.01.10 21:58:57.303667 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 4295 | 2025.01.10 21:58:57.303994 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4296 | 2025.01.10 21:58:57.304365 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
| 4297 | 2025.01.10 21:58:57.304694 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4298 | 2025.01.10 21:58:57.305744 [ 262 ] {10248f94-8439-43d7-b634-8bd8665489e6} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4299 | 2025.01.10 21:58:57.305798 [ 262 ] {10248f94-8439-43d7-b634-8bd8665489e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4300 | 2025.01.10 21:58:57.306461 [ 262 ] {10248f94-8439-43d7-b634-8bd8665489e6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4301 | 2025.01.10 21:58:57.306639 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.00419302 sec., 44359.43544271193 rows/sec., 3.35 MiB/sec. | ||
| 4302 | 2025.01.10 21:58:57.306898 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4303 | 2025.01.10 21:58:57.306904 [ 262 ] {10248f94-8439-43d7-b634-8bd8665489e6} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2025.01.10 21:58:57.307331 [ 262 ] {10248f94-8439-43d7-b634-8bd8665489e6} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.004366 sec., 12368.300503893724 rows/sec., 989.09 KiB/sec. | ||
| 4305 | 2025.01.10 21:58:57.307474 [ 262 ] {10248f94-8439-43d7-b634-8bd8665489e6} <Debug> TCPHandler: Processed in 0.00485572 sec. | ||
| 4306 | 2025.01.10 21:58:57.307517 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4307 | 2025.01.10 21:58:57.307629 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_20_4} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4308 | 2025.01.10 21:58:57.307646 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4309 | 2025.01.10 21:58:57.307729 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4310 | 2025.01.10 21:58:57.307783 [ 260 ] {b7be22f5-ef13-47db-89a8-ae6c9e7a2e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4311 | 2025.01.10 21:58:57.307836 [ 260 ] {b7be22f5-ef13-47db-89a8-ae6c9e7a2e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4312 | 2025.01.10 21:58:57.308391 [ 260 ] {b7be22f5-ef13-47db-89a8-ae6c9e7a2e31} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4313 | 2025.01.10 21:58:57.308429 [ 260 ] {b7be22f5-ef13-47db-89a8-ae6c9e7a2e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4314 | 2025.01.10 21:58:57.308818 [ 260 ] {b7be22f5-ef13-47db-89a8-ae6c9e7a2e31} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4315 | 2025.01.10 21:58:57.309062 [ 260 ] {b7be22f5-ef13-47db-89a8-ae6c9e7a2e31} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4316 | 2025.01.10 21:58:57.309242 [ 260 ] {b7be22f5-ef13-47db-89a8-ae6c9e7a2e31} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001488 sec., 67204.30107526881 rows/sec., 4.66 MiB/sec. | ||
| 4317 | 2025.01.10 21:58:57.309293 [ 260 ] {b7be22f5-ef13-47db-89a8-ae6c9e7a2e31} <Debug> TCPHandler: Processed in 0.001709439 sec. | ||
| 4318 | 2025.01.10 21:58:57.309457 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4319 | 2025.01.10 21:58:57.309576 [ 262 ] {d6782fb0-5fc7-4c34-a252-2725aa5788b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4320 | 2025.01.10 21:58:57.309658 [ 262 ] {d6782fb0-5fc7-4c34-a252-2725aa5788b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4321 | 2025.01.10 21:58:57.310810 [ 262 ] {d6782fb0-5fc7-4c34-a252-2725aa5788b6} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4322 | 2025.01.10 21:58:57.310850 [ 262 ] {d6782fb0-5fc7-4c34-a252-2725aa5788b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4323 | 2025.01.10 21:58:57.311506 [ 262 ] {d6782fb0-5fc7-4c34-a252-2725aa5788b6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4324 | 2025.01.10 21:58:57.311776 [ 262 ] {d6782fb0-5fc7-4c34-a252-2725aa5788b6} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4325 | 2025.01.10 21:58:57.312025 [ 262 ] {d6782fb0-5fc7-4c34-a252-2725aa5788b6} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002474 sec., 10509.296685529507 rows/sec., 18.83 MiB/sec. | ||
| 4326 | 2025.01.10 21:58:57.312117 [ 262 ] {d6782fb0-5fc7-4c34-a252-2725aa5788b6} <Debug> TCPHandler: Processed in 0.002717468 sec. | ||
| 4327 | 2025.01.10 21:58:57.312298 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4328 | 2025.01.10 21:58:57.312436 [ 260 ] {764766a2-a78b-48aa-9db1-7d3b42c4d67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4329 | 2025.01.10 21:58:57.312496 [ 260 ] {764766a2-a78b-48aa-9db1-7d3b42c4d67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4330 | 2025.01.10 21:58:57.313079 [ 260 ] {764766a2-a78b-48aa-9db1-7d3b42c4d67d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4331 | 2025.01.10 21:58:57.313116 [ 260 ] {764766a2-a78b-48aa-9db1-7d3b42c4d67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4332 | 2025.01.10 21:58:57.313482 [ 260 ] {764766a2-a78b-48aa-9db1-7d3b42c4d67d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4333 | 2025.01.10 21:58:57.313714 [ 260 ] {764766a2-a78b-48aa-9db1-7d3b42c4d67d} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4334 | 2025.01.10 21:58:57.313897 [ 260 ] {764766a2-a78b-48aa-9db1-7d3b42c4d67d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001492 sec., 20107.23860589812 rows/sec., 1.38 MiB/sec. | ||
| 4335 | 2025.01.10 21:58:57.313944 [ 260 ] {764766a2-a78b-48aa-9db1-7d3b42c4d67d} <Debug> TCPHandler: Processed in 0.0017125 sec. | ||
| 4336 | 2025.01.10 21:59:00.872757 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4337 | 2025.01.10 21:59:00.872817 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4338 | 2025.01.10 21:59:01.031753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4339 | 2025.01.10 21:59:01.032404 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4340 | 2025.01.10 21:59:01.032452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4341 | 2025.01.10 21:59:01.032989 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4342 | 2025.01.10 21:59:01.033260 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2025.01.10 21:59:01.033518 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4344 | 2025.01.10 21:59:01.067184 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 624 | ||
| 4345 | 2025.01.10 21:59:01.070092 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4346 | 2025.01.10 21:59:01.070140 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4347 | 2025.01.10 21:59:01.071688 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4348 | 2025.01.10 21:59:01.071999 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4349 | 2025.01.10 21:59:01.072554 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624 | ||
| 4350 | 2025.01.10 21:59:01.642708 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4351 | 2025.01.10 21:59:01.664148 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4352 | 2025.01.10 21:59:01.664207 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4353 | 2025.01.10 21:59:01.672100 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4354 | 2025.01.10 21:59:01.672925 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4355 | 2025.01.10 21:59:01.675915 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4356 | 2025.01.10 21:59:02.301684 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4357 | 2025.01.10 21:59:02.301917 [ 262 ] {49372cf1-47d5-4e7e-a97f-1998ee95f030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4358 | 2025.01.10 21:59:02.301991 [ 262 ] {49372cf1-47d5-4e7e-a97f-1998ee95f030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4359 | 2025.01.10 21:59:02.302716 [ 262 ] {49372cf1-47d5-4e7e-a97f-1998ee95f030} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4360 | 2025.01.10 21:59:02.302766 [ 262 ] {49372cf1-47d5-4e7e-a97f-1998ee95f030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4361 | 2025.01.10 21:59:02.303221 [ 262 ] {49372cf1-47d5-4e7e-a97f-1998ee95f030} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4362 | 2025.01.10 21:59:02.303476 [ 262 ] {49372cf1-47d5-4e7e-a97f-1998ee95f030} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4363 | 2025.01.10 21:59:02.303685 [ 85 ] {} <Debug> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4364 | 2025.01.10 21:59:02.303723 [ 262 ] {49372cf1-47d5-4e7e-a97f-1998ee95f030} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001858 sec., 7534.983853606028 rows/sec., 542.42 KiB/sec. | ||
| 4365 | 2025.01.10 21:59:02.303781 [ 85 ] {} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4366 | 2025.01.10 21:59:02.303851 [ 262 ] {49372cf1-47d5-4e7e-a97f-1998ee95f030} <Debug> TCPHandler: Processed in 0.002284846 sec. | ||
| 4367 | 2025.01.10 21:59:02.303856 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4368 | 2025.01.10 21:59:02.304121 [ 195 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 4369 | 2025.01.10 21:59:02.304163 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4370 | 2025.01.10 21:59:02.304416 [ 195 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4371 | 2025.01.10 21:59:02.304462 [ 260 ] {de0b9250-d70e-4fe0-8212-65607c30ef65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4372 | 2025.01.10 21:59:02.304490 [ 195 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 4373 | 2025.01.10 21:59:02.304592 [ 260 ] {de0b9250-d70e-4fe0-8212-65607c30ef65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4374 | 2025.01.10 21:59:02.304780 [ 195 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 4375 | 2025.01.10 21:59:02.305299 [ 195 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 4376 | 2025.01.10 21:59:02.305653 [ 195 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 4377 | 2025.01.10 21:59:02.306014 [ 195 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 4378 | 2025.01.10 21:59:02.307520 [ 260 ] {de0b9250-d70e-4fe0-8212-65607c30ef65} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4379 | 2025.01.10 21:59:02.307599 [ 260 ] {de0b9250-d70e-4fe0-8212-65607c30ef65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4380 | 2025.01.10 21:59:02.308588 [ 200 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004600382 sec., 15216.12770417761 rows/sec., 1.13 MiB/sec. | ||
| 4381 | 2025.01.10 21:59:02.308703 [ 260 ] {de0b9250-d70e-4fe0-8212-65607c30ef65} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4382 | 2025.01.10 21:59:02.308783 [ 200 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4383 | 2025.01.10 21:59:02.309189 [ 260 ] {de0b9250-d70e-4fe0-8212-65607c30ef65} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4384 | 2025.01.10 21:59:02.309310 [ 200 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_13_3} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4385 | 2025.01.10 21:59:02.309458 [ 88 ] {} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4386 | 2025.01.10 21:59:02.309571 [ 88 ] {} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4387 | 2025.01.10 21:59:02.309585 [ 200 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_13_3} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4388 | 2025.01.10 21:59:02.309647 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4389 | 2025.01.10 21:59:02.309803 [ 260 ] {de0b9250-d70e-4fe0-8212-65607c30ef65} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.005371 sec., 37050.82852355241 rows/sec., 3.29 MiB/sec. | ||
| 4390 | 2025.01.10 21:59:02.310124 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4391 | 2025.01.10 21:59:02.310182 [ 260 ] {de0b9250-d70e-4fe0-8212-65607c30ef65} <Debug> TCPHandler: Processed in 0.006206379 sec. | ||
| 4392 | 2025.01.10 21:59:02.310325 [ 200 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::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 | ||
| 4393 | 2025.01.10 21:59:02.310475 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4394 | 2025.01.10 21:59:02.310762 [ 200 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4395 | 2025.01.10 21:59:02.310767 [ 262 ] {8e0b6ed9-1ce0-4c07-983f-e84618d4f4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4396 | 2025.01.10 21:59:02.310805 [ 200 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1396 rows starting from the beginning of the part | ||
| 4397 | 2025.01.10 21:59:02.310840 [ 262 ] {8e0b6ed9-1ce0-4c07-983f-e84618d4f4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4398 | 2025.01.10 21:59:02.311104 [ 200 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 78 rows starting from the beginning of the part | ||
| 4399 | 2025.01.10 21:59:02.311386 [ 200 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1345 rows starting from the beginning of the part | ||
| 4400 | 2025.01.10 21:59:02.311751 [ 200 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part | ||
| 4401 | 2025.01.10 21:59:02.312148 [ 200 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part | ||
| 4402 | 2025.01.10 21:59:02.312503 [ 200 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 199 rows starting from the beginning of the part | ||
| 4403 | 2025.01.10 21:59:02.313356 [ 262 ] {8e0b6ed9-1ce0-4c07-983f-e84618d4f4ce} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4404 | 2025.01.10 21:59:02.313401 [ 262 ] {8e0b6ed9-1ce0-4c07-983f-e84618d4f4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4405 | 2025.01.10 21:59:02.313900 [ 262 ] {8e0b6ed9-1ce0-4c07-983f-e84618d4f4ce} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4406 | 2025.01.10 21:59:02.314198 [ 262 ] {8e0b6ed9-1ce0-4c07-983f-e84618d4f4ce} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4407 | 2025.01.10 21:59:02.314396 [ 262 ] {8e0b6ed9-1ce0-4c07-983f-e84618d4f4ce} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.003697 sec., 5409.791723018663 rows/sec., 387.77 KiB/sec. | ||
| 4408 | 2025.01.10 21:59:02.314448 [ 262 ] {8e0b6ed9-1ce0-4c07-983f-e84618d4f4ce} <Debug> TCPHandler: Processed in 0.00414917 sec. | ||
| 4409 | 2025.01.10 21:59:02.314700 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4410 | 2025.01.10 21:59:02.314744 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3122 rows, containing 5 columns (5 merged, 0 gathered) in 0.004953373 sec., 630277.5906437896 rows/sec., 55.23 MiB/sec. | ||
| 4411 | 2025.01.10 21:59:02.314861 [ 260 ] {106f894d-18aa-422c-942d-ec9d1c0b0700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4412 | 2025.01.10 21:59:02.314943 [ 260 ] {106f894d-18aa-422c-942d-ec9d1c0b0700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4413 | 2025.01.10 21:59:02.315047 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4414 | 2025.01.10 21:59:02.315681 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4415 | 2025.01.10 21:59:02.315815 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_31_6} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4416 | 2025.01.10 21:59:02.315986 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 4417 | 2025.01.10 21:59:02.316166 [ 260 ] {106f894d-18aa-422c-942d-ec9d1c0b0700} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2025.01.10 21:59:02.316211 [ 260 ] {106f894d-18aa-422c-942d-ec9d1c0b0700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4419 | 2025.01.10 21:59:02.316567 [ 260 ] {106f894d-18aa-422c-942d-ec9d1c0b0700} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4420 | 2025.01.10 21:59:02.316817 [ 260 ] {106f894d-18aa-422c-942d-ec9d1c0b0700} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4421 | 2025.01.10 21:59:02.317051 [ 260 ] {106f894d-18aa-422c-942d-ec9d1c0b0700} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002223 sec., 6297.795771479981 rows/sec., 441.06 KiB/sec. | ||
| 4422 | 2025.01.10 21:59:02.317166 [ 260 ] {106f894d-18aa-422c-942d-ec9d1c0b0700} <Debug> TCPHandler: Processed in 0.002630066 sec. | ||
| 4423 | 2025.01.10 21:59:02.317335 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4424 | 2025.01.10 21:59:02.317473 [ 262 ] {0a2b63bc-698e-40ae-bd4a-dfcd07ef39bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4425 | 2025.01.10 21:59:02.317530 [ 262 ] {0a2b63bc-698e-40ae-bd4a-dfcd07ef39bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4426 | 2025.01.10 21:59:02.318203 [ 262 ] {0a2b63bc-698e-40ae-bd4a-dfcd07ef39bf} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4427 | 2025.01.10 21:59:02.318243 [ 262 ] {0a2b63bc-698e-40ae-bd4a-dfcd07ef39bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4428 | 2025.01.10 21:59:02.318590 [ 262 ] {0a2b63bc-698e-40ae-bd4a-dfcd07ef39bf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4429 | 2025.01.10 21:59:02.318838 [ 262 ] {0a2b63bc-698e-40ae-bd4a-dfcd07ef39bf} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4430 | 2025.01.10 21:59:02.318954 [ 88 ] {} <Debug> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4431 | 2025.01.10 21:59:02.318989 [ 88 ] {} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4432 | 2025.01.10 21:59:02.319011 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4433 | 2025.01.10 21:59:02.319023 [ 262 ] {0a2b63bc-698e-40ae-bd4a-dfcd07ef39bf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec. | ||
| 4434 | 2025.01.10 21:59:02.319400 [ 195 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 4435 | 2025.01.10 21:59:02.319416 [ 262 ] {0a2b63bc-698e-40ae-bd4a-dfcd07ef39bf} <Debug> TCPHandler: Processed in 0.002142851 sec. | ||
| 4436 | 2025.01.10 21:59:02.319681 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4437 | 2025.01.10 21:59:02.319691 [ 195 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4438 | 2025.01.10 21:59:02.319763 [ 195 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 4439 | 2025.01.10 21:59:02.319982 [ 260 ] {29e3872e-45e1-4803-aa71-7fc3378b97f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4440 | 2025.01.10 21:59:02.320045 [ 195 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 4441 | 2025.01.10 21:59:02.320146 [ 260 ] {29e3872e-45e1-4803-aa71-7fc3378b97f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4442 | 2025.01.10 21:59:02.320372 [ 195 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 4443 | 2025.01.10 21:59:02.320702 [ 195 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 4444 | 2025.01.10 21:59:02.321048 [ 195 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 4445 | 2025.01.10 21:59:02.322829 [ 260 ] {29e3872e-45e1-4803-aa71-7fc3378b97f0} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2025.01.10 21:59:02.322900 [ 260 ] {29e3872e-45e1-4803-aa71-7fc3378b97f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4447 | 2025.01.10 21:59:02.323527 [ 189 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004454288 sec., 14592.68013204355 rows/sec., 966.85 KiB/sec. | ||
| 4448 | 2025.01.10 21:59:02.323807 [ 189 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4449 | 2025.01.10 21:59:02.323860 [ 260 ] {29e3872e-45e1-4803-aa71-7fc3378b97f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4450 | 2025.01.10 21:59:02.324342 [ 260 ] {29e3872e-45e1-4803-aa71-7fc3378b97f0} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4451 | 2025.01.10 21:59:02.324421 [ 189 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_13_3} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4452 | 2025.01.10 21:59:02.324612 [ 88 ] {} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4453 | 2025.01.10 21:59:02.324674 [ 189 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_13_3} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4454 | 2025.01.10 21:59:02.324752 [ 88 ] {} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4455 | 2025.01.10 21:59:02.324843 [ 260 ] {29e3872e-45e1-4803-aa71-7fc3378b97f0} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.004966 sec., 72291.58276278696 rows/sec., 5.08 MiB/sec. | ||
| 4456 | 2025.01.10 21:59:02.324875 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4457 | 2025.01.10 21:59:02.324904 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4458 | 2025.01.10 21:59:02.325078 [ 260 ] {29e3872e-45e1-4803-aa71-7fc3378b97f0} <Debug> TCPHandler: Processed in 0.005522999 sec. | ||
| 4459 | 2025.01.10 21:59:02.325351 [ 194 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::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 | ||
| 4460 | 2025.01.10 21:59:02.325415 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4461 | 2025.01.10 21:59:02.325727 [ 194 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4462 | 2025.01.10 21:59:02.325772 [ 262 ] {71cbac3e-ab2b-4729-8bce-24438785129c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4463 | 2025.01.10 21:59:02.325793 [ 194 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 869 rows starting from the beginning of the part | ||
| 4464 | 2025.01.10 21:59:02.325880 [ 262 ] {71cbac3e-ab2b-4729-8bce-24438785129c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4465 | 2025.01.10 21:59:02.326048 [ 194 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 54 rows starting from the beginning of the part | ||
| 4466 | 2025.01.10 21:59:02.326564 [ 194 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 827 rows starting from the beginning of the part | ||
| 4467 | 2025.01.10 21:59:02.326982 [ 194 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
| 4468 | 2025.01.10 21:59:02.327384 [ 194 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 54 rows starting from the beginning of the part | ||
| 4469 | 2025.01.10 21:59:02.327604 [ 194 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 359 rows starting from the beginning of the part | ||
| 4470 | 2025.01.10 21:59:02.328532 [ 262 ] {71cbac3e-ab2b-4729-8bce-24438785129c} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4471 | 2025.01.10 21:59:02.328592 [ 262 ] {71cbac3e-ab2b-4729-8bce-24438785129c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4472 | 2025.01.10 21:59:02.329514 [ 262 ] {71cbac3e-ab2b-4729-8bce-24438785129c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4473 | 2025.01.10 21:59:02.330017 [ 262 ] {71cbac3e-ab2b-4729-8bce-24438785129c} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4474 | 2025.01.10 21:59:02.330264 [ 262 ] {71cbac3e-ab2b-4729-8bce-24438785129c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004549 sec., 1318.9712024620796 rows/sec., 68.91 KiB/sec. | ||
| 4475 | 2025.01.10 21:59:02.330510 [ 262 ] {71cbac3e-ab2b-4729-8bce-24438785129c} <Debug> TCPHandler: Processed in 0.005300573 sec. | ||
| 4476 | 2025.01.10 21:59:02.330784 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4477 | 2025.01.10 21:59:02.330824 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005729965 sec., 382375.80857823737 rows/sec., 29.12 MiB/sec. | ||
| 4478 | 2025.01.10 21:59:02.330911 [ 260 ] {c9ee67ee-5468-4dcf-857d-ddcf992b0c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4479 | 2025.01.10 21:59:02.330968 [ 260 ] {c9ee67ee-5468-4dcf-857d-ddcf992b0c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4480 | 2025.01.10 21:59:02.331032 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4481 | 2025.01.10 21:59:02.331436 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4482 | 2025.01.10 21:59:02.331561 [ 190 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_31_6} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4483 | 2025.01.10 21:59:02.331653 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4484 | 2025.01.10 21:59:02.331747 [ 260 ] {c9ee67ee-5468-4dcf-857d-ddcf992b0c2b} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4485 | 2025.01.10 21:59:02.331789 [ 260 ] {c9ee67ee-5468-4dcf-857d-ddcf992b0c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4486 | 2025.01.10 21:59:02.332172 [ 260 ] {c9ee67ee-5468-4dcf-857d-ddcf992b0c2b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4487 | 2025.01.10 21:59:02.332409 [ 260 ] {c9ee67ee-5468-4dcf-857d-ddcf992b0c2b} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4488 | 2025.01.10 21:59:02.332564 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4489 | 2025.01.10 21:59:02.332624 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2025.01.10 21:59:02.332661 [ 260 ] {c9ee67ee-5468-4dcf-857d-ddcf992b0c2b} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001763 sec., 100397.05048213273 rows/sec., 6.62 MiB/sec. | ||
| 4491 | 2025.01.10 21:59:02.332669 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4492 | 2025.01.10 21:59:02.332817 [ 260 ] {c9ee67ee-5468-4dcf-857d-ddcf992b0c2b} <Debug> TCPHandler: Processed in 0.002175933 sec. | ||
| 4493 | 2025.01.10 21:59:02.332875 [ 198 ] {5116be86-6508-447c-92e8-12223e638356::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 | ||
| 4494 | 2025.01.10 21:59:02.332998 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4495 | 2025.01.10 21:59:02.333030 [ 198 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4496 | 2025.01.10 21:59:02.333076 [ 198 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6948 rows starting from the beginning of the part | ||
| 4497 | 2025.01.10 21:59:02.333364 [ 262 ] {974b87f3-b35b-4a51-8adb-ec30db3308be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4498 | 2025.01.10 21:59:02.333382 [ 198 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part | ||
| 4499 | 2025.01.10 21:59:02.333552 [ 262 ] {974b87f3-b35b-4a51-8adb-ec30db3308be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4500 | 2025.01.10 21:59:02.333648 [ 198 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 969 rows starting from the beginning of the part | ||
| 4501 | 2025.01.10 21:59:02.334053 [ 198 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4502 | 2025.01.10 21:59:02.334438 [ 198 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 100 rows starting from the beginning of the part | ||
| 4503 | 2025.01.10 21:59:02.334825 [ 198 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 177 rows starting from the beginning of the part | ||
| 4504 | 2025.01.10 21:59:02.335973 [ 262 ] {974b87f3-b35b-4a51-8adb-ec30db3308be} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4505 | 2025.01.10 21:59:02.336033 [ 262 ] {974b87f3-b35b-4a51-8adb-ec30db3308be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4506 | 2025.01.10 21:59:02.336634 [ 262 ] {974b87f3-b35b-4a51-8adb-ec30db3308be} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4507 | 2025.01.10 21:59:02.337144 [ 262 ] {974b87f3-b35b-4a51-8adb-ec30db3308be} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4508 | 2025.01.10 21:59:02.337952 [ 262 ] {974b87f3-b35b-4a51-8adb-ec30db3308be} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00478 sec., 209.20502092050208 rows/sec., 14.10 KiB/sec. | ||
| 4509 | 2025.01.10 21:59:02.338022 [ 262 ] {974b87f3-b35b-4a51-8adb-ec30db3308be} <Debug> TCPHandler: Processed in 0.005114817 sec. | ||
| 4510 | 2025.01.10 21:59:02.338202 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4511 | 2025.01.10 21:59:02.338382 [ 260 ] {e3af43b6-9a9c-4613-a068-75b70e8f09b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4512 | 2025.01.10 21:59:02.338477 [ 260 ] {e3af43b6-9a9c-4613-a068-75b70e8f09b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4513 | 2025.01.10 21:59:02.339821 [ 194 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8354 rows, containing 5 columns (5 merged, 0 gathered) in 0.007016722 sec., 1190584.4352961397 rows/sec., 79.73 MiB/sec. | ||
| 4514 | 2025.01.10 21:59:02.339981 [ 194 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4515 | 2025.01.10 21:59:02.340277 [ 260 ] {e3af43b6-9a9c-4613-a068-75b70e8f09b3} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4516 | 2025.01.10 21:59:02.340326 [ 260 ] {e3af43b6-9a9c-4613-a068-75b70e8f09b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4517 | 2025.01.10 21:59:02.340376 [ 194 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4518 | 2025.01.10 21:59:02.340501 [ 194 ] {5116be86-6508-447c-92e8-12223e638356::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4519 | 2025.01.10 21:59:02.340598 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 4520 | 2025.01.10 21:59:02.341059 [ 260 ] {e3af43b6-9a9c-4613-a068-75b70e8f09b3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4521 | 2025.01.10 21:59:02.341326 [ 260 ] {e3af43b6-9a9c-4613-a068-75b70e8f09b3} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4522 | 2025.01.10 21:59:02.341512 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4523 | 2025.01.10 21:59:02.341573 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2025.01.10 21:59:02.341600 [ 260 ] {e3af43b6-9a9c-4613-a068-75b70e8f09b3} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00326 sec., 3987.730061349693 rows/sec., 7.15 MiB/sec. | ||
| 4525 | 2025.01.10 21:59:02.341614 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4526 | 2025.01.10 21:59:02.342048 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 4527 | 2025.01.10 21:59:02.342074 [ 260 ] {e3af43b6-9a9c-4613-a068-75b70e8f09b3} <Debug> TCPHandler: Processed in 0.003948303 sec. | ||
| 4528 | 2025.01.10 21:59:02.342350 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4529 | 2025.01.10 21:59:02.342651 [ 262 ] {bf399efc-fc77-4525-bd93-2eb7e8d74bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4530 | 2025.01.10 21:59:02.342729 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4531 | 2025.01.10 21:59:02.342760 [ 262 ] {bf399efc-fc77-4525-bd93-2eb7e8d74bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4532 | 2025.01.10 21:59:02.342930 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 256 rows starting from the beginning of the part | ||
| 4533 | 2025.01.10 21:59:02.343818 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 4534 | 2025.01.10 21:59:02.344445 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4535 | 2025.01.10 21:59:02.345134 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 4536 | 2025.01.10 21:59:02.345387 [ 262 ] {bf399efc-fc77-4525-bd93-2eb7e8d74bdd} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4537 | 2025.01.10 21:59:02.345575 [ 262 ] {bf399efc-fc77-4525-bd93-2eb7e8d74bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4538 | 2025.01.10 21:59:02.345776 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4539 | 2025.01.10 21:59:02.346407 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 4540 | 2025.01.10 21:59:02.347311 [ 262 ] {bf399efc-fc77-4525-bd93-2eb7e8d74bdd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4541 | 2025.01.10 21:59:02.347776 [ 262 ] {bf399efc-fc77-4525-bd93-2eb7e8d74bdd} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4542 | 2025.01.10 21:59:02.348070 [ 88 ] {} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4543 | 2025.01.10 21:59:02.348187 [ 88 ] {} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2025.01.10 21:59:02.348274 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4545 | 2025.01.10 21:59:02.348556 [ 262 ] {bf399efc-fc77-4525-bd93-2eb7e8d74bdd} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005949 sec., 8740.96486804505 rows/sec., 554.19 KiB/sec. | ||
| 4546 | 2025.01.10 21:59:02.348947 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 4547 | 2025.01.10 21:59:02.349610 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4548 | 2025.01.10 21:59:02.349662 [ 262 ] {bf399efc-fc77-4525-bd93-2eb7e8d74bdd} <Debug> TCPHandler: Processed in 0.007455984 sec. | ||
| 4549 | 2025.01.10 21:59:02.349712 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 926 rows starting from the beginning of the part | ||
| 4550 | 2025.01.10 21:59:02.350086 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 4551 | 2025.01.10 21:59:02.350411 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 4552 | 2025.01.10 21:59:02.350720 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 18 rows starting from the beginning of the part | ||
| 4553 | 2025.01.10 21:59:02.351033 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 4554 | 2025.01.10 21:59:02.351313 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part | ||
| 4555 | 2025.01.10 21:59:02.354730 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 4 columns (4 merged, 0 gathered) in 0.006300911 sec., 172990.85798863054 rows/sec., 11.14 MiB/sec. | ||
| 4556 | 2025.01.10 21:59:02.354988 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4557 | 2025.01.10 21:59:02.355727 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4558 | 2025.01.10 21:59:02.355896 [ 198 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_31_6} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4559 | 2025.01.10 21:59:02.355988 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 4560 | 2025.01.10 21:59:02.356788 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 19 columns (19 merged, 0 gathered) in 0.014983801 sec., 23158.342799667455 rows/sec., 41.50 MiB/sec. | ||
| 4561 | 2025.01.10 21:59:02.357483 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4562 | 2025.01.10 21:59:02.357909 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2025.01.10 21:59:02.357989 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4564 | 2025.01.10 21:59:02.358128 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 4565 | 2025.01.10 21:59:07.297977 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4566 | 2025.01.10 21:59:07.298208 [ 262 ] {efa1298f-9bfc-472f-a01e-4b6dd774e951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4567 | 2025.01.10 21:59:07.298287 [ 262 ] {efa1298f-9bfc-472f-a01e-4b6dd774e951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4568 | 2025.01.10 21:59:07.299045 [ 262 ] {efa1298f-9bfc-472f-a01e-4b6dd774e951} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4569 | 2025.01.10 21:59:07.299097 [ 262 ] {efa1298f-9bfc-472f-a01e-4b6dd774e951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4570 | 2025.01.10 21:59:07.299542 [ 262 ] {efa1298f-9bfc-472f-a01e-4b6dd774e951} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4571 | 2025.01.10 21:59:07.299793 [ 262 ] {efa1298f-9bfc-472f-a01e-4b6dd774e951} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4572 | 2025.01.10 21:59:07.300033 [ 262 ] {efa1298f-9bfc-472f-a01e-4b6dd774e951} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001884 sec., 41401.27388535032 rows/sec., 3.55 MiB/sec. | ||
| 4573 | 2025.01.10 21:59:07.300090 [ 262 ] {efa1298f-9bfc-472f-a01e-4b6dd774e951} <Debug> TCPHandler: Processed in 0.002253165 sec. | ||
| 4574 | 2025.01.10 21:59:07.300347 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4575 | 2025.01.10 21:59:07.300560 [ 260 ] {51028903-3657-481a-b8f6-9ad092f1124b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4576 | 2025.01.10 21:59:07.300645 [ 260 ] {51028903-3657-481a-b8f6-9ad092f1124b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4577 | 2025.01.10 21:59:07.301488 [ 260 ] {51028903-3657-481a-b8f6-9ad092f1124b} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4578 | 2025.01.10 21:59:07.301543 [ 260 ] {51028903-3657-481a-b8f6-9ad092f1124b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4579 | 2025.01.10 21:59:07.301994 [ 260 ] {51028903-3657-481a-b8f6-9ad092f1124b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4580 | 2025.01.10 21:59:07.302252 [ 260 ] {51028903-3657-481a-b8f6-9ad092f1124b} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4581 | 2025.01.10 21:59:07.302488 [ 260 ] {51028903-3657-481a-b8f6-9ad092f1124b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001987 sec., 13085.052843482637 rows/sec., 983.93 KiB/sec. | ||
| 4582 | 2025.01.10 21:59:07.302555 [ 260 ] {51028903-3657-481a-b8f6-9ad092f1124b} <Debug> TCPHandler: Processed in 0.002352748 sec. | ||
| 4583 | 2025.01.10 21:59:07.302702 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4584 | 2025.01.10 21:59:07.302840 [ 262 ] {bc49d9f5-fb00-4331-9e59-32d68ef9c864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4585 | 2025.01.10 21:59:07.302898 [ 262 ] {bc49d9f5-fb00-4331-9e59-32d68ef9c864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4586 | 2025.01.10 21:59:07.303577 [ 262 ] {bc49d9f5-fb00-4331-9e59-32d68ef9c864} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2025.01.10 21:59:07.303618 [ 262 ] {bc49d9f5-fb00-4331-9e59-32d68ef9c864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4588 | 2025.01.10 21:59:07.303989 [ 262 ] {bc49d9f5-fb00-4331-9e59-32d68ef9c864} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4589 | 2025.01.10 21:59:07.304230 [ 262 ] {bc49d9f5-fb00-4331-9e59-32d68ef9c864} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4590 | 2025.01.10 21:59:07.304443 [ 262 ] {bc49d9f5-fb00-4331-9e59-32d68ef9c864} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001633 sec., 33067.97305572566 rows/sec., 2.58 MiB/sec. | ||
| 4591 | 2025.01.10 21:59:07.304495 [ 262 ] {bc49d9f5-fb00-4331-9e59-32d68ef9c864} <Debug> TCPHandler: Processed in 0.001858154 sec. | ||
| 4592 | 2025.01.10 21:59:07.304643 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4593 | 2025.01.10 21:59:07.304790 [ 260 ] {2831006f-2b5b-4fb5-8327-bf4d34a16a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4594 | 2025.01.10 21:59:07.304857 [ 260 ] {2831006f-2b5b-4fb5-8327-bf4d34a16a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4595 | 2025.01.10 21:59:07.305491 [ 260 ] {2831006f-2b5b-4fb5-8327-bf4d34a16a0e} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4596 | 2025.01.10 21:59:07.305531 [ 260 ] {2831006f-2b5b-4fb5-8327-bf4d34a16a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4597 | 2025.01.10 21:59:07.305933 [ 260 ] {2831006f-2b5b-4fb5-8327-bf4d34a16a0e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4598 | 2025.01.10 21:59:07.306171 [ 260 ] {2831006f-2b5b-4fb5-8327-bf4d34a16a0e} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4599 | 2025.01.10 21:59:07.306388 [ 260 ] {2831006f-2b5b-4fb5-8327-bf4d34a16a0e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001633 sec., 61236.987140232704 rows/sec., 4.25 MiB/sec. | ||
| 4600 | 2025.01.10 21:59:07.306506 [ 260 ] {2831006f-2b5b-4fb5-8327-bf4d34a16a0e} <Debug> TCPHandler: Processed in 0.001929656 sec. | ||
| 4601 | 2025.01.10 21:59:07.306659 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4602 | 2025.01.10 21:59:07.306779 [ 262 ] {8cb339f9-5740-4829-aa29-dbe8dce198ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4603 | 2025.01.10 21:59:07.306863 [ 262 ] {8cb339f9-5740-4829-aa29-dbe8dce198ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4604 | 2025.01.10 21:59:07.308035 [ 262 ] {8cb339f9-5740-4829-aa29-dbe8dce198ea} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4605 | 2025.01.10 21:59:07.308075 [ 262 ] {8cb339f9-5740-4829-aa29-dbe8dce198ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4606 | 2025.01.10 21:59:07.308722 [ 262 ] {8cb339f9-5740-4829-aa29-dbe8dce198ea} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4607 | 2025.01.10 21:59:07.308980 [ 262 ] {8cb339f9-5740-4829-aa29-dbe8dce198ea} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4608 | 2025.01.10 21:59:07.309281 [ 262 ] {8cb339f9-5740-4829-aa29-dbe8dce198ea} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002526 sec., 10292.953285827394 rows/sec., 18.44 MiB/sec. | ||
| 4609 | 2025.01.10 21:59:07.309726 [ 262 ] {8cb339f9-5740-4829-aa29-dbe8dce198ea} <Debug> TCPHandler: Processed in 0.00313203 sec. | ||
| 4610 | 2025.01.10 21:59:07.309886 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4611 | 2025.01.10 21:59:07.310023 [ 260 ] {cf2198ba-9aa2-4ea9-941e-abce72df86b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4612 | 2025.01.10 21:59:07.310086 [ 260 ] {cf2198ba-9aa2-4ea9-941e-abce72df86b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4613 | 2025.01.10 21:59:07.310626 [ 260 ] {cf2198ba-9aa2-4ea9-941e-abce72df86b3} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4614 | 2025.01.10 21:59:07.310665 [ 260 ] {cf2198ba-9aa2-4ea9-941e-abce72df86b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4615 | 2025.01.10 21:59:07.311045 [ 260 ] {cf2198ba-9aa2-4ea9-941e-abce72df86b3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4616 | 2025.01.10 21:59:07.311279 [ 260 ] {cf2198ba-9aa2-4ea9-941e-abce72df86b3} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4617 | 2025.01.10 21:59:07.311485 [ 260 ] {cf2198ba-9aa2-4ea9-941e-abce72df86b3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001493 sec., 20093.770931011386 rows/sec., 1.38 MiB/sec. | ||
| 4618 | 2025.01.10 21:59:07.311533 [ 260 ] {cf2198ba-9aa2-4ea9-941e-abce72df86b3} <Debug> TCPHandler: Processed in 0.001712919 sec. | ||
| 4619 | 2025.01.10 21:59:08.534630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4620 | 2025.01.10 21:59:08.535280 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4621 | 2025.01.10 21:59:08.535330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4622 | 2025.01.10 21:59:08.535858 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4623 | 2025.01.10 21:59:08.536111 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4624 | 2025.01.10 21:59:08.536325 [ 62 ] {} <Debug> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4625 | 2025.01.10 21:59:08.536373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4626 | 2025.01.10 21:59:08.536421 [ 62 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4627 | 2025.01.10 21:59:08.536451 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4628 | 2025.01.10 21:59:08.536615 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 4629 | 2025.01.10 21:59:08.536790 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4630 | 2025.01.10 21:59:08.536835 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 4631 | 2025.01.10 21:59:08.536914 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 4632 | 2025.01.10 21:59:08.537170 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 4633 | 2025.01.10 21:59:08.537331 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 4634 | 2025.01.10 21:59:08.537516 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 4635 | 2025.01.10 21:59:08.537711 [ 192 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 4636 | 2025.01.10 21:59:08.539811 [ 199 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003272014 sec., 2945586.418640018 rows/sec., 42.14 MiB/sec. | ||
| 4637 | 2025.01.10 21:59:08.540116 [ 193 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4638 | 2025.01.10 21:59:08.540450 [ 193 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_21_4} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4639 | 2025.01.10 21:59:08.540529 [ 193 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_21_4} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4640 | 2025.01.10 21:59:08.540633 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4641 | 2025.01.10 21:59:09.176952 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4642 | 2025.01.10 21:59:09.198307 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2025.01.10 21:59:09.198355 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4644 | 2025.01.10 21:59:09.206024 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4645 | 2025.01.10 21:59:09.206787 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4646 | 2025.01.10 21:59:09.207160 [ 62 ] {} <Debug> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4647 | 2025.01.10 21:59:09.207289 [ 62 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4648 | 2025.01.10 21:59:09.207363 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4649 | 2025.01.10 21:59:09.207670 [ 191 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 4650 | 2025.01.10 21:59:09.215497 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4651 | 2025.01.10 21:59:09.216893 [ 191 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4652 | 2025.01.10 21:59:09.217775 [ 191 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 4653 | 2025.01.10 21:59:09.222298 [ 191 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 4654 | 2025.01.10 21:59:09.226874 [ 191 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 4655 | 2025.01.10 21:59:09.231732 [ 191 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 4656 | 2025.01.10 21:59:09.236804 [ 191 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 4657 | 2025.01.10 21:59:09.241341 [ 191 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 4658 | 2025.01.10 21:59:09.298114 [ 191 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.090631227 sec., 1754.3622133682468 rows/sec., 9.07 MiB/sec. | ||
| 4659 | 2025.01.10 21:59:09.299691 [ 199 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4660 | 2025.01.10 21:59:09.301969 [ 199 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_21_4} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4661 | 2025.01.10 21:59:09.302056 [ 199 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_21_4} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4662 | 2025.01.10 21:59:09.303118 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4663 | 2025.01.10 21:59:10.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.13 MiB, peak 195.68 MiB, free memory in arenas 0.00 B, will set to 187.53 MiB (RSS), difference: 2.40 MiB | ||
| 4664 | 2025.01.10 21:59:11.073664 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 658 | ||
| 4665 | 2025.01.10 21:59:11.076730 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4666 | 2025.01.10 21:59:11.076773 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4667 | 2025.01.10 21:59:11.078254 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4668 | 2025.01.10 21:59:11.078561 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4669 | 2025.01.10 21:59:11.079546 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 658 | ||
| 4670 | 2025.01.10 21:59:12.301948 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4671 | 2025.01.10 21:59:12.302250 [ 262 ] {354c7c74-cc67-45d9-8e4a-995fd5f391fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4672 | 2025.01.10 21:59:12.302364 [ 262 ] {354c7c74-cc67-45d9-8e4a-995fd5f391fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4673 | 2025.01.10 21:59:12.303224 [ 262 ] {354c7c74-cc67-45d9-8e4a-995fd5f391fb} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4674 | 2025.01.10 21:59:12.303275 [ 262 ] {354c7c74-cc67-45d9-8e4a-995fd5f391fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4675 | 2025.01.10 21:59:12.303719 [ 262 ] {354c7c74-cc67-45d9-8e4a-995fd5f391fb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4676 | 2025.01.10 21:59:12.303974 [ 262 ] {354c7c74-cc67-45d9-8e4a-995fd5f391fb} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4677 | 2025.01.10 21:59:12.304225 [ 262 ] {354c7c74-cc67-45d9-8e4a-995fd5f391fb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec. | ||
| 4678 | 2025.01.10 21:59:12.304282 [ 262 ] {354c7c74-cc67-45d9-8e4a-995fd5f391fb} <Debug> TCPHandler: Processed in 0.002513632 sec. | ||
| 4679 | 2025.01.10 21:59:12.304549 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4680 | 2025.01.10 21:59:12.304765 [ 260 ] {5f1b656a-2e52-4d32-97ab-76a5c60b1c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4681 | 2025.01.10 21:59:12.304849 [ 260 ] {5f1b656a-2e52-4d32-97ab-76a5c60b1c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4682 | 2025.01.10 21:59:12.305784 [ 260 ] {5f1b656a-2e52-4d32-97ab-76a5c60b1c39} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4683 | 2025.01.10 21:59:12.305834 [ 260 ] {5f1b656a-2e52-4d32-97ab-76a5c60b1c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4684 | 2025.01.10 21:59:12.306278 [ 260 ] {5f1b656a-2e52-4d32-97ab-76a5c60b1c39} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4685 | 2025.01.10 21:59:12.306526 [ 260 ] {5f1b656a-2e52-4d32-97ab-76a5c60b1c39} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4686 | 2025.01.10 21:59:12.306758 [ 260 ] {5f1b656a-2e52-4d32-97ab-76a5c60b1c39} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002053 sec., 96931.32001948368 rows/sec., 8.62 MiB/sec. | ||
| 4687 | 2025.01.10 21:59:12.306813 [ 260 ] {5f1b656a-2e52-4d32-97ab-76a5c60b1c39} <Debug> TCPHandler: Processed in 0.002406859 sec. | ||
| 4688 | 2025.01.10 21:59:12.306968 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4689 | 2025.01.10 21:59:12.307086 [ 262 ] {b32024e7-f513-40fe-add6-00b8caa726a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4690 | 2025.01.10 21:59:12.307136 [ 262 ] {b32024e7-f513-40fe-add6-00b8caa726a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4691 | 2025.01.10 21:59:12.307751 [ 262 ] {b32024e7-f513-40fe-add6-00b8caa726a2} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4692 | 2025.01.10 21:59:12.307792 [ 262 ] {b32024e7-f513-40fe-add6-00b8caa726a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4693 | 2025.01.10 21:59:12.308155 [ 262 ] {b32024e7-f513-40fe-add6-00b8caa726a2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4694 | 2025.01.10 21:59:12.308395 [ 262 ] {b32024e7-f513-40fe-add6-00b8caa726a2} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4695 | 2025.01.10 21:59:12.308646 [ 262 ] {b32024e7-f513-40fe-add6-00b8caa726a2} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001578 sec., 12674.271229404309 rows/sec., 908.49 KiB/sec. | ||
| 4696 | 2025.01.10 21:59:12.308841 [ 262 ] {b32024e7-f513-40fe-add6-00b8caa726a2} <Debug> TCPHandler: Processed in 0.001923365 sec. | ||
| 4697 | 2025.01.10 21:59:12.309055 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4698 | 2025.01.10 21:59:12.309201 [ 260 ] {72e42bce-a911-44fe-b8d4-8993dc012b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4699 | 2025.01.10 21:59:12.309259 [ 260 ] {72e42bce-a911-44fe-b8d4-8993dc012b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4700 | 2025.01.10 21:59:12.309888 [ 260 ] {72e42bce-a911-44fe-b8d4-8993dc012b47} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4701 | 2025.01.10 21:59:12.309929 [ 260 ] {72e42bce-a911-44fe-b8d4-8993dc012b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4702 | 2025.01.10 21:59:12.310312 [ 260 ] {72e42bce-a911-44fe-b8d4-8993dc012b47} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4703 | 2025.01.10 21:59:12.310559 [ 260 ] {72e42bce-a911-44fe-b8d4-8993dc012b47} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4704 | 2025.01.10 21:59:12.310830 [ 260 ] {72e42bce-a911-44fe-b8d4-8993dc012b47} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001656 sec., 8454.106280193237 rows/sec., 592.07 KiB/sec. | ||
| 4705 | 2025.01.10 21:59:12.311009 [ 260 ] {72e42bce-a911-44fe-b8d4-8993dc012b47} <Debug> TCPHandler: Processed in 0.002030959 sec. | ||
| 4706 | 2025.01.10 21:59:12.311161 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4707 | 2025.01.10 21:59:12.311278 [ 262 ] {a7d8433f-df07-40af-8d1b-cc906833f2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4708 | 2025.01.10 21:59:12.311326 [ 262 ] {a7d8433f-df07-40af-8d1b-cc906833f2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4709 | 2025.01.10 21:59:12.311919 [ 262 ] {a7d8433f-df07-40af-8d1b-cc906833f2be} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4710 | 2025.01.10 21:59:12.311959 [ 262 ] {a7d8433f-df07-40af-8d1b-cc906833f2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4711 | 2025.01.10 21:59:12.312312 [ 262 ] {a7d8433f-df07-40af-8d1b-cc906833f2be} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4712 | 2025.01.10 21:59:12.312553 [ 262 ] {a7d8433f-df07-40af-8d1b-cc906833f2be} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4713 | 2025.01.10 21:59:12.312818 [ 262 ] {a7d8433f-df07-40af-8d1b-cc906833f2be} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001556 sec., 8354.755784061696 rows/sec., 520.92 KiB/sec. | ||
| 4714 | 2025.01.10 21:59:12.313021 [ 262 ] {a7d8433f-df07-40af-8d1b-cc906833f2be} <Debug> TCPHandler: Processed in 0.001908895 sec. | ||
| 4715 | 2025.01.10 21:59:12.313174 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4716 | 2025.01.10 21:59:12.313313 [ 260 ] {ac33e9bb-77a0-4b8d-afd6-ad9a43476949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4717 | 2025.01.10 21:59:12.313370 [ 260 ] {ac33e9bb-77a0-4b8d-afd6-ad9a43476949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4718 | 2025.01.10 21:59:12.314118 [ 260 ] {ac33e9bb-77a0-4b8d-afd6-ad9a43476949} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2025.01.10 21:59:12.314157 [ 260 ] {ac33e9bb-77a0-4b8d-afd6-ad9a43476949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4720 | 2025.01.10 21:59:12.314537 [ 260 ] {ac33e9bb-77a0-4b8d-afd6-ad9a43476949} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4721 | 2025.01.10 21:59:12.314779 [ 260 ] {ac33e9bb-77a0-4b8d-afd6-ad9a43476949} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4722 | 2025.01.10 21:59:12.315036 [ 260 ] {ac33e9bb-77a0-4b8d-afd6-ad9a43476949} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001746 sec., 205612.82932416955 rows/sec., 14.45 MiB/sec. | ||
| 4723 | 2025.01.10 21:59:12.315234 [ 260 ] {ac33e9bb-77a0-4b8d-afd6-ad9a43476949} <Debug> TCPHandler: Processed in 0.002123251 sec. | ||
| 4724 | 2025.01.10 21:59:12.315521 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4725 | 2025.01.10 21:59:12.315681 [ 262 ] {a3cfd927-4ae9-4855-9d69-28512fc83073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4726 | 2025.01.10 21:59:12.315732 [ 262 ] {a3cfd927-4ae9-4855-9d69-28512fc83073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4727 | 2025.01.10 21:59:12.316230 [ 262 ] {a3cfd927-4ae9-4855-9d69-28512fc83073} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4728 | 2025.01.10 21:59:12.316270 [ 262 ] {a3cfd927-4ae9-4855-9d69-28512fc83073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4729 | 2025.01.10 21:59:12.316642 [ 262 ] {a3cfd927-4ae9-4855-9d69-28512fc83073} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4730 | 2025.01.10 21:59:12.316881 [ 262 ] {a3cfd927-4ae9-4855-9d69-28512fc83073} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4731 | 2025.01.10 21:59:12.317098 [ 262 ] {a3cfd927-4ae9-4855-9d69-28512fc83073} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 217.69 KiB/sec. | ||
| 4732 | 2025.01.10 21:59:12.317148 [ 262 ] {a3cfd927-4ae9-4855-9d69-28512fc83073} <Debug> TCPHandler: Processed in 0.001787211 sec. | ||
| 4733 | 2025.01.10 21:59:12.317288 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4734 | 2025.01.10 21:59:12.317406 [ 260 ] {9ff8a404-9e81-41be-871b-6e922fa4d138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4735 | 2025.01.10 21:59:12.317460 [ 260 ] {9ff8a404-9e81-41be-871b-6e922fa4d138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4736 | 2025.01.10 21:59:12.318038 [ 260 ] {9ff8a404-9e81-41be-871b-6e922fa4d138} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4737 | 2025.01.10 21:59:12.318078 [ 260 ] {9ff8a404-9e81-41be-871b-6e922fa4d138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4738 | 2025.01.10 21:59:12.318467 [ 260 ] {9ff8a404-9e81-41be-871b-6e922fa4d138} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4739 | 2025.01.10 21:59:12.318725 [ 260 ] {9ff8a404-9e81-41be-871b-6e922fa4d138} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4740 | 2025.01.10 21:59:12.318931 [ 260 ] {9ff8a404-9e81-41be-871b-6e922fa4d138} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001549 sec., 114267.26920593932 rows/sec., 7.54 MiB/sec. | ||
| 4741 | 2025.01.10 21:59:12.318985 [ 260 ] {9ff8a404-9e81-41be-871b-6e922fa4d138} <Debug> TCPHandler: Processed in 0.00175555 sec. | ||
| 4742 | 2025.01.10 21:59:12.319128 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2025.01.10 21:59:12.319245 [ 262 ] {1848d354-94a9-4ce6-aecb-e3d8ae03852e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4744 | 2025.01.10 21:59:12.319297 [ 262 ] {1848d354-94a9-4ce6-aecb-e3d8ae03852e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4745 | 2025.01.10 21:59:12.319778 [ 262 ] {1848d354-94a9-4ce6-aecb-e3d8ae03852e} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2025.01.10 21:59:12.319817 [ 262 ] {1848d354-94a9-4ce6-aecb-e3d8ae03852e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4747 | 2025.01.10 21:59:12.320171 [ 262 ] {1848d354-94a9-4ce6-aecb-e3d8ae03852e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4748 | 2025.01.10 21:59:12.320408 [ 262 ] {1848d354-94a9-4ce6-aecb-e3d8ae03852e} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4749 | 2025.01.10 21:59:12.320569 [ 75 ] {} <Debug> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4750 | 2025.01.10 21:59:12.320637 [ 262 ] {1848d354-94a9-4ce6-aecb-e3d8ae03852e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001414 sec., 707.2135785007073 rows/sec., 47.65 KiB/sec. | ||
| 4751 | 2025.01.10 21:59:12.320656 [ 75 ] {} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4752 | 2025.01.10 21:59:12.320724 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4753 | 2025.01.10 21:59:12.320749 [ 262 ] {1848d354-94a9-4ce6-aecb-e3d8ae03852e} <Debug> TCPHandler: Processed in 0.001667508 sec. | ||
| 4754 | 2025.01.10 21:59:12.320937 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4755 | 2025.01.10 21:59:12.320974 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4756 | 2025.01.10 21:59:12.321073 [ 260 ] {d6625fe1-cc2f-4db7-8dd4-a1a20c0d14c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4757 | 2025.01.10 21:59:12.321120 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4758 | 2025.01.10 21:59:12.321173 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 4759 | 2025.01.10 21:59:12.321182 [ 260 ] {d6625fe1-cc2f-4db7-8dd4-a1a20c0d14c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4760 | 2025.01.10 21:59:12.321397 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4761 | 2025.01.10 21:59:12.321598 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4762 | 2025.01.10 21:59:12.321869 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4763 | 2025.01.10 21:59:12.322060 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4764 | 2025.01.10 21:59:12.322299 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4765 | 2025.01.10 21:59:12.324193 [ 186 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.003354496 sec., 4173.503262487122 rows/sec., 281.22 KiB/sec. | ||
| 4766 | 2025.01.10 21:59:12.324420 [ 200 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4767 | 2025.01.10 21:59:12.324440 [ 260 ] {d6625fe1-cc2f-4db7-8dd4-a1a20c0d14c2} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4768 | 2025.01.10 21:59:12.324514 [ 260 ] {d6625fe1-cc2f-4db7-8dd4-a1a20c0d14c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4769 | 2025.01.10 21:59:12.325057 [ 200 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4770 | 2025.01.10 21:59:12.325295 [ 200 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_14_3} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4771 | 2025.01.10 21:59:12.325453 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4772 | 2025.01.10 21:59:12.325736 [ 260 ] {d6625fe1-cc2f-4db7-8dd4-a1a20c0d14c2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4773 | 2025.01.10 21:59:12.326000 [ 260 ] {d6625fe1-cc2f-4db7-8dd4-a1a20c0d14c2} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4774 | 2025.01.10 21:59:12.326215 [ 260 ] {d6625fe1-cc2f-4db7-8dd4-a1a20c0d14c2} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005176 sec., 2511.591962905719 rows/sec., 4.50 MiB/sec. | ||
| 4775 | 2025.01.10 21:59:12.326330 [ 260 ] {d6625fe1-cc2f-4db7-8dd4-a1a20c0d14c2} <Debug> TCPHandler: Processed in 0.005495298 sec. | ||
| 4776 | 2025.01.10 21:59:12.326528 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4777 | 2025.01.10 21:59:12.326668 [ 262 ] {43857292-97c7-46c9-b2c0-198512ed5e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4778 | 2025.01.10 21:59:12.326728 [ 262 ] {43857292-97c7-46c9-b2c0-198512ed5e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4779 | 2025.01.10 21:59:12.327305 [ 262 ] {43857292-97c7-46c9-b2c0-198512ed5e4a} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4780 | 2025.01.10 21:59:12.327353 [ 262 ] {43857292-97c7-46c9-b2c0-198512ed5e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4781 | 2025.01.10 21:59:12.327763 [ 262 ] {43857292-97c7-46c9-b2c0-198512ed5e4a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4782 | 2025.01.10 21:59:12.328000 [ 262 ] {43857292-97c7-46c9-b2c0-198512ed5e4a} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4783 | 2025.01.10 21:59:12.328224 [ 262 ] {43857292-97c7-46c9-b2c0-198512ed5e4a} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001587 sec., 32766.22558286074 rows/sec., 2.03 MiB/sec. | ||
| 4784 | 2025.01.10 21:59:12.328274 [ 262 ] {43857292-97c7-46c9-b2c0-198512ed5e4a} <Debug> TCPHandler: Processed in 0.001814442 sec. | ||
| 4785 | 2025.01.10 21:59:15.873067 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4786 | 2025.01.10 21:59:15.873146 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4787 | 2025.01.10 21:59:16.037469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4788 | 2025.01.10 21:59:16.038208 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4789 | 2025.01.10 21:59:16.038245 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4790 | 2025.01.10 21:59:16.038807 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4791 | 2025.01.10 21:59:16.039058 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4792 | 2025.01.10 21:59:16.039342 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4793 | 2025.01.10 21:59:16.716526 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4794 | 2025.01.10 21:59:16.735555 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4795 | 2025.01.10 21:59:16.735607 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4796 | 2025.01.10 21:59:16.743502 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4797 | 2025.01.10 21:59:16.744270 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4798 | 2025.01.10 21:59:16.746902 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4799 | 2025.01.10 21:59:17.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.07 MiB, peak 195.68 MiB, free memory in arenas 0.00 B, will set to 189.19 MiB (RSS), difference: 1.12 MiB | ||
| 4800 | 2025.01.10 21:59:17.298527 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4801 | 2025.01.10 21:59:17.298740 [ 262 ] {2eb98d92-c1b1-4474-9afd-85d9a43c12cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4802 | 2025.01.10 21:59:17.298812 [ 262 ] {2eb98d92-c1b1-4474-9afd-85d9a43c12cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4803 | 2025.01.10 21:59:17.299609 [ 262 ] {2eb98d92-c1b1-4474-9afd-85d9a43c12cf} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4804 | 2025.01.10 21:59:17.299659 [ 262 ] {2eb98d92-c1b1-4474-9afd-85d9a43c12cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4805 | 2025.01.10 21:59:17.300125 [ 262 ] {2eb98d92-c1b1-4474-9afd-85d9a43c12cf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4806 | 2025.01.10 21:59:17.300392 [ 262 ] {2eb98d92-c1b1-4474-9afd-85d9a43c12cf} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4807 | 2025.01.10 21:59:17.300645 [ 262 ] {2eb98d92-c1b1-4474-9afd-85d9a43c12cf} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001962 sec., 39755.35168195718 rows/sec., 3.41 MiB/sec. | ||
| 4808 | 2025.01.10 21:59:17.300702 [ 262 ] {2eb98d92-c1b1-4474-9afd-85d9a43c12cf} <Debug> TCPHandler: Processed in 0.002308837 sec. | ||
| 4809 | 2025.01.10 21:59:17.300986 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4810 | 2025.01.10 21:59:17.301217 [ 260 ] {fe19935b-dc3e-4c41-bd81-ede7b440977b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4811 | 2025.01.10 21:59:17.301304 [ 260 ] {fe19935b-dc3e-4c41-bd81-ede7b440977b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4812 | 2025.01.10 21:59:17.302131 [ 260 ] {fe19935b-dc3e-4c41-bd81-ede7b440977b} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2025.01.10 21:59:17.302190 [ 260 ] {fe19935b-dc3e-4c41-bd81-ede7b440977b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4814 | 2025.01.10 21:59:17.302644 [ 260 ] {fe19935b-dc3e-4c41-bd81-ede7b440977b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4815 | 2025.01.10 21:59:17.302919 [ 260 ] {fe19935b-dc3e-4c41-bd81-ede7b440977b} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.01.10 21:59:17.303168 [ 260 ] {fe19935b-dc3e-4c41-bd81-ede7b440977b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002011 sec., 12928.891098955743 rows/sec., 972.19 KiB/sec. | ||
| 4817 | 2025.01.10 21:59:17.303238 [ 260 ] {fe19935b-dc3e-4c41-bd81-ede7b440977b} <Debug> TCPHandler: Processed in 0.002398939 sec. | ||
| 4818 | 2025.01.10 21:59:17.303435 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4819 | 2025.01.10 21:59:17.303657 [ 262 ] {5fb5dd2a-98cf-48e6-960f-c7356a882d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4820 | 2025.01.10 21:59:17.303748 [ 262 ] {5fb5dd2a-98cf-48e6-960f-c7356a882d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4821 | 2025.01.10 21:59:17.304368 [ 262 ] {5fb5dd2a-98cf-48e6-960f-c7356a882d2b} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4822 | 2025.01.10 21:59:17.304409 [ 262 ] {5fb5dd2a-98cf-48e6-960f-c7356a882d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4823 | 2025.01.10 21:59:17.304770 [ 262 ] {5fb5dd2a-98cf-48e6-960f-c7356a882d2b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4824 | 2025.01.10 21:59:17.305010 [ 262 ] {5fb5dd2a-98cf-48e6-960f-c7356a882d2b} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4825 | 2025.01.10 21:59:17.305265 [ 262 ] {5fb5dd2a-98cf-48e6-960f-c7356a882d2b} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001661 sec., 32510.535821794103 rows/sec., 2.54 MiB/sec. | ||
| 4826 | 2025.01.10 21:59:17.305398 [ 262 ] {5fb5dd2a-98cf-48e6-960f-c7356a882d2b} <Debug> TCPHandler: Processed in 0.00206939 sec. | ||
| 4827 | 2025.01.10 21:59:17.305640 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4828 | 2025.01.10 21:59:17.305788 [ 260 ] {f2d8afed-45b5-4654-98c3-0cf8765a35bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4829 | 2025.01.10 21:59:17.305847 [ 260 ] {f2d8afed-45b5-4654-98c3-0cf8765a35bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4830 | 2025.01.10 21:59:17.306426 [ 260 ] {f2d8afed-45b5-4654-98c3-0cf8765a35bf} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2025.01.10 21:59:17.306468 [ 260 ] {f2d8afed-45b5-4654-98c3-0cf8765a35bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4832 | 2025.01.10 21:59:17.306887 [ 260 ] {f2d8afed-45b5-4654-98c3-0cf8765a35bf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4833 | 2025.01.10 21:59:17.307155 [ 260 ] {f2d8afed-45b5-4654-98c3-0cf8765a35bf} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2025.01.10 21:59:17.307378 [ 260 ] {f2d8afed-45b5-4654-98c3-0cf8765a35bf} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001621 sec., 61690.314620604564 rows/sec., 4.28 MiB/sec. | ||
| 4835 | 2025.01.10 21:59:17.307439 [ 260 ] {f2d8afed-45b5-4654-98c3-0cf8765a35bf} <Debug> TCPHandler: Processed in 0.001930706 sec. | ||
| 4836 | 2025.01.10 21:59:17.307604 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4837 | 2025.01.10 21:59:17.307728 [ 262 ] {8fe46d39-433a-4063-8f53-91d978bd7ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4838 | 2025.01.10 21:59:17.307871 [ 262 ] {8fe46d39-433a-4063-8f53-91d978bd7ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4839 | 2025.01.10 21:59:17.309484 [ 262 ] {8fe46d39-433a-4063-8f53-91d978bd7ffa} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4840 | 2025.01.10 21:59:17.309525 [ 262 ] {8fe46d39-433a-4063-8f53-91d978bd7ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4841 | 2025.01.10 21:59:17.310200 [ 262 ] {8fe46d39-433a-4063-8f53-91d978bd7ffa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4842 | 2025.01.10 21:59:17.310456 [ 262 ] {8fe46d39-433a-4063-8f53-91d978bd7ffa} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4843 | 2025.01.10 21:59:17.310727 [ 262 ] {8fe46d39-433a-4063-8f53-91d978bd7ffa} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003027 sec., 8589.362405021473 rows/sec., 15.39 MiB/sec. | ||
| 4844 | 2025.01.10 21:59:17.311020 [ 262 ] {8fe46d39-433a-4063-8f53-91d978bd7ffa} <Debug> TCPHandler: Processed in 0.003471 sec. | ||
| 4845 | 2025.01.10 21:59:17.311200 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4846 | 2025.01.10 21:59:17.311344 [ 260 ] {50399b34-ea18-4ad9-9e2e-6cf4db0f0ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4847 | 2025.01.10 21:59:17.311409 [ 260 ] {50399b34-ea18-4ad9-9e2e-6cf4db0f0ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4848 | 2025.01.10 21:59:17.311974 [ 260 ] {50399b34-ea18-4ad9-9e2e-6cf4db0f0ec0} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4849 | 2025.01.10 21:59:17.312015 [ 260 ] {50399b34-ea18-4ad9-9e2e-6cf4db0f0ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4850 | 2025.01.10 21:59:17.312401 [ 260 ] {50399b34-ea18-4ad9-9e2e-6cf4db0f0ec0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4851 | 2025.01.10 21:59:17.312651 [ 260 ] {50399b34-ea18-4ad9-9e2e-6cf4db0f0ec0} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4852 | 2025.01.10 21:59:17.312852 [ 260 ] {50399b34-ea18-4ad9-9e2e-6cf4db0f0ec0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001536 sec., 19531.25 rows/sec., 1.34 MiB/sec. | ||
| 4853 | 2025.01.10 21:59:17.312964 [ 260 ] {50399b34-ea18-4ad9-9e2e-6cf4db0f0ec0} <Debug> TCPHandler: Processed in 0.001827393 sec. | ||
| 4854 | 2025.01.10 21:59:18.732583 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4855 | 2025.01.10 21:59:18.732870 [ 262 ] {7bebd763-9af0-4dc6-9162-f5c176fb64b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4856 | 2025.01.10 21:59:18.732940 [ 262 ] {7bebd763-9af0-4dc6-9162-f5c176fb64b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4857 | 2025.01.10 21:59:18.733679 [ 262 ] {7bebd763-9af0-4dc6-9162-f5c176fb64b2} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4858 | 2025.01.10 21:59:18.733718 [ 262 ] {7bebd763-9af0-4dc6-9162-f5c176fb64b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4859 | 2025.01.10 21:59:18.734145 [ 262 ] {7bebd763-9af0-4dc6-9162-f5c176fb64b2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4860 | 2025.01.10 21:59:18.734404 [ 262 ] {7bebd763-9af0-4dc6-9162-f5c176fb64b2} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4861 | 2025.01.10 21:59:18.734613 [ 262 ] {7bebd763-9af0-4dc6-9162-f5c176fb64b2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 554.35 KiB/sec. | ||
| 4862 | 2025.01.10 21:59:18.734667 [ 262 ] {7bebd763-9af0-4dc6-9162-f5c176fb64b2} <Debug> TCPHandler: Processed in 0.002266135 sec. | ||
| 4863 | 2025.01.10 21:59:18.734920 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4864 | 2025.01.10 21:59:18.735115 [ 260 ] {426bb47d-6bb8-467b-8b3a-51477b3d38cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4865 | 2025.01.10 21:59:18.735188 [ 260 ] {426bb47d-6bb8-467b-8b3a-51477b3d38cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4866 | 2025.01.10 21:59:18.736406 [ 260 ] {426bb47d-6bb8-467b-8b3a-51477b3d38cf} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4867 | 2025.01.10 21:59:18.736458 [ 260 ] {426bb47d-6bb8-467b-8b3a-51477b3d38cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4868 | 2025.01.10 21:59:18.736962 [ 260 ] {426bb47d-6bb8-467b-8b3a-51477b3d38cf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4869 | 2025.01.10 21:59:18.737208 [ 260 ] {426bb47d-6bb8-467b-8b3a-51477b3d38cf} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4870 | 2025.01.10 21:59:18.737452 [ 260 ] {426bb47d-6bb8-467b-8b3a-51477b3d38cf} <Debug> executeQuery: Read 1339 rows, 114.23 KiB in 0.00239 sec., 560251.0460251046 rows/sec., 46.67 MiB/sec. | ||
| 4871 | 2025.01.10 21:59:18.737509 [ 260 ] {426bb47d-6bb8-467b-8b3a-51477b3d38cf} <Debug> TCPHandler: Processed in 0.002733679 sec. | ||
| 4872 | 2025.01.10 21:59:18.737648 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4873 | 2025.01.10 21:59:18.737770 [ 262 ] {dbfd09f1-974c-4837-94f8-18868f168ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4874 | 2025.01.10 21:59:18.737829 [ 262 ] {dbfd09f1-974c-4837-94f8-18868f168ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4875 | 2025.01.10 21:59:18.738544 [ 262 ] {dbfd09f1-974c-4837-94f8-18868f168ec1} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4876 | 2025.01.10 21:59:18.738590 [ 262 ] {dbfd09f1-974c-4837-94f8-18868f168ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4877 | 2025.01.10 21:59:18.738973 [ 262 ] {dbfd09f1-974c-4837-94f8-18868f168ec1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4878 | 2025.01.10 21:59:18.739218 [ 262 ] {dbfd09f1-974c-4837-94f8-18868f168ec1} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4879 | 2025.01.10 21:59:18.739353 [ 64 ] {} <Debug> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4880 | 2025.01.10 21:59:18.739402 [ 64 ] {} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4881 | 2025.01.10 21:59:18.739412 [ 262 ] {dbfd09f1-974c-4837-94f8-18868f168ec1} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001661 sec., 12040.939193257074 rows/sec., 863.09 KiB/sec. | ||
| 4882 | 2025.01.10 21:59:18.739431 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4883 | 2025.01.10 21:59:18.739477 [ 262 ] {dbfd09f1-974c-4837-94f8-18868f168ec1} <Debug> TCPHandler: Processed in 0.001882994 sec. | ||
| 4884 | 2025.01.10 21:59:18.739681 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::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 | ||
| 4885 | 2025.01.10 21:59:18.739689 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4886 | 2025.01.10 21:59:18.739834 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4887 | 2025.01.10 21:59:18.739858 [ 260 ] {4c683445-9dce-469d-97bd-1910e0f9585d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4888 | 2025.01.10 21:59:18.739875 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 60 rows starting from the beginning of the part | ||
| 4889 | 2025.01.10 21:59:18.739927 [ 260 ] {4c683445-9dce-469d-97bd-1910e0f9585d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4890 | 2025.01.10 21:59:18.740048 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 4891 | 2025.01.10 21:59:18.740347 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4892 | 2025.01.10 21:59:18.740546 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 4893 | 2025.01.10 21:59:18.740805 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 4894 | 2025.01.10 21:59:18.741026 [ 186 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 4895 | 2025.01.10 21:59:18.741913 [ 260 ] {4c683445-9dce-469d-97bd-1910e0f9585d} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4896 | 2025.01.10 21:59:18.741959 [ 260 ] {4c683445-9dce-469d-97bd-1910e0f9585d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4897 | 2025.01.10 21:59:18.742621 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.003103489 sec., 55421.49496904935 rows/sec., 4.17 MiB/sec. | ||
| 4898 | 2025.01.10 21:59:18.742665 [ 260 ] {4c683445-9dce-469d-97bd-1910e0f9585d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4899 | 2025.01.10 21:59:18.742840 [ 200 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4900 | 2025.01.10 21:59:18.743116 [ 260 ] {4c683445-9dce-469d-97bd-1910e0f9585d} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4901 | 2025.01.10 21:59:18.743405 [ 190 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4902 | 2025.01.10 21:59:18.743473 [ 260 ] {4c683445-9dce-469d-97bd-1910e0f9585d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003653 sec., 66246.92033944702 rows/sec., 4.49 MiB/sec. | ||
| 4903 | 2025.01.10 21:59:18.743538 [ 190 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_25_5} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4904 | 2025.01.10 21:59:18.743556 [ 260 ] {4c683445-9dce-469d-97bd-1910e0f9585d} <Debug> TCPHandler: Processed in 0.003967854 sec. | ||
| 4905 | 2025.01.10 21:59:18.743671 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4906 | 2025.01.10 21:59:18.743737 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4907 | 2025.01.10 21:59:18.743866 [ 262 ] {a067c582-8d4b-4af0-9c85-9f6bc8196803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4908 | 2025.01.10 21:59:18.743923 [ 262 ] {a067c582-8d4b-4af0-9c85-9f6bc8196803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4909 | 2025.01.10 21:59:18.744608 [ 262 ] {a067c582-8d4b-4af0-9c85-9f6bc8196803} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4910 | 2025.01.10 21:59:18.744656 [ 262 ] {a067c582-8d4b-4af0-9c85-9f6bc8196803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4911 | 2025.01.10 21:59:18.745033 [ 262 ] {a067c582-8d4b-4af0-9c85-9f6bc8196803} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4912 | 2025.01.10 21:59:18.745272 [ 262 ] {a067c582-8d4b-4af0-9c85-9f6bc8196803} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2025.01.10 21:59:18.745505 [ 262 ] {a067c582-8d4b-4af0-9c85-9f6bc8196803} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001667 sec., 7798.440311937612 rows/sec., 486.23 KiB/sec. | ||
| 4914 | 2025.01.10 21:59:18.745717 [ 262 ] {a067c582-8d4b-4af0-9c85-9f6bc8196803} <Debug> TCPHandler: Processed in 0.002055689 sec. | ||
| 4915 | 2025.01.10 21:59:18.745893 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4916 | 2025.01.10 21:59:18.746032 [ 260 ] {f392c701-4473-4cf6-98c0-f5c929be95e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4917 | 2025.01.10 21:59:18.746088 [ 260 ] {f392c701-4473-4cf6-98c0-f5c929be95e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4918 | 2025.01.10 21:59:18.747105 [ 260 ] {f392c701-4473-4cf6-98c0-f5c929be95e2} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4919 | 2025.01.10 21:59:18.747145 [ 260 ] {f392c701-4473-4cf6-98c0-f5c929be95e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4920 | 2025.01.10 21:59:18.747535 [ 260 ] {f392c701-4473-4cf6-98c0-f5c929be95e2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4921 | 2025.01.10 21:59:18.747791 [ 260 ] {f392c701-4473-4cf6-98c0-f5c929be95e2} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4922 | 2025.01.10 21:59:18.748029 [ 260 ] {f392c701-4473-4cf6-98c0-f5c929be95e2} <Debug> executeQuery: Read 815 rows, 60.13 KiB in 0.002028 sec., 401873.7672583827 rows/sec., 28.96 MiB/sec. | ||
| 4923 | 2025.01.10 21:59:18.748084 [ 260 ] {f392c701-4473-4cf6-98c0-f5c929be95e2} <Debug> TCPHandler: Processed in 0.002261095 sec. | ||
| 4924 | 2025.01.10 21:59:18.748292 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4925 | 2025.01.10 21:59:18.748516 [ 262 ] {86e157b1-c376-4d1d-9deb-10bc1a95ed21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4926 | 2025.01.10 21:59:18.748609 [ 262 ] {86e157b1-c376-4d1d-9deb-10bc1a95ed21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4927 | 2025.01.10 21:59:18.749196 [ 262 ] {86e157b1-c376-4d1d-9deb-10bc1a95ed21} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4928 | 2025.01.10 21:59:18.749234 [ 262 ] {86e157b1-c376-4d1d-9deb-10bc1a95ed21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4929 | 2025.01.10 21:59:18.749592 [ 262 ] {86e157b1-c376-4d1d-9deb-10bc1a95ed21} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4930 | 2025.01.10 21:59:18.749840 [ 262 ] {86e157b1-c376-4d1d-9deb-10bc1a95ed21} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4931 | 2025.01.10 21:59:18.750021 [ 262 ] {86e157b1-c376-4d1d-9deb-10bc1a95ed21} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec. | ||
| 4932 | 2025.01.10 21:59:18.750070 [ 262 ] {86e157b1-c376-4d1d-9deb-10bc1a95ed21} <Debug> TCPHandler: Processed in 0.001891074 sec. | ||
| 4933 | 2025.01.10 21:59:18.750216 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4934 | 2025.01.10 21:59:18.750356 [ 260 ] {a7599d52-8c93-4358-9454-bc9f29c6350b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4935 | 2025.01.10 21:59:18.750419 [ 260 ] {a7599d52-8c93-4358-9454-bc9f29c6350b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4936 | 2025.01.10 21:59:18.751268 [ 260 ] {a7599d52-8c93-4358-9454-bc9f29c6350b} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4937 | 2025.01.10 21:59:18.751307 [ 260 ] {a7599d52-8c93-4358-9454-bc9f29c6350b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4938 | 2025.01.10 21:59:18.751739 [ 260 ] {a7599d52-8c93-4358-9454-bc9f29c6350b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4939 | 2025.01.10 21:59:18.751977 [ 260 ] {a7599d52-8c93-4358-9454-bc9f29c6350b} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4940 | 2025.01.10 21:59:18.752230 [ 260 ] {a7599d52-8c93-4358-9454-bc9f29c6350b} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001891 sec., 509254.3627710206 rows/sec., 33.84 MiB/sec. | ||
| 4941 | 2025.01.10 21:59:18.752314 [ 260 ] {a7599d52-8c93-4358-9454-bc9f29c6350b} <Debug> TCPHandler: Processed in 0.002160812 sec. | ||
| 4942 | 2025.01.10 21:59:18.752557 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4943 | 2025.01.10 21:59:18.752691 [ 262 ] {d36d6006-dc9b-4c44-85c5-2943a704699c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4944 | 2025.01.10 21:59:18.752743 [ 262 ] {d36d6006-dc9b-4c44-85c5-2943a704699c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4945 | 2025.01.10 21:59:18.753215 [ 262 ] {d36d6006-dc9b-4c44-85c5-2943a704699c} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4946 | 2025.01.10 21:59:18.753252 [ 262 ] {d36d6006-dc9b-4c44-85c5-2943a704699c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4947 | 2025.01.10 21:59:18.753606 [ 262 ] {d36d6006-dc9b-4c44-85c5-2943a704699c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4948 | 2025.01.10 21:59:18.753840 [ 262 ] {d36d6006-dc9b-4c44-85c5-2943a704699c} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4949 | 2025.01.10 21:59:18.754017 [ 262 ] {d36d6006-dc9b-4c44-85c5-2943a704699c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec. | ||
| 4950 | 2025.01.10 21:59:18.754065 [ 262 ] {d36d6006-dc9b-4c44-85c5-2943a704699c} <Debug> TCPHandler: Processed in 0.001637997 sec. | ||
| 4951 | 2025.01.10 21:59:18.754198 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4952 | 2025.01.10 21:59:18.754315 [ 260 ] {6cc6ff13-dac6-4e9d-b55e-438241505a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4953 | 2025.01.10 21:59:18.754396 [ 260 ] {6cc6ff13-dac6-4e9d-b55e-438241505a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4954 | 2025.01.10 21:59:18.755467 [ 260 ] {6cc6ff13-dac6-4e9d-b55e-438241505a11} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2025.01.10 21:59:18.755506 [ 260 ] {6cc6ff13-dac6-4e9d-b55e-438241505a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4956 | 2025.01.10 21:59:18.756103 [ 260 ] {6cc6ff13-dac6-4e9d-b55e-438241505a11} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4957 | 2025.01.10 21:59:18.756358 [ 260 ] {6cc6ff13-dac6-4e9d-b55e-438241505a11} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2025.01.10 21:59:18.756668 [ 260 ] {6cc6ff13-dac6-4e9d-b55e-438241505a11} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002366 sec., 5494.505494505494 rows/sec., 9.85 MiB/sec. | ||
| 4959 | 2025.01.10 21:59:18.757165 [ 260 ] {6cc6ff13-dac6-4e9d-b55e-438241505a11} <Debug> TCPHandler: Processed in 0.003020587 sec. | ||
| 4960 | 2025.01.10 21:59:18.757375 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4961 | 2025.01.10 21:59:18.757596 [ 262 ] {051771c1-dc7b-4cdc-8a1d-55f9884d9708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4962 | 2025.01.10 21:59:18.757688 [ 262 ] {051771c1-dc7b-4cdc-8a1d-55f9884d9708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4963 | 2025.01.10 21:59:18.758240 [ 262 ] {051771c1-dc7b-4cdc-8a1d-55f9884d9708} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4964 | 2025.01.10 21:59:18.758278 [ 262 ] {051771c1-dc7b-4cdc-8a1d-55f9884d9708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4965 | 2025.01.10 21:59:18.758641 [ 262 ] {051771c1-dc7b-4cdc-8a1d-55f9884d9708} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4966 | 2025.01.10 21:59:18.758875 [ 262 ] {051771c1-dc7b-4cdc-8a1d-55f9884d9708} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2025.01.10 21:59:18.759056 [ 262 ] {051771c1-dc7b-4cdc-8a1d-55f9884d9708} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.001514 sec., 22457.067371202116 rows/sec., 1.31 MiB/sec. | ||
| 4968 | 2025.01.10 21:59:18.759105 [ 262 ] {051771c1-dc7b-4cdc-8a1d-55f9884d9708} <Debug> TCPHandler: Processed in 0.001837693 sec. | ||
| 4969 | 2025.01.10 21:59:21.080667 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 714 | ||
| 4970 | 2025.01.10 21:59:21.084221 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2025.01.10 21:59:21.084276 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4972 | 2025.01.10 21:59:21.085788 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4973 | 2025.01.10 21:59:21.086101 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2025.01.10 21:59:21.086322 [ 58 ] {} <Debug> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4975 | 2025.01.10 21:59:21.086455 [ 58 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2025.01.10 21:59:21.086522 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4977 | 2025.01.10 21:59:21.086823 [ 200 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::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 | ||
| 4978 | 2025.01.10 21:59:21.087124 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 714 | ||
| 4979 | 2025.01.10 21:59:21.087519 [ 200 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4980 | 2025.01.10 21:59:21.087640 [ 200 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 510 rows starting from the beginning of the part | ||
| 4981 | 2025.01.10 21:59:21.088234 [ 200 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::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 | ||
| 4982 | 2025.01.10 21:59:21.088784 [ 200 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part | ||
| 4983 | 2025.01.10 21:59:21.089353 [ 200 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 4984 | 2025.01.10 21:59:21.089877 [ 200 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::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 | ||
| 4985 | 2025.01.10 21:59:21.090445 [ 200 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 4986 | 2025.01.10 21:59:21.097965 [ 194 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 72 columns (72 merged, 0 gathered) in 0.011288665 sec., 63249.28589873116 rows/sec., 52.66 MiB/sec. | ||
| 4987 | 2025.01.10 21:59:21.099081 [ 188 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4988 | 2025.01.10 21:59:21.099825 [ 188 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_16_3} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4989 | 2025.01.10 21:59:21.099906 [ 188 ] {5e60be30-d435-45f7-8b67-4e149c585fb6::all_1_16_3} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4990 | 2025.01.10 21:59:21.100083 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 4991 | 2025.01.10 21:59:22.294937 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4992 | 2025.01.10 21:59:22.295233 [ 262 ] {93feeff2-7685-49ea-b0db-0599ff734cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4993 | 2025.01.10 21:59:22.295346 [ 262 ] {93feeff2-7685-49ea-b0db-0599ff734cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4994 | 2025.01.10 21:59:22.296340 [ 262 ] {93feeff2-7685-49ea-b0db-0599ff734cb3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4995 | 2025.01.10 21:59:22.296380 [ 262 ] {93feeff2-7685-49ea-b0db-0599ff734cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 4996 | 2025.01.10 21:59:22.296810 [ 262 ] {93feeff2-7685-49ea-b0db-0599ff734cb3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4997 | 2025.01.10 21:59:22.297065 [ 262 ] {93feeff2-7685-49ea-b0db-0599ff734cb3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4998 | 2025.01.10 21:59:22.297216 [ 56 ] {} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4999 | 2025.01.10 21:59:22.297258 [ 56 ] {} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5000 | 2025.01.10 21:59:22.297268 [ 262 ] {93feeff2-7685-49ea-b0db-0599ff734cb3} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002115 sec., 12293.144208037824 rows/sec., 935.93 KiB/sec. | ||
| 5001 | 2025.01.10 21:59:22.297285 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5002 | 2025.01.10 21:59:22.297360 [ 262 ] {93feeff2-7685-49ea-b0db-0599ff734cb3} <Debug> TCPHandler: Processed in 0.002602055 sec. | ||
| 5003 | 2025.01.10 21:59:22.297427 [ 188 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::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 | ||
| 5004 | 2025.01.10 21:59:22.297552 [ 188 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5005 | 2025.01.10 21:59:22.297584 [ 188 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1398 rows starting from the beginning of the part | ||
| 5006 | 2025.01.10 21:59:22.297672 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5007 | 2025.01.10 21:59:22.297713 [ 188 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 78 rows starting from the beginning of the part | ||
| 5008 | 2025.01.10 21:59:22.298039 [ 188 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 199 rows starting from the beginning of the part | ||
| 5009 | 2025.01.10 21:59:22.298136 [ 260 ] {2c8847c8-8535-42e0-8454-2025fade4099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5010 | 2025.01.10 21:59:22.298329 [ 188 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 78 rows starting from the beginning of the part | ||
| 5011 | 2025.01.10 21:59:22.298342 [ 260 ] {2c8847c8-8535-42e0-8454-2025fade4099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5012 | 2025.01.10 21:59:22.298624 [ 188 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1339 rows starting from the beginning of the part | ||
| 5013 | 2025.01.10 21:59:22.298884 [ 188 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 5014 | 2025.01.10 21:59:22.300801 [ 260 ] {2c8847c8-8535-42e0-8454-2025fade4099} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5015 | 2025.01.10 21:59:22.300885 [ 260 ] {2c8847c8-8535-42e0-8454-2025fade4099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5016 | 2025.01.10 21:59:22.301788 [ 260 ] {2c8847c8-8535-42e0-8454-2025fade4099} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5017 | 2025.01.10 21:59:22.302223 [ 260 ] {2c8847c8-8535-42e0-8454-2025fade4099} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5018 | 2025.01.10 21:59:22.302259 [ 194 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3118 rows, containing 5 columns (5 merged, 0 gathered) in 0.004894101 sec., 637093.5131906759 rows/sec., 55.83 MiB/sec. | ||
| 5019 | 2025.01.10 21:59:22.302457 [ 56 ] {} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5020 | 2025.01.10 21:59:22.302528 [ 56 ] {} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5021 | 2025.01.10 21:59:22.302570 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5022 | 2025.01.10 21:59:22.302579 [ 260 ] {2c8847c8-8535-42e0-8454-2025fade4099} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004591 sec., 6098.889130908299 rows/sec., 487.11 KiB/sec. | ||
| 5023 | 2025.01.10 21:59:22.303038 [ 195 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5024 | 2025.01.10 21:59:22.303088 [ 260 ] {2c8847c8-8535-42e0-8454-2025fade4099} <Debug> TCPHandler: Processed in 0.00557602 sec. | ||
| 5025 | 2025.01.10 21:59:22.303252 [ 189 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::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 | ||
| 5026 | 2025.01.10 21:59:22.303888 [ 189 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5027 | 2025.01.10 21:59:22.303945 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2025.01.10 21:59:22.304027 [ 189 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 873 rows starting from the beginning of the part | ||
| 5029 | 2025.01.10 21:59:22.304405 [ 195 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5030 | 2025.01.10 21:59:22.304466 [ 189 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 54 rows starting from the beginning of the part | ||
| 5031 | 2025.01.10 21:59:22.304726 [ 195 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_36_7} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5032 | 2025.01.10 21:59:22.304878 [ 189 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 359 rows starting from the beginning of the part | ||
| 5033 | 2025.01.10 21:59:22.305013 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 5034 | 2025.01.10 21:59:22.305028 [ 262 ] {03db7d25-ec4e-4d4b-9e1f-81544d850a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5035 | 2025.01.10 21:59:22.305204 [ 189 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part | ||
| 5036 | 2025.01.10 21:59:22.305461 [ 262 ] {03db7d25-ec4e-4d4b-9e1f-81544d850a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5037 | 2025.01.10 21:59:22.305493 [ 189 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 815 rows starting from the beginning of the part | ||
| 5038 | 2025.01.10 21:59:22.305751 [ 189 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part | ||
| 5039 | 2025.01.10 21:59:22.307549 [ 262 ] {03db7d25-ec4e-4d4b-9e1f-81544d850a14} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5040 | 2025.01.10 21:59:22.307621 [ 262 ] {03db7d25-ec4e-4d4b-9e1f-81544d850a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5041 | 2025.01.10 21:59:22.308540 [ 262 ] {03db7d25-ec4e-4d4b-9e1f-81544d850a14} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5042 | 2025.01.10 21:59:22.309004 [ 262 ] {03db7d25-ec4e-4d4b-9e1f-81544d850a14} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5043 | 2025.01.10 21:59:22.309031 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2183 rows, containing 5 columns (5 merged, 0 gathered) in 0.006234409 sec., 350153.47886223055 rows/sec., 26.66 MiB/sec. | ||
| 5044 | 2025.01.10 21:59:22.309230 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5045 | 2025.01.10 21:59:22.309319 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5046 | 2025.01.10 21:59:22.309383 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5047 | 2025.01.10 21:59:22.309401 [ 262 ] {03db7d25-ec4e-4d4b-9e1f-81544d850a14} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.004845 sec., 12383.90092879257 rows/sec., 879.21 KiB/sec. | ||
| 5048 | 2025.01.10 21:59:22.309806 [ 262 ] {03db7d25-ec4e-4d4b-9e1f-81544d850a14} <Debug> TCPHandler: Processed in 0.00626237 sec. | ||
| 5049 | 2025.01.10 21:59:22.309849 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5050 | 2025.01.10 21:59:22.310100 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5051 | 2025.01.10 21:59:22.310617 [ 260 ] {56efc957-f8b2-4ce2-8e9d-44749f3c3873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5052 | 2025.01.10 21:59:22.310873 [ 260 ] {56efc957-f8b2-4ce2-8e9d-44749f3c3873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5053 | 2025.01.10 21:59:22.310879 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5054 | 2025.01.10 21:59:22.311232 [ 195 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_36_7} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5055 | 2025.01.10 21:59:22.311256 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::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 | ||
| 5056 | 2025.01.10 21:59:22.311516 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5057 | 2025.01.10 21:59:22.311819 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5058 | 2025.01.10 21:59:22.311901 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8354 rows starting from the beginning of the part | ||
| 5059 | 2025.01.10 21:59:22.312120 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 100 rows starting from the beginning of the part | ||
| 5060 | 2025.01.10 21:59:22.312528 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 177 rows starting from the beginning of the part | ||
| 5061 | 2025.01.10 21:59:22.312837 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 100 rows starting from the beginning of the part | ||
| 5062 | 2025.01.10 21:59:22.313195 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 963 rows starting from the beginning of the part | ||
| 5063 | 2025.01.10 21:59:22.313499 [ 260 ] {56efc957-f8b2-4ce2-8e9d-44749f3c3873} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5064 | 2025.01.10 21:59:22.313533 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5065 | 2025.01.10 21:59:22.313593 [ 260 ] {56efc957-f8b2-4ce2-8e9d-44749f3c3873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5066 | 2025.01.10 21:59:22.314705 [ 260 ] {56efc957-f8b2-4ce2-8e9d-44749f3c3873} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5067 | 2025.01.10 21:59:22.315040 [ 260 ] {56efc957-f8b2-4ce2-8e9d-44749f3c3873} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5068 | 2025.01.10 21:59:22.315368 [ 56 ] {} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5069 | 2025.01.10 21:59:22.315478 [ 56 ] {} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2025.01.10 21:59:22.315570 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5071 | 2025.01.10 21:59:22.315726 [ 260 ] {56efc957-f8b2-4ce2-8e9d-44749f3c3873} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.005299 sec., 3396.867333459143 rows/sec., 238.29 KiB/sec. | ||
| 5072 | 2025.01.10 21:59:22.316047 [ 260 ] {56efc957-f8b2-4ce2-8e9d-44749f3c3873} <Debug> TCPHandler: Processed in 0.006130236 sec. | ||
| 5073 | 2025.01.10 21:59:22.316310 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 5074 | 2025.01.10 21:59:22.316891 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5075 | 2025.01.10 21:59:22.316964 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1090 rows starting from the beginning of the part | ||
| 5076 | 2025.01.10 21:59:22.317153 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 5077 | 2025.01.10 21:59:22.317389 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 52 rows starting from the beginning of the part | ||
| 5078 | 2025.01.10 21:59:22.317522 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
| 5079 | 2025.01.10 21:59:22.317724 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 5080 | 2025.01.10 21:59:22.318223 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 18 rows starting from the beginning of the part | ||
| 5081 | 2025.01.10 21:59:22.319687 [ 204 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9754 rows, containing 5 columns (5 merged, 0 gathered) in 0.010139732 sec., 961958.3633965867 rows/sec., 64.41 MiB/sec. | ||
| 5082 | 2025.01.10 21:59:22.319993 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5083 | 2025.01.10 21:59:22.320511 [ 199 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1254 rows, containing 4 columns (4 merged, 0 gathered) in 0.004790478 sec., 261769.28481875922 rows/sec., 16.86 MiB/sec. | ||
| 5084 | 2025.01.10 21:59:22.320679 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5085 | 2025.01.10 21:59:22.320784 [ 192 ] {5116be86-6508-447c-92e8-12223e638356::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5086 | 2025.01.10 21:59:22.320917 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. | ||
| 5087 | 2025.01.10 21:59:22.320982 [ 199 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5088 | 2025.01.10 21:59:22.321299 [ 199 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_36_7} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5089 | 2025.01.10 21:59:22.321382 [ 199 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_36_7} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5090 | 2025.01.10 21:59:22.321470 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 5091 | 2025.01.10 21:59:23.540416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 5092 | 2025.01.10 21:59:23.541068 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5093 | 2025.01.10 21:59:23.541118 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5094 | 2025.01.10 21:59:23.541693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5095 | 2025.01.10 21:59:23.541953 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5096 | 2025.01.10 21:59:23.542207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 5097 | 2025.01.10 21:59:24.247911 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5098 | 2025.01.10 21:59:24.268542 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5099 | 2025.01.10 21:59:24.268589 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5100 | 2025.01.10 21:59:24.276138 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5101 | 2025.01.10 21:59:24.276950 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5102 | 2025.01.10 21:59:24.279967 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5103 | 2025.01.10 21:59:27.297951 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5104 | 2025.01.10 21:59:27.298165 [ 262 ] {d06dc58d-aefa-4e7f-bb52-542bf132d0a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5105 | 2025.01.10 21:59:27.298244 [ 262 ] {d06dc58d-aefa-4e7f-bb52-542bf132d0a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5106 | 2025.01.10 21:59:27.299117 [ 262 ] {d06dc58d-aefa-4e7f-bb52-542bf132d0a7} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5107 | 2025.01.10 21:59:27.299168 [ 262 ] {d06dc58d-aefa-4e7f-bb52-542bf132d0a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5108 | 2025.01.10 21:59:27.299692 [ 262 ] {d06dc58d-aefa-4e7f-bb52-542bf132d0a7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5109 | 2025.01.10 21:59:27.299953 [ 262 ] {d06dc58d-aefa-4e7f-bb52-542bf132d0a7} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5110 | 2025.01.10 21:59:27.300157 [ 262 ] {d06dc58d-aefa-4e7f-bb52-542bf132d0a7} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.00205 sec., 38048.78048780488 rows/sec., 3.26 MiB/sec. | ||
| 5111 | 2025.01.10 21:59:27.300213 [ 262 ] {d06dc58d-aefa-4e7f-bb52-542bf132d0a7} <Debug> TCPHandler: Processed in 0.002398799 sec. | ||
| 5112 | 2025.01.10 21:59:27.300484 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5113 | 2025.01.10 21:59:27.300704 [ 260 ] {e47195ff-9d8c-449f-8d00-0296406fe83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5114 | 2025.01.10 21:59:27.300787 [ 260 ] {e47195ff-9d8c-449f-8d00-0296406fe83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5115 | 2025.01.10 21:59:27.301545 [ 260 ] {e47195ff-9d8c-449f-8d00-0296406fe83b} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5116 | 2025.01.10 21:59:27.301677 [ 260 ] {e47195ff-9d8c-449f-8d00-0296406fe83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5117 | 2025.01.10 21:59:27.302115 [ 260 ] {e47195ff-9d8c-449f-8d00-0296406fe83b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5118 | 2025.01.10 21:59:27.302374 [ 260 ] {e47195ff-9d8c-449f-8d00-0296406fe83b} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5119 | 2025.01.10 21:59:27.302618 [ 260 ] {e47195ff-9d8c-449f-8d00-0296406fe83b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001975 sec., 13164.556962025315 rows/sec., 989.91 KiB/sec. | ||
| 5120 | 2025.01.10 21:59:27.302675 [ 260 ] {e47195ff-9d8c-449f-8d00-0296406fe83b} <Debug> TCPHandler: Processed in 0.002336157 sec. | ||
| 5121 | 2025.01.10 21:59:27.302887 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5122 | 2025.01.10 21:59:27.303099 [ 262 ] {6e33e5af-0845-497d-bb59-f72793eeb219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5123 | 2025.01.10 21:59:27.303156 [ 262 ] {6e33e5af-0845-497d-bb59-f72793eeb219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5124 | 2025.01.10 21:59:27.303872 [ 262 ] {6e33e5af-0845-497d-bb59-f72793eeb219} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5125 | 2025.01.10 21:59:27.303919 [ 262 ] {6e33e5af-0845-497d-bb59-f72793eeb219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5126 | 2025.01.10 21:59:27.304307 [ 262 ] {6e33e5af-0845-497d-bb59-f72793eeb219} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5127 | 2025.01.10 21:59:27.304548 [ 262 ] {6e33e5af-0845-497d-bb59-f72793eeb219} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5128 | 2025.01.10 21:59:27.304729 [ 262 ] {6e33e5af-0845-497d-bb59-f72793eeb219} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001674 sec., 32258.064516129034 rows/sec., 2.52 MiB/sec. | ||
| 5129 | 2025.01.10 21:59:27.304780 [ 262 ] {6e33e5af-0845-497d-bb59-f72793eeb219} <Debug> TCPHandler: Processed in 0.002001528 sec. | ||
| 5130 | 2025.01.10 21:59:27.304970 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5131 | 2025.01.10 21:59:27.305104 [ 260 ] {d6342045-e395-4ef4-b448-31a4d7b7d2b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5132 | 2025.01.10 21:59:27.305169 [ 260 ] {d6342045-e395-4ef4-b448-31a4d7b7d2b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5133 | 2025.01.10 21:59:27.305822 [ 260 ] {d6342045-e395-4ef4-b448-31a4d7b7d2b1} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5134 | 2025.01.10 21:59:27.305869 [ 260 ] {d6342045-e395-4ef4-b448-31a4d7b7d2b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5135 | 2025.01.10 21:59:27.306293 [ 260 ] {d6342045-e395-4ef4-b448-31a4d7b7d2b1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5136 | 2025.01.10 21:59:27.306537 [ 260 ] {d6342045-e395-4ef4-b448-31a4d7b7d2b1} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5137 | 2025.01.10 21:59:27.306740 [ 260 ] {d6342045-e395-4ef4-b448-31a4d7b7d2b1} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001667 sec., 59988.00239952009 rows/sec., 4.16 MiB/sec. | ||
| 5138 | 2025.01.10 21:59:27.306789 [ 260 ] {d6342045-e395-4ef4-b448-31a4d7b7d2b1} <Debug> TCPHandler: Processed in 0.001875294 sec. | ||
| 5139 | 2025.01.10 21:59:27.306927 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5140 | 2025.01.10 21:59:27.307045 [ 262 ] {79dc8773-3459-467e-93f7-91ed99e358cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5141 | 2025.01.10 21:59:27.307124 [ 262 ] {79dc8773-3459-467e-93f7-91ed99e358cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5142 | 2025.01.10 21:59:27.308280 [ 262 ] {79dc8773-3459-467e-93f7-91ed99e358cf} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5143 | 2025.01.10 21:59:27.308319 [ 262 ] {79dc8773-3459-467e-93f7-91ed99e358cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5144 | 2025.01.10 21:59:27.308993 [ 262 ] {79dc8773-3459-467e-93f7-91ed99e358cf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5145 | 2025.01.10 21:59:27.309254 [ 262 ] {79dc8773-3459-467e-93f7-91ed99e358cf} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5146 | 2025.01.10 21:59:27.309387 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5147 | 2025.01.10 21:59:27.309444 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5148 | 2025.01.10 21:59:27.309463 [ 262 ] {79dc8773-3459-467e-93f7-91ed99e358cf} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002441 sec., 10651.372388365424 rows/sec., 19.09 MiB/sec. | ||
| 5149 | 2025.01.10 21:59:27.309473 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5150 | 2025.01.10 21:59:27.310027 [ 262 ] {79dc8773-3459-467e-93f7-91ed99e358cf} <Debug> TCPHandler: Processed in 0.00314811 sec. | ||
| 5151 | 2025.01.10 21:59:27.310053 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 5152 | 2025.01.10 21:59:27.310327 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5153 | 2025.01.10 21:59:27.310627 [ 260 ] {29e22949-dcfe-4db5-8ece-d6df5f3e0707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5154 | 2025.01.10 21:59:27.310786 [ 260 ] {29e22949-dcfe-4db5-8ece-d6df5f3e0707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5155 | 2025.01.10 21:59:27.311002 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5156 | 2025.01.10 21:59:27.311288 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 347 rows starting from the beginning of the part | ||
| 5157 | 2025.01.10 21:59:27.312096 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 5158 | 2025.01.10 21:59:27.312828 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 5159 | 2025.01.10 21:59:27.312905 [ 260 ] {29e22949-dcfe-4db5-8ece-d6df5f3e0707} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2025.01.10 21:59:27.312977 [ 260 ] {29e22949-dcfe-4db5-8ece-d6df5f3e0707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5161 | 2025.01.10 21:59:27.313504 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 5162 | 2025.01.10 21:59:27.314182 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 5163 | 2025.01.10 21:59:27.314667 [ 260 ] {29e22949-dcfe-4db5-8ece-d6df5f3e0707} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5164 | 2025.01.10 21:59:27.314824 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5165 | 2025.01.10 21:59:27.315568 [ 260 ] {29e22949-dcfe-4db5-8ece-d6df5f3e0707} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5166 | 2025.01.10 21:59:27.316088 [ 260 ] {29e22949-dcfe-4db5-8ece-d6df5f3e0707} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005563 sec., 5392.773683264425 rows/sec., 378.30 KiB/sec. | ||
| 5167 | 2025.01.10 21:59:27.316231 [ 260 ] {29e22949-dcfe-4db5-8ece-d6df5f3e0707} <Debug> TCPHandler: Processed in 0.006076815 sec. | ||
| 5168 | 2025.01.10 21:59:27.319978 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 451 rows, containing 19 columns (19 merged, 0 gathered) in 0.010351838 sec., 43567.14237606886 rows/sec., 78.07 MiB/sec. | ||
| 5169 | 2025.01.10 21:59:27.320586 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5170 | 2025.01.10 21:59:27.321010 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5171 | 2025.01.10 21:59:27.321086 [ 192 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5172 | 2025.01.10 21:59:27.321234 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 5173 | 2025.01.10 21:59:29.063312 [ 44 ] {} <Debug> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5174 | 2025.01.10 21:59:29.063388 [ 44 ] {} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5175 | 2025.01.10 21:59:29.063412 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5176 | 2025.01.10 21:59:29.063617 [ 196 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 5177 | 2025.01.10 21:59:29.063794 [ 196 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5178 | 2025.01.10 21:59:29.063836 [ 196 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 5179 | 2025.01.10 21:59:29.063957 [ 196 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 5180 | 2025.01.10 21:59:29.064209 [ 196 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 5181 | 2025.01.10 21:59:29.064449 [ 196 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5182 | 2025.01.10 21:59:29.064614 [ 196 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 5183 | 2025.01.10 21:59:29.065893 [ 187 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002410769 sec., 312763.27180248295 rows/sec., 22.39 MiB/sec. | ||
| 5184 | 2025.01.10 21:59:29.066125 [ 186 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5185 | 2025.01.10 21:59:29.066465 [ 186 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5186 | 2025.01.10 21:59:29.066554 [ 186 ] {1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8::all_1_15_3} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5187 | 2025.01.10 21:59:29.066657 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5188 | 2025.01.10 21:59:29.487666 [ 44 ] {} <Debug> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5189 | 2025.01.10 21:59:29.487756 [ 44 ] {} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5190 | 2025.01.10 21:59:29.487800 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5191 | 2025.01.10 21:59:29.488039 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 5192 | 2025.01.10 21:59:29.488255 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5193 | 2025.01.10 21:59:29.488296 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5194 | 2025.01.10 21:59:29.488378 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5195 | 2025.01.10 21:59:29.488635 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5196 | 2025.01.10 21:59:29.488815 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5197 | 2025.01.10 21:59:29.488977 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5198 | 2025.01.10 21:59:29.490006 [ 186 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002111651 sec., 42620.67926944367 rows/sec., 2.17 MiB/sec. | ||
| 5199 | 2025.01.10 21:59:29.490148 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5200 | 2025.01.10 21:59:29.490433 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5201 | 2025.01.10 21:59:29.490509 [ 196 ] {95590856-892b-4616-a478-d821f2bdc063::all_1_15_3} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5202 | 2025.01.10 21:59:29.490581 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5203 | 2025.01.10 21:59:30.873196 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5204 | 2025.01.10 21:59:30.873251 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5205 | 2025.01.10 21:59:31.043252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5206 | 2025.01.10 21:59:31.043911 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5207 | 2025.01.10 21:59:31.043954 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5208 | 2025.01.10 21:59:31.044493 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5209 | 2025.01.10 21:59:31.044751 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2025.01.10 21:59:31.044987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5211 | 2025.01.10 21:59:31.088308 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 734 | ||
| 5212 | 2025.01.10 21:59:31.091097 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5213 | 2025.01.10 21:59:31.091147 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5214 | 2025.01.10 21:59:31.092635 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5215 | 2025.01.10 21:59:31.092944 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5216 | 2025.01.10 21:59:31.093471 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 734 | ||
| 5217 | 2025.01.10 21:59:31.780957 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5218 | 2025.01.10 21:59:31.802197 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5219 | 2025.01.10 21:59:31.802246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5220 | 2025.01.10 21:59:31.809568 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5221 | 2025.01.10 21:59:31.810337 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5222 | 2025.01.10 21:59:31.812994 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5223 | 2025.01.10 21:59:32.301417 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5224 | 2025.01.10 21:59:32.301717 [ 262 ] {1e6ae126-eae6-43e1-b6cf-b2e284aba220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5225 | 2025.01.10 21:59:32.301831 [ 262 ] {1e6ae126-eae6-43e1-b6cf-b2e284aba220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5226 | 2025.01.10 21:59:32.302730 [ 262 ] {1e6ae126-eae6-43e1-b6cf-b2e284aba220} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5227 | 2025.01.10 21:59:32.302771 [ 262 ] {1e6ae126-eae6-43e1-b6cf-b2e284aba220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5228 | 2025.01.10 21:59:32.303219 [ 262 ] {1e6ae126-eae6-43e1-b6cf-b2e284aba220} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5229 | 2025.01.10 21:59:32.303477 [ 262 ] {1e6ae126-eae6-43e1-b6cf-b2e284aba220} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5230 | 2025.01.10 21:59:32.303708 [ 262 ] {1e6ae126-eae6-43e1-b6cf-b2e284aba220} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002066 sec., 6776.379477250725 rows/sec., 487.81 KiB/sec. | ||
| 5231 | 2025.01.10 21:59:32.303905 [ 262 ] {1e6ae126-eae6-43e1-b6cf-b2e284aba220} <Debug> TCPHandler: Processed in 0.002664416 sec. | ||
| 5232 | 2025.01.10 21:59:32.304158 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5233 | 2025.01.10 21:59:32.304373 [ 260 ] {285a3b19-0698-4215-b54c-534d0cf304a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5234 | 2025.01.10 21:59:32.304455 [ 260 ] {285a3b19-0698-4215-b54c-534d0cf304a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5235 | 2025.01.10 21:59:32.305395 [ 260 ] {285a3b19-0698-4215-b54c-534d0cf304a8} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5236 | 2025.01.10 21:59:32.305441 [ 260 ] {285a3b19-0698-4215-b54c-534d0cf304a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5237 | 2025.01.10 21:59:32.305888 [ 260 ] {285a3b19-0698-4215-b54c-534d0cf304a8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5238 | 2025.01.10 21:59:32.306146 [ 260 ] {285a3b19-0698-4215-b54c-534d0cf304a8} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5239 | 2025.01.10 21:59:32.306388 [ 260 ] {285a3b19-0698-4215-b54c-534d0cf304a8} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.002075 sec., 95903.61445783133 rows/sec., 8.52 MiB/sec. | ||
| 5240 | 2025.01.10 21:59:32.306518 [ 260 ] {285a3b19-0698-4215-b54c-534d0cf304a8} <Debug> TCPHandler: Processed in 0.002500172 sec. | ||
| 5241 | 2025.01.10 21:59:32.306688 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5242 | 2025.01.10 21:59:32.306803 [ 262 ] {f302db84-bb27-43f4-8d04-a9106675f9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5243 | 2025.01.10 21:59:32.306853 [ 262 ] {f302db84-bb27-43f4-8d04-a9106675f9a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5244 | 2025.01.10 21:59:32.307426 [ 262 ] {f302db84-bb27-43f4-8d04-a9106675f9a8} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5245 | 2025.01.10 21:59:32.307464 [ 262 ] {f302db84-bb27-43f4-8d04-a9106675f9a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5246 | 2025.01.10 21:59:32.307816 [ 262 ] {f302db84-bb27-43f4-8d04-a9106675f9a8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5247 | 2025.01.10 21:59:32.308060 [ 262 ] {f302db84-bb27-43f4-8d04-a9106675f9a8} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5248 | 2025.01.10 21:59:32.308236 [ 262 ] {f302db84-bb27-43f4-8d04-a9106675f9a8} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001457 sec., 13726.835964310227 rows/sec., 983.94 KiB/sec. | ||
| 5249 | 2025.01.10 21:59:32.308287 [ 262 ] {f302db84-bb27-43f4-8d04-a9106675f9a8} <Debug> TCPHandler: Processed in 0.001655918 sec. | ||
| 5250 | 2025.01.10 21:59:32.308451 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5251 | 2025.01.10 21:59:32.308590 [ 260 ] {32a94d3a-1cab-40ab-8866-854bdd4f2d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5252 | 2025.01.10 21:59:32.308648 [ 260 ] {32a94d3a-1cab-40ab-8866-854bdd4f2d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5253 | 2025.01.10 21:59:32.309302 [ 260 ] {32a94d3a-1cab-40ab-8866-854bdd4f2d19} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5254 | 2025.01.10 21:59:32.309343 [ 260 ] {32a94d3a-1cab-40ab-8866-854bdd4f2d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5255 | 2025.01.10 21:59:32.309696 [ 260 ] {32a94d3a-1cab-40ab-8866-854bdd4f2d19} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5256 | 2025.01.10 21:59:32.309937 [ 260 ] {32a94d3a-1cab-40ab-8866-854bdd4f2d19} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5257 | 2025.01.10 21:59:32.310137 [ 260 ] {32a94d3a-1cab-40ab-8866-854bdd4f2d19} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec. | ||
| 5258 | 2025.01.10 21:59:32.310188 [ 260 ] {32a94d3a-1cab-40ab-8866-854bdd4f2d19} <Debug> TCPHandler: Processed in 0.001807762 sec. | ||
| 5259 | 2025.01.10 21:59:32.310389 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5260 | 2025.01.10 21:59:32.310607 [ 262 ] {8dbd8e9c-063e-4fb5-bdd3-49b243df7bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5261 | 2025.01.10 21:59:32.310698 [ 262 ] {8dbd8e9c-063e-4fb5-bdd3-49b243df7bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5262 | 2025.01.10 21:59:32.311522 [ 262 ] {8dbd8e9c-063e-4fb5-bdd3-49b243df7bb2} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5263 | 2025.01.10 21:59:32.311562 [ 262 ] {8dbd8e9c-063e-4fb5-bdd3-49b243df7bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5264 | 2025.01.10 21:59:32.311921 [ 262 ] {8dbd8e9c-063e-4fb5-bdd3-49b243df7bb2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5265 | 2025.01.10 21:59:32.312174 [ 262 ] {8dbd8e9c-063e-4fb5-bdd3-49b243df7bb2} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5266 | 2025.01.10 21:59:32.312353 [ 262 ] {8dbd8e9c-063e-4fb5-bdd3-49b243df7bb2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001798 sec., 7230.255839822024 rows/sec., 450.80 KiB/sec. | ||
| 5267 | 2025.01.10 21:59:32.312404 [ 262 ] {8dbd8e9c-063e-4fb5-bdd3-49b243df7bb2} <Debug> TCPHandler: Processed in 0.002123961 sec. | ||
| 5268 | 2025.01.10 21:59:32.312545 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5269 | 2025.01.10 21:59:32.312685 [ 260 ] {54bd17f2-7dcd-4f9b-9924-0a2720179af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5270 | 2025.01.10 21:59:32.312742 [ 260 ] {54bd17f2-7dcd-4f9b-9924-0a2720179af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5271 | 2025.01.10 21:59:32.313491 [ 260 ] {54bd17f2-7dcd-4f9b-9924-0a2720179af7} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5272 | 2025.01.10 21:59:32.313531 [ 260 ] {54bd17f2-7dcd-4f9b-9924-0a2720179af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5273 | 2025.01.10 21:59:32.313917 [ 260 ] {54bd17f2-7dcd-4f9b-9924-0a2720179af7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5274 | 2025.01.10 21:59:32.314170 [ 260 ] {54bd17f2-7dcd-4f9b-9924-0a2720179af7} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5275 | 2025.01.10 21:59:32.314410 [ 260 ] {54bd17f2-7dcd-4f9b-9924-0a2720179af7} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001756 sec., 204441.91343963554 rows/sec., 14.37 MiB/sec. | ||
| 5276 | 2025.01.10 21:59:32.314462 [ 260 ] {54bd17f2-7dcd-4f9b-9924-0a2720179af7} <Debug> TCPHandler: Processed in 0.001983357 sec. | ||
| 5277 | 2025.01.10 21:59:32.314655 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5278 | 2025.01.10 21:59:32.314880 [ 262 ] {d3759ec6-779a-48ae-a1ab-c0a803c2411e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5279 | 2025.01.10 21:59:32.314974 [ 262 ] {d3759ec6-779a-48ae-a1ab-c0a803c2411e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5280 | 2025.01.10 21:59:32.315578 [ 262 ] {d3759ec6-779a-48ae-a1ab-c0a803c2411e} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5281 | 2025.01.10 21:59:32.315616 [ 262 ] {d3759ec6-779a-48ae-a1ab-c0a803c2411e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5282 | 2025.01.10 21:59:32.315973 [ 262 ] {d3759ec6-779a-48ae-a1ab-c0a803c2411e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5283 | 2025.01.10 21:59:32.316209 [ 262 ] {d3759ec6-779a-48ae-a1ab-c0a803c2411e} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5284 | 2025.01.10 21:59:32.316427 [ 262 ] {d3759ec6-779a-48ae-a1ab-c0a803c2411e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 196.91 KiB/sec. | ||
| 5285 | 2025.01.10 21:59:32.316605 [ 262 ] {d3759ec6-779a-48ae-a1ab-c0a803c2411e} <Debug> TCPHandler: Processed in 0.002054309 sec. | ||
| 5286 | 2025.01.10 21:59:32.316784 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5287 | 2025.01.10 21:59:32.316920 [ 260 ] {0b68e89b-d3c5-4e28-9f2d-38fd0b5d75bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5288 | 2025.01.10 21:59:32.316982 [ 260 ] {0b68e89b-d3c5-4e28-9f2d-38fd0b5d75bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5289 | 2025.01.10 21:59:32.317574 [ 260 ] {0b68e89b-d3c5-4e28-9f2d-38fd0b5d75bd} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5290 | 2025.01.10 21:59:32.317615 [ 260 ] {0b68e89b-d3c5-4e28-9f2d-38fd0b5d75bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5291 | 2025.01.10 21:59:32.317999 [ 260 ] {0b68e89b-d3c5-4e28-9f2d-38fd0b5d75bd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5292 | 2025.01.10 21:59:32.318238 [ 260 ] {0b68e89b-d3c5-4e28-9f2d-38fd0b5d75bd} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5293 | 2025.01.10 21:59:32.318470 [ 260 ] {0b68e89b-d3c5-4e28-9f2d-38fd0b5d75bd} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001581 sec., 111954.45920303605 rows/sec., 7.38 MiB/sec. | ||
| 5294 | 2025.01.10 21:59:32.318522 [ 260 ] {0b68e89b-d3c5-4e28-9f2d-38fd0b5d75bd} <Debug> TCPHandler: Processed in 0.001825482 sec. | ||
| 5295 | 2025.01.10 21:59:32.318719 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5296 | 2025.01.10 21:59:32.318940 [ 262 ] {4c657d42-0425-40d2-9c75-0134515bd036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5297 | 2025.01.10 21:59:32.319035 [ 262 ] {4c657d42-0425-40d2-9c75-0134515bd036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5298 | 2025.01.10 21:59:32.319597 [ 262 ] {4c657d42-0425-40d2-9c75-0134515bd036} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5299 | 2025.01.10 21:59:32.319635 [ 262 ] {4c657d42-0425-40d2-9c75-0134515bd036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5300 | 2025.01.10 21:59:32.319984 [ 262 ] {4c657d42-0425-40d2-9c75-0134515bd036} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5301 | 2025.01.10 21:59:32.320221 [ 262 ] {4c657d42-0425-40d2-9c75-0134515bd036} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5302 | 2025.01.10 21:59:32.320457 [ 262 ] {4c657d42-0425-40d2-9c75-0134515bd036} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00156 sec., 641.025641025641 rows/sec., 43.19 KiB/sec. | ||
| 5303 | 2025.01.10 21:59:32.320651 [ 262 ] {4c657d42-0425-40d2-9c75-0134515bd036} <Debug> TCPHandler: Processed in 0.002037378 sec. | ||
| 5304 | 2025.01.10 21:59:32.320806 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5305 | 2025.01.10 21:59:32.320944 [ 260 ] {f7f5b01c-e116-45fd-ae08-b6ce06c2387e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5306 | 2025.01.10 21:59:32.321035 [ 260 ] {f7f5b01c-e116-45fd-ae08-b6ce06c2387e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5307 | 2025.01.10 21:59:32.322133 [ 260 ] {f7f5b01c-e116-45fd-ae08-b6ce06c2387e} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5308 | 2025.01.10 21:59:32.322171 [ 260 ] {f7f5b01c-e116-45fd-ae08-b6ce06c2387e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5309 | 2025.01.10 21:59:32.322787 [ 260 ] {f7f5b01c-e116-45fd-ae08-b6ce06c2387e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5310 | 2025.01.10 21:59:32.323046 [ 260 ] {f7f5b01c-e116-45fd-ae08-b6ce06c2387e} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5311 | 2025.01.10 21:59:32.323288 [ 260 ] {f7f5b01c-e116-45fd-ae08-b6ce06c2387e} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002374 sec., 5475.989890480203 rows/sec., 9.81 MiB/sec. | ||
| 5312 | 2025.01.10 21:59:32.323379 [ 260 ] {f7f5b01c-e116-45fd-ae08-b6ce06c2387e} <Debug> TCPHandler: Processed in 0.002640546 sec. | ||
| 5313 | 2025.01.10 21:59:32.323573 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5314 | 2025.01.10 21:59:32.323794 [ 262 ] {11371250-79d9-4bbd-91d3-febaa49050b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5315 | 2025.01.10 21:59:32.323888 [ 262 ] {11371250-79d9-4bbd-91d3-febaa49050b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5316 | 2025.01.10 21:59:32.324533 [ 262 ] {11371250-79d9-4bbd-91d3-febaa49050b8} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5317 | 2025.01.10 21:59:32.324572 [ 262 ] {11371250-79d9-4bbd-91d3-febaa49050b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5318 | 2025.01.10 21:59:32.324935 [ 262 ] {11371250-79d9-4bbd-91d3-febaa49050b8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5319 | 2025.01.10 21:59:32.325171 [ 262 ] {11371250-79d9-4bbd-91d3-febaa49050b8} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2025.01.10 21:59:32.325354 [ 262 ] {11371250-79d9-4bbd-91d3-febaa49050b8} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001615 sec., 32198.142414860682 rows/sec., 1.99 MiB/sec. | ||
| 5321 | 2025.01.10 21:59:32.325402 [ 262 ] {11371250-79d9-4bbd-91d3-febaa49050b8} <Debug> TCPHandler: Processed in 0.001936496 sec. | ||
| 5322 | 2025.01.10 21:59:37.298679 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5323 | 2025.01.10 21:59:37.298908 [ 262 ] {07b8c4d4-bfab-40db-9a2b-f5142fdc4593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5324 | 2025.01.10 21:59:37.298992 [ 262 ] {07b8c4d4-bfab-40db-9a2b-f5142fdc4593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5325 | 2025.01.10 21:59:37.299784 [ 262 ] {07b8c4d4-bfab-40db-9a2b-f5142fdc4593} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5326 | 2025.01.10 21:59:37.299836 [ 262 ] {07b8c4d4-bfab-40db-9a2b-f5142fdc4593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5327 | 2025.01.10 21:59:37.300267 [ 262 ] {07b8c4d4-bfab-40db-9a2b-f5142fdc4593} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5328 | 2025.01.10 21:59:37.300530 [ 262 ] {07b8c4d4-bfab-40db-9a2b-f5142fdc4593} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5329 | 2025.01.10 21:59:37.300819 [ 262 ] {07b8c4d4-bfab-40db-9a2b-f5142fdc4593} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001964 sec., 1018.3299389002036 rows/sec., 83.04 KiB/sec. | ||
| 5330 | 2025.01.10 21:59:37.301154 [ 262 ] {07b8c4d4-bfab-40db-9a2b-f5142fdc4593} <Debug> TCPHandler: Processed in 0.002608905 sec. | ||
| 5331 | 2025.01.10 21:59:37.301431 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5332 | 2025.01.10 21:59:37.301651 [ 260 ] {c9e779ef-55b1-4580-a5b6-ec66602dd6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5333 | 2025.01.10 21:59:37.301733 [ 260 ] {c9e779ef-55b1-4580-a5b6-ec66602dd6a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5334 | 2025.01.10 21:59:37.302580 [ 260 ] {c9e779ef-55b1-4580-a5b6-ec66602dd6a5} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5335 | 2025.01.10 21:59:37.302632 [ 260 ] {c9e779ef-55b1-4580-a5b6-ec66602dd6a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5336 | 2025.01.10 21:59:37.303073 [ 260 ] {c9e779ef-55b1-4580-a5b6-ec66602dd6a5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5337 | 2025.01.10 21:59:37.303347 [ 260 ] {c9e779ef-55b1-4580-a5b6-ec66602dd6a5} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2025.01.10 21:59:37.303591 [ 260 ] {c9e779ef-55b1-4580-a5b6-ec66602dd6a5} <Debug> executeQuery: Read 79 rows, 6.92 KiB in 0.002 sec., 39500 rows/sec., 3.38 MiB/sec. | ||
| 5339 | 2025.01.10 21:59:37.303708 [ 260 ] {c9e779ef-55b1-4580-a5b6-ec66602dd6a5} <Debug> TCPHandler: Processed in 0.002422629 sec. | ||
| 5340 | 2025.01.10 21:59:37.303892 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5341 | 2025.01.10 21:59:37.304035 [ 262 ] {97b800eb-37b5-4509-9fa7-bb9ef67f9688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5342 | 2025.01.10 21:59:37.304094 [ 262 ] {97b800eb-37b5-4509-9fa7-bb9ef67f9688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5343 | 2025.01.10 21:59:37.304739 [ 262 ] {97b800eb-37b5-4509-9fa7-bb9ef67f9688} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5344 | 2025.01.10 21:59:37.304780 [ 262 ] {97b800eb-37b5-4509-9fa7-bb9ef67f9688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5345 | 2025.01.10 21:59:37.305148 [ 262 ] {97b800eb-37b5-4509-9fa7-bb9ef67f9688} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5346 | 2025.01.10 21:59:37.305391 [ 262 ] {97b800eb-37b5-4509-9fa7-bb9ef67f9688} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5347 | 2025.01.10 21:59:37.305611 [ 262 ] {97b800eb-37b5-4509-9fa7-bb9ef67f9688} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001608 sec., 17412.935323383084 rows/sec., 1.27 MiB/sec. | ||
| 5348 | 2025.01.10 21:59:37.305664 [ 262 ] {97b800eb-37b5-4509-9fa7-bb9ef67f9688} <Debug> TCPHandler: Processed in 0.001844874 sec. | ||
| 5349 | 2025.01.10 21:59:37.305825 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5350 | 2025.01.10 21:59:37.305968 [ 260 ] {ae467073-271f-4c1b-9206-29120a0eb7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5351 | 2025.01.10 21:59:37.306026 [ 260 ] {ae467073-271f-4c1b-9206-29120a0eb7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5352 | 2025.01.10 21:59:37.306680 [ 260 ] {ae467073-271f-4c1b-9206-29120a0eb7c7} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5353 | 2025.01.10 21:59:37.306720 [ 260 ] {ae467073-271f-4c1b-9206-29120a0eb7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5354 | 2025.01.10 21:59:37.307087 [ 260 ] {ae467073-271f-4c1b-9206-29120a0eb7c7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5355 | 2025.01.10 21:59:37.307340 [ 260 ] {ae467073-271f-4c1b-9206-29120a0eb7c7} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5356 | 2025.01.10 21:59:37.307552 [ 260 ] {ae467073-271f-4c1b-9206-29120a0eb7c7} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001616 sec., 34653.46534653466 rows/sec., 2.71 MiB/sec. | ||
| 5357 | 2025.01.10 21:59:37.307606 [ 260 ] {ae467073-271f-4c1b-9206-29120a0eb7c7} <Debug> TCPHandler: Processed in 0.001851214 sec. | ||
| 5358 | 2025.01.10 21:59:37.307757 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5359 | 2025.01.10 21:59:37.307898 [ 262 ] {09e93cc9-bb66-4d92-be5f-62279cc96c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5360 | 2025.01.10 21:59:37.307962 [ 262 ] {09e93cc9-bb66-4d92-be5f-62279cc96c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5361 | 2025.01.10 21:59:37.308572 [ 262 ] {09e93cc9-bb66-4d92-be5f-62279cc96c54} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2025.01.10 21:59:37.308612 [ 262 ] {09e93cc9-bb66-4d92-be5f-62279cc96c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5363 | 2025.01.10 21:59:37.308995 [ 262 ] {09e93cc9-bb66-4d92-be5f-62279cc96c54} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5364 | 2025.01.10 21:59:37.309232 [ 262 ] {09e93cc9-bb66-4d92-be5f-62279cc96c54} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5365 | 2025.01.10 21:59:37.309443 [ 262 ] {09e93cc9-bb66-4d92-be5f-62279cc96c54} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001577 sec., 64045.65630944831 rows/sec., 4.44 MiB/sec. | ||
| 5366 | 2025.01.10 21:59:37.309494 [ 262 ] {09e93cc9-bb66-4d92-be5f-62279cc96c54} <Debug> TCPHandler: Processed in 0.001806202 sec. | ||
| 5367 | 2025.01.10 21:59:37.309653 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5368 | 2025.01.10 21:59:37.309792 [ 260 ] {d692ac49-9035-4c12-8e46-cbeb8c341949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5369 | 2025.01.10 21:59:37.309888 [ 260 ] {d692ac49-9035-4c12-8e46-cbeb8c341949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5370 | 2025.01.10 21:59:37.311088 [ 260 ] {d692ac49-9035-4c12-8e46-cbeb8c341949} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5371 | 2025.01.10 21:59:37.311128 [ 260 ] {d692ac49-9035-4c12-8e46-cbeb8c341949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5372 | 2025.01.10 21:59:37.311774 [ 260 ] {d692ac49-9035-4c12-8e46-cbeb8c341949} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5373 | 2025.01.10 21:59:37.312041 [ 260 ] {d692ac49-9035-4c12-8e46-cbeb8c341949} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5374 | 2025.01.10 21:59:37.312336 [ 260 ] {d692ac49-9035-4c12-8e46-cbeb8c341949} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002573 sec., 10104.935872522346 rows/sec., 18.11 MiB/sec. | ||
| 5375 | 2025.01.10 21:59:37.312816 [ 260 ] {d692ac49-9035-4c12-8e46-cbeb8c341949} <Debug> TCPHandler: Processed in 0.003229813 sec. | ||
| 5376 | 2025.01.10 21:59:37.312978 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5377 | 2025.01.10 21:59:37.313117 [ 262 ] {d629f9d6-c007-4b7b-b1a3-3c600e3a933b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5378 | 2025.01.10 21:59:37.313179 [ 262 ] {d629f9d6-c007-4b7b-b1a3-3c600e3a933b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5379 | 2025.01.10 21:59:37.313683 [ 262 ] {d629f9d6-c007-4b7b-b1a3-3c600e3a933b} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5380 | 2025.01.10 21:59:37.313721 [ 262 ] {d629f9d6-c007-4b7b-b1a3-3c600e3a933b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5381 | 2025.01.10 21:59:37.314100 [ 262 ] {d629f9d6-c007-4b7b-b1a3-3c600e3a933b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5382 | 2025.01.10 21:59:37.314339 [ 262 ] {d629f9d6-c007-4b7b-b1a3-3c600e3a933b} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5383 | 2025.01.10 21:59:37.314559 [ 262 ] {d629f9d6-c007-4b7b-b1a3-3c600e3a933b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001473 sec., 20366.598778004074 rows/sec., 1.40 MiB/sec. | ||
| 5384 | 2025.01.10 21:59:37.314608 [ 262 ] {d629f9d6-c007-4b7b-b1a3-3c600e3a933b} <Debug> TCPHandler: Processed in 0.001699369 sec. | ||
| 5385 | 2025.01.10 21:59:38.546040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5386 | 2025.01.10 21:59:38.546663 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2025.01.10 21:59:38.546705 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5388 | 2025.01.10 21:59:38.547265 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5389 | 2025.01.10 21:59:38.547514 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2025.01.10 21:59:38.547791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5391 | 2025.01.10 21:59:39.313981 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5392 | 2025.01.10 21:59:39.334681 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5393 | 2025.01.10 21:59:39.334731 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5394 | 2025.01.10 21:59:39.342110 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5395 | 2025.01.10 21:59:39.342885 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5396 | 2025.01.10 21:59:39.345588 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5397 | 2025.01.10 21:59:41.094509 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 770 | ||
| 5398 | 2025.01.10 21:59:41.097607 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5399 | 2025.01.10 21:59:41.097647 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5400 | 2025.01.10 21:59:41.099143 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5401 | 2025.01.10 21:59:41.099445 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5402 | 2025.01.10 21:59:41.100396 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 770 | ||
| 5403 | 2025.01.10 21:59:42.301399 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5404 | 2025.01.10 21:59:42.301704 [ 262 ] {a9d8f59e-e28a-4e28-853e-5978e645f4bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5405 | 2025.01.10 21:59:42.301814 [ 262 ] {a9d8f59e-e28a-4e28-853e-5978e645f4bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5406 | 2025.01.10 21:59:42.302827 [ 262 ] {a9d8f59e-e28a-4e28-853e-5978e645f4bf} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5407 | 2025.01.10 21:59:42.302867 [ 262 ] {a9d8f59e-e28a-4e28-853e-5978e645f4bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5408 | 2025.01.10 21:59:42.303290 [ 262 ] {a9d8f59e-e28a-4e28-853e-5978e645f4bf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5409 | 2025.01.10 21:59:42.303545 [ 262 ] {a9d8f59e-e28a-4e28-853e-5978e645f4bf} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5410 | 2025.01.10 21:59:42.303702 [ 28 ] {} <Debug> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5411 | 2025.01.10 21:59:42.303754 [ 28 ] {} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5412 | 2025.01.10 21:59:42.303760 [ 262 ] {a9d8f59e-e28a-4e28-853e-5978e645f4bf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00214 sec., 6542.056074766355 rows/sec., 470.94 KiB/sec. | ||
| 5413 | 2025.01.10 21:59:42.303782 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5414 | 2025.01.10 21:59:42.303833 [ 262 ] {a9d8f59e-e28a-4e28-853e-5978e645f4bf} <Debug> TCPHandler: Processed in 0.002615215 sec. | ||
| 5415 | 2025.01.10 21:59:42.304018 [ 190 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 5416 | 2025.01.10 21:59:42.304203 [ 190 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5417 | 2025.01.10 21:59:42.304238 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5418 | 2025.01.10 21:59:42.304252 [ 190 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 5419 | 2025.01.10 21:59:42.304389 [ 190 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 5420 | 2025.01.10 21:59:42.304550 [ 260 ] {f5621951-048c-4867-a493-8717fee542ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5421 | 2025.01.10 21:59:42.304594 [ 190 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 5422 | 2025.01.10 21:59:42.304697 [ 260 ] {f5621951-048c-4867-a493-8717fee542ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5423 | 2025.01.10 21:59:42.304771 [ 190 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 5424 | 2025.01.10 21:59:42.305003 [ 190 ] {813c36f0-3c41-4b93-8f00-746de021acf0::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 | ||
| 5425 | 2025.01.10 21:59:42.306149 [ 260 ] {f5621951-048c-4867-a493-8717fee542ee} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5426 | 2025.01.10 21:59:42.306206 [ 260 ] {f5621951-048c-4867-a493-8717fee542ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5427 | 2025.01.10 21:59:42.306428 [ 186 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002548814 sec., 27463.753730166267 rows/sec., 2.04 MiB/sec. | ||
| 5428 | 2025.01.10 21:59:42.306604 [ 186 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5429 | 2025.01.10 21:59:42.306829 [ 260 ] {f5621951-048c-4867-a493-8717fee542ee} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5430 | 2025.01.10 21:59:42.307063 [ 186 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_17_4} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5431 | 2025.01.10 21:59:42.307162 [ 260 ] {f5621951-048c-4867-a493-8717fee542ee} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5432 | 2025.01.10 21:59:42.307207 [ 186 ] {813c36f0-3c41-4b93-8f00-746de021acf0::all_1_17_4} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5433 | 2025.01.10 21:59:42.307400 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5434 | 2025.01.10 21:59:42.307486 [ 260 ] {f5621951-048c-4867-a493-8717fee542ee} <Debug> executeQuery: Read 199 rows, 18.11 KiB in 0.00307 sec., 64820.846905537466 rows/sec., 5.76 MiB/sec. | ||
| 5435 | 2025.01.10 21:59:42.307551 [ 260 ] {f5621951-048c-4867-a493-8717fee542ee} <Debug> TCPHandler: Processed in 0.003451999 sec. | ||
| 5436 | 2025.01.10 21:59:42.307729 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5437 | 2025.01.10 21:59:42.307870 [ 262 ] {474bae8d-8aee-47a1-bf47-f9ea41c89650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5438 | 2025.01.10 21:59:42.307929 [ 262 ] {474bae8d-8aee-47a1-bf47-f9ea41c89650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5439 | 2025.01.10 21:59:42.308633 [ 262 ] {474bae8d-8aee-47a1-bf47-f9ea41c89650} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5440 | 2025.01.10 21:59:42.308669 [ 262 ] {474bae8d-8aee-47a1-bf47-f9ea41c89650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5441 | 2025.01.10 21:59:42.309029 [ 262 ] {474bae8d-8aee-47a1-bf47-f9ea41c89650} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5442 | 2025.01.10 21:59:42.309268 [ 262 ] {474bae8d-8aee-47a1-bf47-f9ea41c89650} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5443 | 2025.01.10 21:59:42.309511 [ 262 ] {474bae8d-8aee-47a1-bf47-f9ea41c89650} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001664 sec., 12019.23076923077 rows/sec., 861.53 KiB/sec. | ||
| 5444 | 2025.01.10 21:59:42.309598 [ 262 ] {474bae8d-8aee-47a1-bf47-f9ea41c89650} <Debug> TCPHandler: Processed in 0.001935285 sec. | ||
| 5445 | 2025.01.10 21:59:42.309748 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5446 | 2025.01.10 21:59:42.309874 [ 260 ] {b60b0e1b-9339-42ef-ae73-54f768778922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5447 | 2025.01.10 21:59:42.309923 [ 260 ] {b60b0e1b-9339-42ef-ae73-54f768778922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5448 | 2025.01.10 21:59:42.310513 [ 260 ] {b60b0e1b-9339-42ef-ae73-54f768778922} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5449 | 2025.01.10 21:59:42.310554 [ 260 ] {b60b0e1b-9339-42ef-ae73-54f768778922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5450 | 2025.01.10 21:59:42.310916 [ 260 ] {b60b0e1b-9339-42ef-ae73-54f768778922} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5451 | 2025.01.10 21:59:42.311148 [ 260 ] {b60b0e1b-9339-42ef-ae73-54f768778922} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5452 | 2025.01.10 21:59:42.311374 [ 260 ] {b60b0e1b-9339-42ef-ae73-54f768778922} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001518 sec., 9222.66139657444 rows/sec., 645.90 KiB/sec. | ||
| 5453 | 2025.01.10 21:59:42.311456 [ 260 ] {b60b0e1b-9339-42ef-ae73-54f768778922} <Debug> TCPHandler: Processed in 0.001764731 sec. | ||
| 5454 | 2025.01.10 21:59:42.311739 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2025.01.10 21:59:42.311960 [ 262 ] {38b1ad7b-58ed-4faf-b183-0e2d9694db39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5456 | 2025.01.10 21:59:42.312048 [ 262 ] {38b1ad7b-58ed-4faf-b183-0e2d9694db39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5457 | 2025.01.10 21:59:42.312847 [ 262 ] {38b1ad7b-58ed-4faf-b183-0e2d9694db39} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2025.01.10 21:59:42.312886 [ 262 ] {38b1ad7b-58ed-4faf-b183-0e2d9694db39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5459 | 2025.01.10 21:59:42.313232 [ 262 ] {38b1ad7b-58ed-4faf-b183-0e2d9694db39} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5460 | 2025.01.10 21:59:42.313477 [ 262 ] {38b1ad7b-58ed-4faf-b183-0e2d9694db39} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2025.01.10 21:59:42.313670 [ 27 ] {} <Debug> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5462 | 2025.01.10 21:59:42.313722 [ 262 ] {38b1ad7b-58ed-4faf-b183-0e2d9694db39} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001817 sec., 7154.6505228398455 rows/sec., 446.09 KiB/sec. | ||
| 5463 | 2025.01.10 21:59:42.313800 [ 27 ] {} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5464 | 2025.01.10 21:59:42.313849 [ 262 ] {38b1ad7b-58ed-4faf-b183-0e2d9694db39} <Debug> TCPHandler: Processed in 0.002285146 sec. | ||
| 5465 | 2025.01.10 21:59:42.313891 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5466 | 2025.01.10 21:59:42.314039 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5467 | 2025.01.10 21:59:42.314268 [ 198 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 5468 | 2025.01.10 21:59:42.314426 [ 260 ] {30064105-37c0-4ee6-9a15-c5dfef5ff802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5469 | 2025.01.10 21:59:42.314608 [ 260 ] {30064105-37c0-4ee6-9a15-c5dfef5ff802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5470 | 2025.01.10 21:59:42.314761 [ 198 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5471 | 2025.01.10 21:59:42.314809 [ 198 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 5472 | 2025.01.10 21:59:42.314981 [ 198 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 5473 | 2025.01.10 21:59:42.315242 [ 198 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 5474 | 2025.01.10 21:59:42.315455 [ 198 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 5475 | 2025.01.10 21:59:42.315656 [ 198 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::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 | ||
| 5476 | 2025.01.10 21:59:42.316396 [ 260 ] {30064105-37c0-4ee6-9a15-c5dfef5ff802} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5477 | 2025.01.10 21:59:42.316467 [ 260 ] {30064105-37c0-4ee6-9a15-c5dfef5ff802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5478 | 2025.01.10 21:59:42.318101 [ 260 ] {30064105-37c0-4ee6-9a15-c5dfef5ff802} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5479 | 2025.01.10 21:59:42.318128 [ 196 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004111138 sec., 15810.707400238083 rows/sec., 1.02 MiB/sec. | ||
| 5480 | 2025.01.10 21:59:42.318341 [ 196 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5481 | 2025.01.10 21:59:42.318497 [ 260 ] {30064105-37c0-4ee6-9a15-c5dfef5ff802} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5482 | 2025.01.10 21:59:42.318956 [ 196 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_17_4} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5483 | 2025.01.10 21:59:42.318965 [ 260 ] {30064105-37c0-4ee6-9a15-c5dfef5ff802} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.004675 sec., 76791.44385026737 rows/sec., 5.40 MiB/sec. | ||
| 5484 | 2025.01.10 21:59:42.319130 [ 260 ] {30064105-37c0-4ee6-9a15-c5dfef5ff802} <Debug> TCPHandler: Processed in 0.005171179 sec. | ||
| 5485 | 2025.01.10 21:59:42.319153 [ 196 ] {5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15::all_1_17_4} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5486 | 2025.01.10 21:59:42.319293 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5487 | 2025.01.10 21:59:42.319320 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5488 | 2025.01.10 21:59:42.319453 [ 262 ] {43a8f163-6ebb-4369-8f14-09af2cf1fbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5489 | 2025.01.10 21:59:42.319516 [ 262 ] {43a8f163-6ebb-4369-8f14-09af2cf1fbcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5490 | 2025.01.10 21:59:42.320071 [ 262 ] {43a8f163-6ebb-4369-8f14-09af2cf1fbcf} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5491 | 2025.01.10 21:59:42.320115 [ 262 ] {43a8f163-6ebb-4369-8f14-09af2cf1fbcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5492 | 2025.01.10 21:59:42.320531 [ 262 ] {43a8f163-6ebb-4369-8f14-09af2cf1fbcf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5493 | 2025.01.10 21:59:42.320763 [ 262 ] {43a8f163-6ebb-4369-8f14-09af2cf1fbcf} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5494 | 2025.01.10 21:59:42.321000 [ 262 ] {43a8f163-6ebb-4369-8f14-09af2cf1fbcf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec. | ||
| 5495 | 2025.01.10 21:59:42.321099 [ 262 ] {43a8f163-6ebb-4369-8f14-09af2cf1fbcf} <Debug> TCPHandler: Processed in 0.001876454 sec. | ||
| 5496 | 2025.01.10 21:59:42.321252 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5497 | 2025.01.10 21:59:42.321370 [ 260 ] {3073997f-570d-4271-bcf4-9ca7d96679e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5498 | 2025.01.10 21:59:42.321422 [ 260 ] {3073997f-570d-4271-bcf4-9ca7d96679e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5499 | 2025.01.10 21:59:42.321996 [ 260 ] {3073997f-570d-4271-bcf4-9ca7d96679e1} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5500 | 2025.01.10 21:59:42.322036 [ 260 ] {3073997f-570d-4271-bcf4-9ca7d96679e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5501 | 2025.01.10 21:59:42.322411 [ 260 ] {3073997f-570d-4271-bcf4-9ca7d96679e1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5502 | 2025.01.10 21:59:42.322644 [ 260 ] {3073997f-570d-4271-bcf4-9ca7d96679e1} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5503 | 2025.01.10 21:59:42.322853 [ 260 ] {3073997f-570d-4271-bcf4-9ca7d96679e1} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001507 sec., 117451.89117451891 rows/sec., 7.75 MiB/sec. | ||
| 5504 | 2025.01.10 21:59:42.322902 [ 260 ] {3073997f-570d-4271-bcf4-9ca7d96679e1} <Debug> TCPHandler: Processed in 0.001708829 sec. | ||
| 5505 | 2025.01.10 21:59:42.323044 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5506 | 2025.01.10 21:59:42.323160 [ 262 ] {890d83b1-4f6a-4fa7-8902-dfbf2c38c7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5507 | 2025.01.10 21:59:42.323213 [ 262 ] {890d83b1-4f6a-4fa7-8902-dfbf2c38c7e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5508 | 2025.01.10 21:59:42.323694 [ 262 ] {890d83b1-4f6a-4fa7-8902-dfbf2c38c7e1} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5509 | 2025.01.10 21:59:42.323734 [ 262 ] {890d83b1-4f6a-4fa7-8902-dfbf2c38c7e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5510 | 2025.01.10 21:59:42.324086 [ 262 ] {890d83b1-4f6a-4fa7-8902-dfbf2c38c7e1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5511 | 2025.01.10 21:59:42.324324 [ 262 ] {890d83b1-4f6a-4fa7-8902-dfbf2c38c7e1} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5512 | 2025.01.10 21:59:42.324579 [ 262 ] {890d83b1-4f6a-4fa7-8902-dfbf2c38c7e1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001443 sec., 693.000693000693 rows/sec., 46.70 KiB/sec. | ||
| 5513 | 2025.01.10 21:59:42.324770 [ 262 ] {890d83b1-4f6a-4fa7-8902-dfbf2c38c7e1} <Debug> TCPHandler: Processed in 0.001772681 sec. | ||
| 5514 | 2025.01.10 21:59:42.324922 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5515 | 2025.01.10 21:59:42.325038 [ 260 ] {fd8445b2-ac2e-4a05-8dcd-020d8eb5fa61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5516 | 2025.01.10 21:59:42.325118 [ 260 ] {fd8445b2-ac2e-4a05-8dcd-020d8eb5fa61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5517 | 2025.01.10 21:59:42.326187 [ 260 ] {fd8445b2-ac2e-4a05-8dcd-020d8eb5fa61} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5518 | 2025.01.10 21:59:42.326227 [ 260 ] {fd8445b2-ac2e-4a05-8dcd-020d8eb5fa61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5519 | 2025.01.10 21:59:42.326838 [ 260 ] {fd8445b2-ac2e-4a05-8dcd-020d8eb5fa61} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5520 | 2025.01.10 21:59:42.327087 [ 260 ] {fd8445b2-ac2e-4a05-8dcd-020d8eb5fa61} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5521 | 2025.01.10 21:59:42.327329 [ 260 ] {fd8445b2-ac2e-4a05-8dcd-020d8eb5fa61} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002316 sec., 5613.126079447323 rows/sec., 10.06 MiB/sec. | ||
| 5522 | 2025.01.10 21:59:42.327420 [ 260 ] {fd8445b2-ac2e-4a05-8dcd-020d8eb5fa61} <Debug> TCPHandler: Processed in 0.002553064 sec. | ||
| 5523 | 2025.01.10 21:59:42.327628 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5524 | 2025.01.10 21:59:42.327847 [ 262 ] {10ff5625-646c-4184-99e4-6939e4690c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5525 | 2025.01.10 21:59:42.327941 [ 262 ] {10ff5625-646c-4184-99e4-6939e4690c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5526 | 2025.01.10 21:59:42.328692 [ 262 ] {10ff5625-646c-4184-99e4-6939e4690c73} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5527 | 2025.01.10 21:59:42.328731 [ 262 ] {10ff5625-646c-4184-99e4-6939e4690c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5528 | 2025.01.10 21:59:42.329086 [ 262 ] {10ff5625-646c-4184-99e4-6939e4690c73} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5529 | 2025.01.10 21:59:42.329327 [ 262 ] {10ff5625-646c-4184-99e4-6939e4690c73} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5530 | 2025.01.10 21:59:42.329534 [ 262 ] {10ff5625-646c-4184-99e4-6939e4690c73} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001739 sec., 29902.242668200113 rows/sec., 1.85 MiB/sec. | ||
| 5531 | 2025.01.10 21:59:42.329582 [ 262 ] {10ff5625-646c-4184-99e4-6939e4690c73} <Debug> TCPHandler: Processed in 0.002061469 sec. | ||
| 5532 | 2025.01.10 21:59:45.873312 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5533 | 2025.01.10 21:59:45.873396 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5534 | 2025.01.10 21:59:46.048830 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5535 | 2025.01.10 21:59:46.049448 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5536 | 2025.01.10 21:59:46.049485 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5537 | 2025.01.10 21:59:46.049990 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5538 | 2025.01.10 21:59:46.050246 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5539 | 2025.01.10 21:59:46.050476 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5540 | 2025.01.10 21:59:46.050507 [ 120 ] {} <Debug> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5541 | 2025.01.10 21:59:46.050613 [ 120 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5542 | 2025.01.10 21:59:46.050655 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5543 | 2025.01.10 21:59:46.050818 [ 194 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 5544 | 2025.01.10 21:59:46.051009 [ 194 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5545 | 2025.01.10 21:59:46.051062 [ 194 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 5546 | 2025.01.10 21:59:46.051157 [ 194 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 5547 | 2025.01.10 21:59:46.051264 [ 194 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 5548 | 2025.01.10 21:59:46.051407 [ 194 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 5549 | 2025.01.10 21:59:46.051494 [ 194 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 5550 | 2025.01.10 21:59:46.051579 [ 194 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::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 | ||
| 5551 | 2025.01.10 21:59:46.054060 [ 198 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003318996 sec., 3602294.187760395 rows/sec., 51.53 MiB/sec. | ||
| 5552 | 2025.01.10 21:59:46.054383 [ 198 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5553 | 2025.01.10 21:59:46.054718 [ 198 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_26_5} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5554 | 2025.01.10 21:59:46.054806 [ 198 ] {7e5ebc9a-7719-45c1-af58-1f20f2d677fb::all_1_26_5} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5555 | 2025.01.10 21:59:46.054904 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5556 | 2025.01.10 21:59:46.846586 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5557 | 2025.01.10 21:59:46.868745 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2025.01.10 21:59:46.868805 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5559 | 2025.01.10 21:59:46.876940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5560 | 2025.01.10 21:59:46.877725 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5561 | 2025.01.10 21:59:46.878140 [ 138 ] {} <Debug> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5562 | 2025.01.10 21:59:46.878272 [ 138 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5563 | 2025.01.10 21:59:46.878341 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5564 | 2025.01.10 21:59:46.878722 [ 194 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 5565 | 2025.01.10 21:59:46.893507 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5566 | 2025.01.10 21:59:46.895062 [ 194 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5567 | 2025.01.10 21:59:46.896270 [ 194 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 5568 | 2025.01.10 21:59:46.901177 [ 194 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 5569 | 2025.01.10 21:59:46.906345 [ 194 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 5570 | 2025.01.10 21:59:46.911700 [ 194 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 5571 | 2025.01.10 21:59:46.917342 [ 194 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 5572 | 2025.01.10 21:59:46.921720 [ 194 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::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 | ||
| 5573 | 2025.01.10 21:59:46.979471 [ 199 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.100994184 sec., 1940.7058133169332 rows/sec., 10.04 MiB/sec. | ||
| 5574 | 2025.01.10 21:59:46.982332 [ 199 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5575 | 2025.01.10 21:59:46.985118 [ 199 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_26_5} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5576 | 2025.01.10 21:59:46.985207 [ 199 ] {fcebb1b2-ecbf-432f-a806-93ad2b6b746c::all_1_26_5} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5577 | 2025.01.10 21:59:46.987342 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5578 | 2025.01.10 21:59:47.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.78 MiB, peak 203.34 MiB, free memory in arenas 0.00 B, will set to 194.94 MiB (RSS), difference: 2.15 MiB | ||
| 5579 | 2025.01.10 21:59:47.298206 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5580 | 2025.01.10 21:59:47.298396 [ 262 ] {b69d6ede-2623-4e50-9983-621a30dc1a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5581 | 2025.01.10 21:59:47.298469 [ 262 ] {b69d6ede-2623-4e50-9983-621a30dc1a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5582 | 2025.01.10 21:59:47.299276 [ 262 ] {b69d6ede-2623-4e50-9983-621a30dc1a34} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5583 | 2025.01.10 21:59:47.299322 [ 262 ] {b69d6ede-2623-4e50-9983-621a30dc1a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5584 | 2025.01.10 21:59:47.299760 [ 262 ] {b69d6ede-2623-4e50-9983-621a30dc1a34} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5585 | 2025.01.10 21:59:47.300008 [ 262 ] {b69d6ede-2623-4e50-9983-621a30dc1a34} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5586 | 2025.01.10 21:59:47.300204 [ 138 ] {} <Debug> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5587 | 2025.01.10 21:59:47.300262 [ 262 ] {b69d6ede-2623-4e50-9983-621a30dc1a34} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001911 sec., 40816.32653061225 rows/sec., 3.50 MiB/sec. | ||
| 5588 | 2025.01.10 21:59:47.300296 [ 138 ] {} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2025.01.10 21:59:47.300387 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5590 | 2025.01.10 21:59:47.300392 [ 262 ] {b69d6ede-2623-4e50-9983-621a30dc1a34} <Debug> TCPHandler: Processed in 0.002306036 sec. | ||
| 5591 | 2025.01.10 21:59:47.300723 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::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 | ||
| 5592 | 2025.01.10 21:59:47.300739 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5593 | 2025.01.10 21:59:47.301178 [ 260 ] {d9764eeb-7df6-44c7-85a8-ff762d7a067a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5594 | 2025.01.10 21:59:47.301377 [ 260 ] {d9764eeb-7df6-44c7-85a8-ff762d7a067a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5595 | 2025.01.10 21:59:47.301463 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5596 | 2025.01.10 21:59:47.301637 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1398 rows starting from the beginning of the part | ||
| 5597 | 2025.01.10 21:59:47.301839 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 78 rows starting from the beginning of the part | ||
| 5598 | 2025.01.10 21:59:47.302259 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 199 rows starting from the beginning of the part | ||
| 5599 | 2025.01.10 21:59:47.302627 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 79 rows starting from the beginning of the part | ||
| 5600 | 2025.01.10 21:59:47.303010 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 199 rows starting from the beginning of the part | ||
| 5601 | 2025.01.10 21:59:47.303432 [ 204 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 78 rows starting from the beginning of the part | ||
| 5602 | 2025.01.10 21:59:47.304610 [ 260 ] {d9764eeb-7df6-44c7-85a8-ff762d7a067a} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2025.01.10 21:59:47.304679 [ 260 ] {d9764eeb-7df6-44c7-85a8-ff762d7a067a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5604 | 2025.01.10 21:59:47.305933 [ 260 ] {d9764eeb-7df6-44c7-85a8-ff762d7a067a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5605 | 2025.01.10 21:59:47.306335 [ 260 ] {d9764eeb-7df6-44c7-85a8-ff762d7a067a} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5606 | 2025.01.10 21:59:47.306733 [ 138 ] {} <Debug> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 5607 | 2025.01.10 21:59:47.306803 [ 138 ] {} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5608 | 2025.01.10 21:59:47.306817 [ 195 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2031 rows, containing 5 columns (5 merged, 0 gathered) in 0.006301571 sec., 322300.5818707748 rows/sec., 28.57 MiB/sec. | ||
| 5609 | 2025.01.10 21:59:47.306859 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5610 | 2025.01.10 21:59:47.306908 [ 260 ] {d9764eeb-7df6-44c7-85a8-ff762d7a067a} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005912 sec., 4397.834912043302 rows/sec., 330.70 KiB/sec. | ||
| 5611 | 2025.01.10 21:59:47.307406 [ 195 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5612 | 2025.01.10 21:59:47.307431 [ 260 ] {d9764eeb-7df6-44c7-85a8-ff762d7a067a} <Debug> TCPHandler: Processed in 0.006857707 sec. | ||
| 5613 | 2025.01.10 21:59:47.308152 [ 189 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::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 | ||
| 5614 | 2025.01.10 21:59:47.308337 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5615 | 2025.01.10 21:59:47.308526 [ 195 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5616 | 2025.01.10 21:59:47.308598 [ 189 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5617 | 2025.01.10 21:59:47.308718 [ 189 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 60 rows starting from the beginning of the part | ||
| 5618 | 2025.01.10 21:59:47.308833 [ 262 ] {29d47f63-c5bd-4080-a8c6-01f7bc97cc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5619 | 2025.01.10 21:59:47.308836 [ 195 ] {2e653e70-8cfb-4749-af81-60ea61dd7e34::all_1_41_8} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5620 | 2025.01.10 21:59:47.309129 [ 189 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5621 | 2025.01.10 21:59:47.309158 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 5622 | 2025.01.10 21:59:47.309265 [ 262 ] {29d47f63-c5bd-4080-a8c6-01f7bc97cc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5623 | 2025.01.10 21:59:47.309462 [ 189 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part | ||
| 5624 | 2025.01.10 21:59:47.309849 [ 189 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part | ||
| 5625 | 2025.01.10 21:59:47.310065 [ 189 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 5626 | 2025.01.10 21:59:47.310351 [ 189 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 5627 | 2025.01.10 21:59:47.312052 [ 262 ] {29d47f63-c5bd-4080-a8c6-01f7bc97cc87} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5628 | 2025.01.10 21:59:47.312125 [ 262 ] {29d47f63-c5bd-4080-a8c6-01f7bc97cc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5629 | 2025.01.10 21:59:47.313183 [ 262 ] {29d47f63-c5bd-4080-a8c6-01f7bc97cc87} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5630 | 2025.01.10 21:59:47.313286 [ 192 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.00624768 sec., 28810.694529809465 rows/sec., 2.18 MiB/sec. | ||
| 5631 | 2025.01.10 21:59:47.313587 [ 262 ] {29d47f63-c5bd-4080-a8c6-01f7bc97cc87} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5632 | 2025.01.10 21:59:47.313609 [ 195 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 5633 | 2025.01.10 21:59:47.313848 [ 138 ] {} <Debug> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5634 | 2025.01.10 21:59:47.313939 [ 138 ] {} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2025.01.10 21:59:47.314027 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5636 | 2025.01.10 21:59:47.314183 [ 262 ] {29d47f63-c5bd-4080-a8c6-01f7bc97cc87} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.005441 sec., 9924.646204741775 rows/sec., 793.67 KiB/sec. | ||
| 5637 | 2025.01.10 21:59:47.314424 [ 192 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.01.10 21:59:47.314560 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::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 | ||
| 5639 | 2025.01.10 21:59:47.314594 [ 262 ] {29d47f63-c5bd-4080-a8c6-01f7bc97cc87} <Debug> TCPHandler: Processed in 0.006968721 sec. | ||
| 5640 | 2025.01.10 21:59:47.314800 [ 192 ] {3be2df36-2bdc-4203-bbb6-71b6eaa51bf7::all_1_30_6} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 5641 | 2025.01.10 21:59:47.314862 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5642 | 2025.01.10 21:59:47.315006 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5643 | 2025.01.10 21:59:47.315137 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 873 rows starting from the beginning of the part | ||
| 5644 | 2025.01.10 21:59:47.315155 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5645 | 2025.01.10 21:59:47.315207 [ 260 ] {37000f8d-f763-4fdf-802f-78e974581453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5646 | 2025.01.10 21:59:47.315393 [ 260 ] {37000f8d-f763-4fdf-802f-78e974581453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5647 | 2025.01.10 21:59:47.315509 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 54 rows starting from the beginning of the part | ||
| 5648 | 2025.01.10 21:59:47.315884 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 359 rows starting from the beginning of the part | ||
| 5649 | 2025.01.10 21:59:47.316267 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5650 | 2025.01.10 21:59:47.316630 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 359 rows starting from the beginning of the part | ||
| 5651 | 2025.01.10 21:59:47.316957 [ 197 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 54 rows starting from the beginning of the part | ||
| 5652 | 2025.01.10 21:59:47.318012 [ 260 ] {37000f8d-f763-4fdf-802f-78e974581453} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2025.01.10 21:59:47.318076 [ 260 ] {37000f8d-f763-4fdf-802f-78e974581453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5654 | 2025.01.10 21:59:47.319191 [ 260 ] {37000f8d-f763-4fdf-802f-78e974581453} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5655 | 2025.01.10 21:59:47.319573 [ 260 ] {37000f8d-f763-4fdf-802f-78e974581453} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5656 | 2025.01.10 21:59:47.319928 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5657 | 2025.01.10 21:59:47.320053 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2025.01.10 21:59:47.320134 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5659 | 2025.01.10 21:59:47.320303 [ 260 ] {37000f8d-f763-4fdf-802f-78e974581453} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005198 sec., 19238.16852635629 rows/sec., 1.33 MiB/sec. | ||
| 5660 | 2025.01.10 21:59:47.320363 [ 191 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1755 rows, containing 5 columns (5 merged, 0 gathered) in 0.006180978 sec., 283935.64901865047 rows/sec., 21.56 MiB/sec. | ||
| 5661 | 2025.01.10 21:59:47.320695 [ 260 ] {37000f8d-f763-4fdf-802f-78e974581453} <Debug> TCPHandler: Processed in 0.005990742 sec. | ||
| 5662 | 2025.01.10 21:59:47.320720 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::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 | ||
| 5663 | 2025.01.10 21:59:47.320958 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5664 | 2025.01.10 21:59:47.320972 [ 192 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5665 | 2025.01.10 21:59:47.321267 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5666 | 2025.01.10 21:59:47.321318 [ 262 ] {be97d097-8c41-43dc-bbf7-d190d94ff3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5667 | 2025.01.10 21:59:47.321383 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9754 rows starting from the beginning of the part | ||
| 5668 | 2025.01.10 21:59:47.321789 [ 262 ] {be97d097-8c41-43dc-bbf7-d190d94ff3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5669 | 2025.01.10 21:59:47.321848 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 100 rows starting from the beginning of the part | ||
| 5670 | 2025.01.10 21:59:47.322218 [ 192 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5671 | 2025.01.10 21:59:47.322285 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 177 rows starting from the beginning of the part | ||
| 5672 | 2025.01.10 21:59:47.322756 [ 192 ] {bc5549ed-4dcc-42e5-8d52-8116ea984d6c::all_1_41_8} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5673 | 2025.01.10 21:59:47.322794 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 101 rows starting from the beginning of the part | ||
| 5674 | 2025.01.10 21:59:47.323243 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 177 rows starting from the beginning of the part | ||
| 5675 | 2025.01.10 21:59:47.323247 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5676 | 2025.01.10 21:59:47.323705 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 100 rows starting from the beginning of the part | ||
| 5677 | 2025.01.10 21:59:47.327621 [ 262 ] {be97d097-8c41-43dc-bbf7-d190d94ff3ca} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5678 | 2025.01.10 21:59:47.327701 [ 262 ] {be97d097-8c41-43dc-bbf7-d190d94ff3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5679 | 2025.01.10 21:59:47.329318 [ 262 ] {be97d097-8c41-43dc-bbf7-d190d94ff3ca} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5680 | 2025.01.10 21:59:47.329646 [ 262 ] {be97d097-8c41-43dc-bbf7-d190d94ff3ca} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5681 | 2025.01.10 21:59:47.329923 [ 262 ] {be97d097-8c41-43dc-bbf7-d190d94ff3ca} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.0087 sec., 2988.505747126437 rows/sec., 5.36 MiB/sec. | ||
| 5682 | 2025.01.10 21:59:47.330105 [ 262 ] {be97d097-8c41-43dc-bbf7-d190d94ff3ca} <Debug> TCPHandler: Processed in 0.009311978 sec. | ||
| 5683 | 2025.01.10 21:59:47.330256 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5684 | 2025.01.10 21:59:47.330385 [ 260 ] {b29e1911-c46b-4ed1-ac38-2e7e86715150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5685 | 2025.01.10 21:59:47.330481 [ 260 ] {b29e1911-c46b-4ed1-ac38-2e7e86715150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5686 | 2025.01.10 21:59:47.331003 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10409 rows, containing 5 columns (5 merged, 0 gathered) in 0.010697328 sec., 973046.7271827132 rows/sec., 65.19 MiB/sec. | ||
| 5687 | 2025.01.10 21:59:47.331323 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5688 | 2025.01.10 21:59:47.331692 [ 260 ] {b29e1911-c46b-4ed1-ac38-2e7e86715150} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5689 | 2025.01.10 21:59:47.331753 [ 260 ] {b29e1911-c46b-4ed1-ac38-2e7e86715150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5690 | 2025.01.10 21:59:47.331905 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5691 | 2025.01.10 21:59:47.332099 [ 195 ] {5116be86-6508-447c-92e8-12223e638356::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5692 | 2025.01.10 21:59:47.332259 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
| 5693 | 2025.01.10 21:59:47.332420 [ 260 ] {b29e1911-c46b-4ed1-ac38-2e7e86715150} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5694 | 2025.01.10 21:59:47.332666 [ 260 ] {b29e1911-c46b-4ed1-ac38-2e7e86715150} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5695 | 2025.01.10 21:59:47.332792 [ 90 ] {} <Debug> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5696 | 2025.01.10 21:59:47.332833 [ 90 ] {} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5697 | 2025.01.10 21:59:47.332853 [ 260 ] {b29e1911-c46b-4ed1-ac38-2e7e86715150} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002491 sec., 12043.35608189482 rows/sec., 844.84 KiB/sec. | ||
| 5698 | 2025.01.10 21:59:47.332857 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5699 | 2025.01.10 21:59:47.332984 [ 260 ] {b29e1911-c46b-4ed1-ac38-2e7e86715150} <Debug> TCPHandler: Processed in 0.00278128 sec. | ||
| 5700 | 2025.01.10 21:59:47.333067 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::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 | ||
| 5701 | 2025.01.10 21:59:47.333192 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5702 | 2025.01.10 21:59:47.333221 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1254 rows starting from the beginning of the part | ||
| 5703 | 2025.01.10 21:59:47.333291 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part | ||
| 5704 | 2025.01.10 21:59:47.333495 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 52 rows starting from the beginning of the part | ||
| 5705 | 2025.01.10 21:59:47.333656 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
| 5706 | 2025.01.10 21:59:47.333799 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 52 rows starting from the beginning of the part | ||
| 5707 | 2025.01.10 21:59:47.333972 [ 197 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part | ||
| 5708 | 2025.01.10 21:59:47.335279 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1448 rows, containing 4 columns (4 merged, 0 gathered) in 0.002323727 sec., 623136.8831192305 rows/sec., 40.18 MiB/sec. | ||
| 5709 | 2025.01.10 21:59:47.335628 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5710 | 2025.01.10 21:59:47.335962 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5711 | 2025.01.10 21:59:47.336046 [ 187 ] {ba86eea7-ace6-4516-b6ba-9c4e6b09ac39::all_1_41_8} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5712 | 2025.01.10 21:59:47.336133 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5713 | 2025.01.10 21:59:48.731358 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5714 | 2025.01.10 21:59:48.731669 [ 262 ] {c60b6d1d-30aa-468c-8a43-e9dba74f8aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5715 | 2025.01.10 21:59:48.731771 [ 262 ] {c60b6d1d-30aa-468c-8a43-e9dba74f8aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5716 | 2025.01.10 21:59:48.732537 [ 262 ] {c60b6d1d-30aa-468c-8a43-e9dba74f8aac} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5717 | 2025.01.10 21:59:48.732590 [ 262 ] {c60b6d1d-30aa-468c-8a43-e9dba74f8aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5718 | 2025.01.10 21:59:48.733018 [ 262 ] {c60b6d1d-30aa-468c-8a43-e9dba74f8aac} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5719 | 2025.01.10 21:59:48.733269 [ 262 ] {c60b6d1d-30aa-468c-8a43-e9dba74f8aac} <Trace> oximeter.fields_i16 (813c36f0-3c41-4b93-8f00-746de021acf0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5720 | 2025.01.10 21:59:48.733566 [ 262 ] {c60b6d1d-30aa-468c-8a43-e9dba74f8aac} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001974 sec., 7092.198581560284 rows/sec., 510.54 KiB/sec. | ||
| 5721 | 2025.01.10 21:59:48.733790 [ 262 ] {c60b6d1d-30aa-468c-8a43-e9dba74f8aac} <Debug> TCPHandler: Processed in 0.002615735 sec. | ||
| 5722 | 2025.01.10 21:59:48.734070 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5723 | 2025.01.10 21:59:48.734265 [ 260 ] {f0abcf61-fbfc-4956-9c06-98885407bef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5724 | 2025.01.10 21:59:48.734340 [ 260 ] {f0abcf61-fbfc-4956-9c06-98885407bef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5725 | 2025.01.10 21:59:48.735110 [ 260 ] {f0abcf61-fbfc-4956-9c06-98885407bef7} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5726 | 2025.01.10 21:59:48.735160 [ 260 ] {f0abcf61-fbfc-4956-9c06-98885407bef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5727 | 2025.01.10 21:59:48.735581 [ 260 ] {f0abcf61-fbfc-4956-9c06-98885407bef7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5728 | 2025.01.10 21:59:48.735846 [ 260 ] {f0abcf61-fbfc-4956-9c06-98885407bef7} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5729 | 2025.01.10 21:59:48.736089 [ 260 ] {f0abcf61-fbfc-4956-9c06-98885407bef7} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001878 sec., 6389.776357827476 rows/sec., 521.04 KiB/sec. | ||
| 5730 | 2025.01.10 21:59:48.736157 [ 260 ] {f0abcf61-fbfc-4956-9c06-98885407bef7} <Debug> TCPHandler: Processed in 0.002223284 sec. | ||
| 5731 | 2025.01.10 21:59:48.736303 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5732 | 2025.01.10 21:59:48.736443 [ 262 ] {e7e33852-1706-4ef2-885b-8884bc9cfed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5733 | 2025.01.10 21:59:48.736502 [ 262 ] {e7e33852-1706-4ef2-885b-8884bc9cfed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5734 | 2025.01.10 21:59:48.737633 [ 262 ] {e7e33852-1706-4ef2-885b-8884bc9cfed3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5735 | 2025.01.10 21:59:48.737675 [ 262 ] {e7e33852-1706-4ef2-885b-8884bc9cfed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5736 | 2025.01.10 21:59:48.738121 [ 262 ] {e7e33852-1706-4ef2-885b-8884bc9cfed3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5737 | 2025.01.10 21:59:48.738367 [ 262 ] {e7e33852-1706-4ef2-885b-8884bc9cfed3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5738 | 2025.01.10 21:59:48.738625 [ 262 ] {e7e33852-1706-4ef2-885b-8884bc9cfed3} <Debug> executeQuery: Read 1345 rows, 114.67 KiB in 0.002207 sec., 609424.5582238332 rows/sec., 50.74 MiB/sec. | ||
| 5739 | 2025.01.10 21:59:48.738839 [ 262 ] {e7e33852-1706-4ef2-885b-8884bc9cfed3} <Debug> TCPHandler: Processed in 0.002596455 sec. | ||
| 5740 | 2025.01.10 21:59:48.739090 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5741 | 2025.01.10 21:59:48.739268 [ 260 ] {abc76e43-c864-4141-902d-8a915df39f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5742 | 2025.01.10 21:59:48.739322 [ 260 ] {abc76e43-c864-4141-902d-8a915df39f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5743 | 2025.01.10 21:59:48.739955 [ 260 ] {abc76e43-c864-4141-902d-8a915df39f90} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5744 | 2025.01.10 21:59:48.739997 [ 260 ] {abc76e43-c864-4141-902d-8a915df39f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5745 | 2025.01.10 21:59:48.740374 [ 260 ] {abc76e43-c864-4141-902d-8a915df39f90} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5746 | 2025.01.10 21:59:48.740631 [ 260 ] {abc76e43-c864-4141-902d-8a915df39f90} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5747 | 2025.01.10 21:59:48.740842 [ 260 ] {abc76e43-c864-4141-902d-8a915df39f90} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.001604 sec., 19950.124688279302 rows/sec., 1.38 MiB/sec. | ||
| 5748 | 2025.01.10 21:59:48.740899 [ 260 ] {abc76e43-c864-4141-902d-8a915df39f90} <Debug> TCPHandler: Processed in 0.001938095 sec. | ||
| 5749 | 2025.01.10 21:59:48.741048 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5750 | 2025.01.10 21:59:48.741188 [ 262 ] {63386e17-9754-416e-a635-cbda0ca61f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5751 | 2025.01.10 21:59:48.741246 [ 262 ] {63386e17-9754-416e-a635-cbda0ca61f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5752 | 2025.01.10 21:59:48.741968 [ 262 ] {63386e17-9754-416e-a635-cbda0ca61f26} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5753 | 2025.01.10 21:59:48.742008 [ 262 ] {63386e17-9754-416e-a635-cbda0ca61f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5754 | 2025.01.10 21:59:48.742379 [ 262 ] {63386e17-9754-416e-a635-cbda0ca61f26} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5755 | 2025.01.10 21:59:48.742622 [ 262 ] {63386e17-9754-416e-a635-cbda0ca61f26} <Trace> oximeter.fields_u32 (1d6f77b5-e94e-4a69-b555-c6d54b2ba0b8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5756 | 2025.01.10 21:59:48.742844 [ 262 ] {63386e17-9754-416e-a635-cbda0ca61f26} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001687 sec., 143449.91108476586 rows/sec., 9.72 MiB/sec. | ||
| 5757 | 2025.01.10 21:59:48.742898 [ 262 ] {63386e17-9754-416e-a635-cbda0ca61f26} <Debug> TCPHandler: Processed in 0.001914815 sec. | ||
| 5758 | 2025.01.10 21:59:48.743033 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5759 | 2025.01.10 21:59:48.743155 [ 260 ] {6ac44012-b63b-4282-b014-36f8e10838a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5760 | 2025.01.10 21:59:48.743205 [ 260 ] {6ac44012-b63b-4282-b014-36f8e10838a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5761 | 2025.01.10 21:59:48.743809 [ 260 ] {6ac44012-b63b-4282-b014-36f8e10838a6} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5762 | 2025.01.10 21:59:48.743849 [ 260 ] {6ac44012-b63b-4282-b014-36f8e10838a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5763 | 2025.01.10 21:59:48.744207 [ 260 ] {6ac44012-b63b-4282-b014-36f8e10838a6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5764 | 2025.01.10 21:59:48.744451 [ 260 ] {6ac44012-b63b-4282-b014-36f8e10838a6} <Trace> oximeter.fields_u8 (5619c8fe-6f88-40bc-b2a0-7c6ced6b0c15): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2025.01.10 21:59:48.744658 [ 260 ] {6ac44012-b63b-4282-b014-36f8e10838a6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001528 sec., 8507.85340314136 rows/sec., 530.46 KiB/sec. | ||
| 5766 | 2025.01.10 21:59:48.744713 [ 260 ] {6ac44012-b63b-4282-b014-36f8e10838a6} <Debug> TCPHandler: Processed in 0.00173767 sec. | ||
| 5767 | 2025.01.10 21:59:48.744887 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5768 | 2025.01.10 21:59:48.745024 [ 262 ] {0ec145e5-0043-4d7b-9eb7-e3df80247198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5769 | 2025.01.10 21:59:48.745083 [ 262 ] {0ec145e5-0043-4d7b-9eb7-e3df80247198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5770 | 2025.01.10 21:59:48.746067 [ 262 ] {0ec145e5-0043-4d7b-9eb7-e3df80247198} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5771 | 2025.01.10 21:59:48.746106 [ 262 ] {0ec145e5-0043-4d7b-9eb7-e3df80247198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5772 | 2025.01.10 21:59:48.746496 [ 262 ] {0ec145e5-0043-4d7b-9eb7-e3df80247198} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5773 | 2025.01.10 21:59:48.746735 [ 262 ] {0ec145e5-0043-4d7b-9eb7-e3df80247198} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5774 | 2025.01.10 21:59:48.746989 [ 262 ] {0ec145e5-0043-4d7b-9eb7-e3df80247198} <Debug> executeQuery: Read 827 rows, 61.11 KiB in 0.001989 sec., 415786.82755153347 rows/sec., 30.00 MiB/sec. | ||
| 5775 | 2025.01.10 21:59:48.747057 [ 262 ] {0ec145e5-0043-4d7b-9eb7-e3df80247198} <Debug> TCPHandler: Processed in 0.002237144 sec. | ||
| 5776 | 2025.01.10 21:59:48.747298 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5777 | 2025.01.10 21:59:48.747448 [ 260 ] {75da44b7-3161-4fb7-a5e5-9e79a67d0b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5778 | 2025.01.10 21:59:48.747510 [ 260 ] {75da44b7-3161-4fb7-a5e5-9e79a67d0b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5779 | 2025.01.10 21:59:48.748025 [ 260 ] {75da44b7-3161-4fb7-a5e5-9e79a67d0b4e} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5780 | 2025.01.10 21:59:48.748064 [ 260 ] {75da44b7-3161-4fb7-a5e5-9e79a67d0b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5781 | 2025.01.10 21:59:48.748435 [ 260 ] {75da44b7-3161-4fb7-a5e5-9e79a67d0b4e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5782 | 2025.01.10 21:59:48.748678 [ 260 ] {75da44b7-3161-4fb7-a5e5-9e79a67d0b4e} <Trace> oximeter.measurements_bool (95590856-892b-4616-a478-d821f2bdc063): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5783 | 2025.01.10 21:59:48.748892 [ 260 ] {75da44b7-3161-4fb7-a5e5-9e79a67d0b4e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec. | ||
| 5784 | 2025.01.10 21:59:48.748945 [ 260 ] {75da44b7-3161-4fb7-a5e5-9e79a67d0b4e} <Debug> TCPHandler: Processed in 0.001773581 sec. | ||
| 5785 | 2025.01.10 21:59:48.749155 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5786 | 2025.01.10 21:59:48.749421 [ 262 ] {8fff0591-8163-48e9-ae98-2e406cb927f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5787 | 2025.01.10 21:59:48.749519 [ 262 ] {8fff0591-8163-48e9-ae98-2e406cb927f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5788 | 2025.01.10 21:59:48.750350 [ 262 ] {8fff0591-8163-48e9-ae98-2e406cb927f7} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2025.01.10 21:59:48.750389 [ 262 ] {8fff0591-8163-48e9-ae98-2e406cb927f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5790 | 2025.01.10 21:59:48.750824 [ 262 ] {8fff0591-8163-48e9-ae98-2e406cb927f7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5791 | 2025.01.10 21:59:48.751062 [ 262 ] {8fff0591-8163-48e9-ae98-2e406cb927f7} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2025.01.10 21:59:48.751267 [ 262 ] {8fff0591-8163-48e9-ae98-2e406cb927f7} <Debug> executeQuery: Read 969 rows, 65.95 KiB in 0.001902 sec., 509463.7223974763 rows/sec., 33.86 MiB/sec. | ||
| 5793 | 2025.01.10 21:59:48.751319 [ 262 ] {8fff0591-8163-48e9-ae98-2e406cb927f7} <Debug> TCPHandler: Processed in 0.002275215 sec. | ||
| 5794 | 2025.01.10 21:59:48.751494 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5795 | 2025.01.10 21:59:48.751635 [ 260 ] {728fc7e3-4068-46e7-94c8-1391fabd4f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5796 | 2025.01.10 21:59:48.751696 [ 260 ] {728fc7e3-4068-46e7-94c8-1391fabd4f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5797 | 2025.01.10 21:59:48.752238 [ 260 ] {728fc7e3-4068-46e7-94c8-1391fabd4f0d} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2025.01.10 21:59:48.752284 [ 260 ] {728fc7e3-4068-46e7-94c8-1391fabd4f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5799 | 2025.01.10 21:59:48.752711 [ 260 ] {728fc7e3-4068-46e7-94c8-1391fabd4f0d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5800 | 2025.01.10 21:59:48.752957 [ 260 ] {728fc7e3-4068-46e7-94c8-1391fabd4f0d} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5801 | 2025.01.10 21:59:48.753176 [ 260 ] {728fc7e3-4068-46e7-94c8-1391fabd4f0d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. | ||
| 5802 | 2025.01.10 21:59:48.753225 [ 260 ] {728fc7e3-4068-46e7-94c8-1391fabd4f0d} <Debug> TCPHandler: Processed in 0.001797112 sec. | ||
| 5803 | 2025.01.10 21:59:48.753365 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5804 | 2025.01.10 21:59:48.753483 [ 262 ] {07b18e25-0128-4c4a-b37e-87ca6a85718d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5805 | 2025.01.10 21:59:48.753564 [ 262 ] {07b18e25-0128-4c4a-b37e-87ca6a85718d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5806 | 2025.01.10 21:59:48.754671 [ 262 ] {07b18e25-0128-4c4a-b37e-87ca6a85718d} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2025.01.10 21:59:48.754710 [ 262 ] {07b18e25-0128-4c4a-b37e-87ca6a85718d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5808 | 2025.01.10 21:59:48.755304 [ 262 ] {07b18e25-0128-4c4a-b37e-87ca6a85718d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5809 | 2025.01.10 21:59:48.755556 [ 262 ] {07b18e25-0128-4c4a-b37e-87ca6a85718d} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2025.01.10 21:59:48.755752 [ 171 ] {} <Debug> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5811 | 2025.01.10 21:59:48.755833 [ 262 ] {07b18e25-0128-4c4a-b37e-87ca6a85718d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002369 sec., 5487.547488391727 rows/sec., 9.83 MiB/sec. | ||
| 5812 | 2025.01.10 21:59:48.755842 [ 171 ] {} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5813 | 2025.01.10 21:59:48.755928 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5814 | 2025.01.10 21:59:48.756187 [ 262 ] {07b18e25-0128-4c4a-b37e-87ca6a85718d} <Debug> TCPHandler: Processed in 0.002872443 sec. | ||
| 5815 | 2025.01.10 21:59:48.756242 [ 186 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 5816 | 2025.01.10 21:59:48.756375 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5817 | 2025.01.10 21:59:48.756554 [ 260 ] {f97839db-b3cf-464a-a545-034cf2b0d533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5818 | 2025.01.10 21:59:48.756619 [ 186 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5819 | 2025.01.10 21:59:48.756631 [ 260 ] {f97839db-b3cf-464a-a545-034cf2b0d533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5820 | 2025.01.10 21:59:48.756731 [ 186 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 451 rows starting from the beginning of the part | ||
| 5821 | 2025.01.10 21:59:48.757243 [ 186 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 5822 | 2025.01.10 21:59:48.757683 [ 186 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part | ||
| 5823 | 2025.01.10 21:59:48.757810 [ 260 ] {f97839db-b3cf-464a-a545-034cf2b0d533} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5824 | 2025.01.10 21:59:48.757889 [ 260 ] {f97839db-b3cf-464a-a545-034cf2b0d533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 5825 | 2025.01.10 21:59:48.758061 [ 186 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 5826 | 2025.01.10 21:59:48.758415 [ 186 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 5827 | 2025.01.10 21:59:48.758700 [ 260 ] {f97839db-b3cf-464a-a545-034cf2b0d533} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5828 | 2025.01.10 21:59:48.758733 [ 186 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::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 | ||
| 5829 | 2025.01.10 21:59:48.759122 [ 260 ] {f97839db-b3cf-464a-a545-034cf2b0d533} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5830 | 2025.01.10 21:59:48.759436 [ 260 ] {f97839db-b3cf-464a-a545-034cf2b0d533} <Debug> executeQuery: Read 34 rows, 2.03 KiB in 0.00293 sec., 11604.095563139932 rows/sec., 694.26 KiB/sec. | ||
| 5831 | 2025.01.10 21:59:48.759504 [ 260 ] {f97839db-b3cf-464a-a545-034cf2b0d533} <Debug> TCPHandler: Processed in 0.003206412 sec. | ||
| 5832 | 2025.01.10 21:59:48.768695 [ 197 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 19 columns (19 merged, 0 gathered) in 0.012611523 sec., 42976.56991943003 rows/sec., 77.01 MiB/sec. | ||
| 5833 | 2025.01.10 21:59:48.769899 [ 196 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5834 | 2025.01.10 21:59:48.770331 [ 196 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5835 | 2025.01.10 21:59:48.770416 [ 196 ] {70e49ad5-64fc-4db4-a956-7b13e1f05c85::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5836 | 2025.01.10 21:59:48.770563 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 5837 | 2025.01.10 21:59:51.101495 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 828 | ||
| 5838 | 2025.01.10 21:59:51.105194 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5839 | 2025.01.10 21:59:51.105241 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5840 | 2025.01.10 21:59:51.106744 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5841 | 2025.01.10 21:59:51.107051 [ 243 ] {} <Trace> system.query_log (5e60be30-d435-45f7-8b67-4e149c585fb6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5842 | 2025.01.10 21:59:51.107906 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 828 | ||
| 5843 | 2025.01.10 21:59:52.294691 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5844 | 2025.01.10 21:59:52.294993 [ 262 ] {6a34eba3-bf29-447c-a4e2-1a8444639efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5845 | 2025.01.10 21:59:52.295109 [ 262 ] {6a34eba3-bf29-447c-a4e2-1a8444639efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5846 | 2025.01.10 21:59:52.296171 [ 262 ] {6a34eba3-bf29-447c-a4e2-1a8444639efd} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5847 | 2025.01.10 21:59:52.296218 [ 262 ] {6a34eba3-bf29-447c-a4e2-1a8444639efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5848 | 2025.01.10 21:59:52.296656 [ 262 ] {6a34eba3-bf29-447c-a4e2-1a8444639efd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5849 | 2025.01.10 21:59:52.296907 [ 262 ] {6a34eba3-bf29-447c-a4e2-1a8444639efd} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5850 | 2025.01.10 21:59:52.297150 [ 262 ] {6a34eba3-bf29-447c-a4e2-1a8444639efd} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002242 sec., 11596.78858162355 rows/sec., 882.91 KiB/sec. | ||
| 5851 | 2025.01.10 21:59:52.297208 [ 262 ] {6a34eba3-bf29-447c-a4e2-1a8444639efd} <Debug> TCPHandler: Processed in 0.002702467 sec. | ||
| 5852 | 2025.01.10 21:59:52.297474 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5853 | 2025.01.10 21:59:52.297688 [ 260 ] {f2c97b1a-f00a-4fba-8ef7-1b7088447b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5854 | 2025.01.10 21:59:52.297771 [ 260 ] {f2c97b1a-f00a-4fba-8ef7-1b7088447b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5855 | 2025.01.10 21:59:52.298521 [ 260 ] {f2c97b1a-f00a-4fba-8ef7-1b7088447b5d} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5856 | 2025.01.10 21:59:52.298574 [ 260 ] {f2c97b1a-f00a-4fba-8ef7-1b7088447b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5857 | 2025.01.10 21:59:52.299020 [ 260 ] {f2c97b1a-f00a-4fba-8ef7-1b7088447b5d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5858 | 2025.01.10 21:59:52.299283 [ 260 ] {f2c97b1a-f00a-4fba-8ef7-1b7088447b5d} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5859 | 2025.01.10 21:59:52.299523 [ 260 ] {f2c97b1a-f00a-4fba-8ef7-1b7088447b5d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001894 sec., 14783.526927138331 rows/sec., 1.15 MiB/sec. | ||
| 5860 | 2025.01.10 21:59:52.299584 [ 260 ] {f2c97b1a-f00a-4fba-8ef7-1b7088447b5d} <Debug> TCPHandler: Processed in 0.002255285 sec. | ||
| 5861 | 2025.01.10 21:59:52.299800 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5862 | 2025.01.10 21:59:52.300025 [ 262 ] {38270d19-00a4-42c8-8ef8-e33d7b2b8aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5863 | 2025.01.10 21:59:52.300127 [ 262 ] {38270d19-00a4-42c8-8ef8-e33d7b2b8aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5864 | 2025.01.10 21:59:52.300990 [ 262 ] {38270d19-00a4-42c8-8ef8-e33d7b2b8aa7} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2025.01.10 21:59:52.301030 [ 262 ] {38270d19-00a4-42c8-8ef8-e33d7b2b8aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5866 | 2025.01.10 21:59:52.301421 [ 262 ] {38270d19-00a4-42c8-8ef8-e33d7b2b8aa7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5867 | 2025.01.10 21:59:52.301662 [ 262 ] {38270d19-00a4-42c8-8ef8-e33d7b2b8aa7} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5868 | 2025.01.10 21:59:52.301877 [ 262 ] {38270d19-00a4-42c8-8ef8-e33d7b2b8aa7} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001908 sec., 31446.540880503144 rows/sec., 2.18 MiB/sec. | ||
| 5869 | 2025.01.10 21:59:52.301928 [ 262 ] {38270d19-00a4-42c8-8ef8-e33d7b2b8aa7} <Debug> TCPHandler: Processed in 0.002239124 sec. | ||
| 5870 | 2025.01.10 21:59:52.302079 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5871 | 2025.01.10 21:59:52.302201 [ 260 ] {09dda9cf-fcf4-498c-9a2d-614b1ac5635e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5872 | 2025.01.10 21:59:52.302255 [ 260 ] {09dda9cf-fcf4-498c-9a2d-614b1ac5635e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5873 | 2025.01.10 21:59:52.302762 [ 260 ] {09dda9cf-fcf4-498c-9a2d-614b1ac5635e} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2025.01.10 21:59:52.302804 [ 260 ] {09dda9cf-fcf4-498c-9a2d-614b1ac5635e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5875 | 2025.01.10 21:59:52.303203 [ 260 ] {09dda9cf-fcf4-498c-9a2d-614b1ac5635e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5876 | 2025.01.10 21:59:52.303447 [ 260 ] {09dda9cf-fcf4-498c-9a2d-614b1ac5635e} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2025.01.10 21:59:52.303655 [ 260 ] {09dda9cf-fcf4-498c-9a2d-614b1ac5635e} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001479 sec., 12170.385395537525 rows/sec., 853.75 KiB/sec. | ||
| 5878 | 2025.01.10 21:59:52.303706 [ 260 ] {09dda9cf-fcf4-498c-9a2d-614b1ac5635e} <Debug> TCPHandler: Processed in 0.001683358 sec. | ||
| 5879 | 2025.01.10 21:59:53.551551 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5880 | 2025.01.10 21:59:53.552195 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5881 | 2025.01.10 21:59:53.552237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5882 | 2025.01.10 21:59:53.552779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5883 | 2025.01.10 21:59:53.553044 [ 244 ] {} <Trace> system.asynchronous_metric_log (7e5ebc9a-7719-45c1-af58-1f20f2d677fb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5884 | 2025.01.10 21:59:53.553273 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5885 | 2025.01.10 21:59:54.394513 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5886 | 2025.01.10 21:59:54.412703 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5887 | 2025.01.10 21:59:54.412748 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5888 | 2025.01.10 21:59:54.419840 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5889 | 2025.01.10 21:59:54.420579 [ 242 ] {} <Trace> system.metric_log (fcebb1b2-ecbf-432f-a806-93ad2b6b746c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5890 | 2025.01.10 21:59:54.423034 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5891 | 2025.01.10 21:59:57.298007 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5892 | 2025.01.10 21:59:57.298217 [ 262 ] {94b00e76-540b-46c8-b5f6-4c8343318ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5893 | 2025.01.10 21:59:57.298294 [ 262 ] {94b00e76-540b-46c8-b5f6-4c8343318ce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5894 | 2025.01.10 21:59:57.299139 [ 262 ] {94b00e76-540b-46c8-b5f6-4c8343318ce3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5895 | 2025.01.10 21:59:57.299184 [ 262 ] {94b00e76-540b-46c8-b5f6-4c8343318ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5896 | 2025.01.10 21:59:57.299622 [ 262 ] {94b00e76-540b-46c8-b5f6-4c8343318ce3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5897 | 2025.01.10 21:59:57.299878 [ 262 ] {94b00e76-540b-46c8-b5f6-4c8343318ce3} <Trace> oximeter.fields_string (2e653e70-8cfb-4749-af81-60ea61dd7e34): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5898 | 2025.01.10 21:59:57.300155 [ 262 ] {94b00e76-540b-46c8-b5f6-4c8343318ce3} <Debug> executeQuery: Read 78 rows, 6.85 KiB in 0.001989 sec., 39215.686274509804 rows/sec., 3.36 MiB/sec. | ||
| 5899 | 2025.01.10 21:59:57.300252 [ 262 ] {94b00e76-540b-46c8-b5f6-4c8343318ce3} <Debug> TCPHandler: Processed in 0.002371238 sec. | ||
| 5900 | 2025.01.10 21:59:57.300582 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5901 | 2025.01.10 21:59:57.300815 [ 260 ] {4d4d098d-c6b1-49b9-8434-a37eb31d7aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5902 | 2025.01.10 21:59:57.300898 [ 260 ] {4d4d098d-c6b1-49b9-8434-a37eb31d7aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5903 | 2025.01.10 21:59:57.301649 [ 260 ] {4d4d098d-c6b1-49b9-8434-a37eb31d7aad} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2025.01.10 21:59:57.301704 [ 260 ] {4d4d098d-c6b1-49b9-8434-a37eb31d7aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5905 | 2025.01.10 21:59:57.302168 [ 260 ] {4d4d098d-c6b1-49b9-8434-a37eb31d7aad} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5906 | 2025.01.10 21:59:57.302433 [ 260 ] {4d4d098d-c6b1-49b9-8434-a37eb31d7aad} <Trace> oximeter.fields_u16 (3be2df36-2bdc-4203-bbb6-71b6eaa51bf7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5907 | 2025.01.10 21:59:57.302704 [ 260 ] {4d4d098d-c6b1-49b9-8434-a37eb31d7aad} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001941 sec., 13395.157135497166 rows/sec., 1007.25 KiB/sec. | ||
| 5908 | 2025.01.10 21:59:57.302911 [ 260 ] {4d4d098d-c6b1-49b9-8434-a37eb31d7aad} <Debug> TCPHandler: Processed in 0.002523312 sec. | ||
| 5909 | 2025.01.10 21:59:57.303099 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5910 | 2025.01.10 21:59:57.303218 [ 262 ] {14cc446a-c26e-4e4b-b0be-08a1c611e256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5911 | 2025.01.10 21:59:57.303266 [ 262 ] {14cc446a-c26e-4e4b-b0be-08a1c611e256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5912 | 2025.01.10 21:59:57.303848 [ 262 ] {14cc446a-c26e-4e4b-b0be-08a1c611e256} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2025.01.10 21:59:57.303887 [ 262 ] {14cc446a-c26e-4e4b-b0be-08a1c611e256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5914 | 2025.01.10 21:59:57.304244 [ 262 ] {14cc446a-c26e-4e4b-b0be-08a1c611e256} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5915 | 2025.01.10 21:59:57.304496 [ 262 ] {14cc446a-c26e-4e4b-b0be-08a1c611e256} <Trace> oximeter.fields_uuid (bc5549ed-4dcc-42e5-8d52-8116ea984d6c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2025.01.10 21:59:57.304708 [ 262 ] {14cc446a-c26e-4e4b-b0be-08a1c611e256} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001514 sec., 35667.107001321005 rows/sec., 2.79 MiB/sec. | ||
| 5917 | 2025.01.10 21:59:57.304760 [ 262 ] {14cc446a-c26e-4e4b-b0be-08a1c611e256} <Debug> TCPHandler: Processed in 0.001724179 sec. | ||
| 5918 | 2025.01.10 21:59:57.304902 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5919 | 2025.01.10 21:59:57.305042 [ 260 ] {ca1236cc-ff9f-48d4-96b4-9be2d6f37e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5920 | 2025.01.10 21:59:57.305107 [ 260 ] {ca1236cc-ff9f-48d4-96b4-9be2d6f37e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5921 | 2025.01.10 21:59:57.305775 [ 260 ] {ca1236cc-ff9f-48d4-96b4-9be2d6f37e26} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5922 | 2025.01.10 21:59:57.305823 [ 260 ] {ca1236cc-ff9f-48d4-96b4-9be2d6f37e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5923 | 2025.01.10 21:59:57.306239 [ 260 ] {ca1236cc-ff9f-48d4-96b4-9be2d6f37e26} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5924 | 2025.01.10 21:59:57.306492 [ 260 ] {ca1236cc-ff9f-48d4-96b4-9be2d6f37e26} <Trace> oximeter.measurements_cumulativeu64 (5116be86-6508-447c-92e8-12223e638356): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5925 | 2025.01.10 21:59:57.306686 [ 260 ] {ca1236cc-ff9f-48d4-96b4-9be2d6f37e26} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00167 sec., 59880.23952095808 rows/sec., 4.15 MiB/sec. | ||
| 5926 | 2025.01.10 21:59:57.306747 [ 260 ] {ca1236cc-ff9f-48d4-96b4-9be2d6f37e26} <Debug> TCPHandler: Processed in 0.001901795 sec. | ||
| 5927 | 2025.01.10 21:59:57.306964 [ 262 ] {} <Trace> TCP-Session: 0f778242-adbc-48ca-84b0-eb9ad7e418db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5928 | 2025.01.10 21:59:57.307104 [ 262 ] {9b3d8237-268e-4c13-a81c-c7fb2e72c6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53048) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5929 | 2025.01.10 21:59:57.307193 [ 262 ] {9b3d8237-268e-4c13-a81c-c7fb2e72c6ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5930 | 2025.01.10 21:59:57.308455 [ 262 ] {9b3d8237-268e-4c13-a81c-c7fb2e72c6ea} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2025.01.10 21:59:57.308493 [ 262 ] {9b3d8237-268e-4c13-a81c-c7fb2e72c6ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5932 | 2025.01.10 21:59:57.309121 [ 262 ] {9b3d8237-268e-4c13-a81c-c7fb2e72c6ea} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5933 | 2025.01.10 21:59:57.309380 [ 262 ] {9b3d8237-268e-4c13-a81c-c7fb2e72c6ea} <Trace> oximeter.measurements_histogramu64 (70e49ad5-64fc-4db4-a956-7b13e1f05c85): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2025.01.10 21:59:57.309614 [ 262 ] {9b3d8237-268e-4c13-a81c-c7fb2e72c6ea} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00254 sec., 10236.220472440944 rows/sec., 18.34 MiB/sec. | ||
| 5935 | 2025.01.10 21:59:57.309708 [ 262 ] {9b3d8237-268e-4c13-a81c-c7fb2e72c6ea} <Debug> TCPHandler: Processed in 0.002835012 sec. | ||
| 5936 | 2025.01.10 21:59:57.309879 [ 260 ] {} <Trace> TCP-Session: 542c743d-a5d9-4c36-b915-197a1a70969c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5937 | 2025.01.10 21:59:57.310019 [ 260 ] {545683ae-6ed0-4fe9-af47-650ae7bb1f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5938 | 2025.01.10 21:59:57.310079 [ 260 ] {545683ae-6ed0-4fe9-af47-650ae7bb1f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5939 | 2025.01.10 21:59:57.310649 [ 260 ] {545683ae-6ed0-4fe9-af47-650ae7bb1f61} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2025.01.10 21:59:57.310697 [ 260 ] {545683ae-6ed0-4fe9-af47-650ae7bb1f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5941 | 2025.01.10 21:59:57.311117 [ 260 ] {545683ae-6ed0-4fe9-af47-650ae7bb1f61} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5942 | 2025.01.10 21:59:57.311381 [ 260 ] {545683ae-6ed0-4fe9-af47-650ae7bb1f61} <Trace> oximeter.measurements_u64 (ba86eea7-ace6-4516-b6ba-9c4e6b09ac39): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2025.01.10 21:59:57.311600 [ 260 ] {545683ae-6ed0-4fe9-af47-650ae7bb1f61} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001601 sec., 18738.288569643973 rows/sec., 1.28 MiB/sec. | ||
| 5944 | 2025.01.10 21:59:57.311707 [ 260 ] {545683ae-6ed0-4fe9-af47-650ae7bb1f61} <Debug> TCPHandler: Processed in 0.001892644 sec. | ||
| 5945 | 2025.01.10 21:59:59.896047 [ 172 ] {} <Debug> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5946 | 2025.01.10 21:59:59.896131 [ 172 ] {} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2025.01.10 21:59:59.896155 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5948 | 2025.01.10 21:59:59.896391 [ 190 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5949 | 2025.01.10 21:59:59.896588 [ 190 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5950 | 2025.01.10 21:59:59.896627 [ 190 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 5951 | 2025.01.10 21:59:59.896715 [ 190 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5952 | 2025.01.10 21:59:59.896815 [ 190 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5953 | 2025.01.10 21:59:59.896930 [ 190 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5954 | 2025.01.10 21:59:59.897021 [ 190 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5955 | 2025.01.10 21:59:59.897989 [ 197 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.00173734 sec., 10360.666305961988 rows/sec., 698.13 KiB/sec. | ||
| 5956 | 2025.01.10 21:59:59.898266 [ 197 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5957 | 2025.01.10 21:59:59.898839 [ 197 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5958 | 2025.01.10 21:59:59.898994 [ 197 ] {2bdf4a71-ebab-4401-bb9a-719a17936b8d::all_1_18_4} <Trace> oximeter.measurements_f64 (2bdf4a71-ebab-4401-bb9a-719a17936b8d) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5959 | 2025.01.10 21:59:59.899120 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5960 | 2025.01.10 22:00:00.213371 [ 172 ] {} <Debug> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5961 | 2025.01.10 22:00:00.213435 [ 172 ] {} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5962 | 2025.01.10 22:00:00.213458 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 5963 | 2025.01.10 22:00:00.213656 [ 198 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::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 | ||
| 5964 | 2025.01.10 22:00:00.213850 [ 198 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5965 | 2025.01.10 22:00:00.213889 [ 198 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::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 | ||
| 5966 | 2025.01.10 22:00:00.213977 [ 198 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5967 | 2025.01.10 22:00:00.214089 [ 198 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 5968 | 2025.01.10 22:00:00.214223 [ 198 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5969 | 2025.01.10 22:00:00.214315 [ 198 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 5970 | 2025.01.10 22:00:00.215245 [ 190 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001702569 sec., 21144.517490921073 rows/sec., 1.76 MiB/sec. | ||
| 5971 | 2025.01.10 22:00:00.215488 [ 193 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5972 | 2025.01.10 22:00:00.215915 [ 193 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::all_1_5_1} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5973 | 2025.01.10 22:00:00.216024 [ 193 ] {c447feee-0c22-4844-af28-b5d318eeb8c5::all_1_5_1} <Trace> oximeter.fields_ipaddr (c447feee-0c22-4844-af28-b5d318eeb8c5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5974 | 2025.01.10 22:00:00.216135 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||